From 538dee3554b0a84497afa78770706a5ad4a8ff52 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 13:28:22 -0500 Subject: Reorganized RA templates and scripts. The templates, JS, and CGI scripts for RA have been moved into the RA core package. Ticket #407 --- dogtag/ra-ui/shared/docroot/agent/request/read.vm | 149 ---------------------- 1 file changed, 149 deletions(-) delete mode 100644 dogtag/ra-ui/shared/docroot/agent/request/read.vm (limited to 'dogtag/ra-ui/shared/docroot/agent/request/read.vm') diff --git a/dogtag/ra-ui/shared/docroot/agent/request/read.vm b/dogtag/ra-ui/shared/docroot/agent/request/read.vm deleted file mode 100644 index c583be021..000000000 --- a/dogtag/ra-ui/shared/docroot/agent/request/read.vm +++ /dev/null @@ -1,149 +0,0 @@ - - - - -Certificate Requests - - - - - - - -#include ( "header.vm" ) - - - - -
- -
-
- -
-UID: $uid -
- - -
-
- -
- - - -Agent Interface -
-

-All | OPEN | APPROVED | REJECTED| FAILED -

-

- - - - - - - - - - - - - - - - - - - -#if ($serialno == "unavailable") - -#else - -#end - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Request Id$id
Type$type
Data$data
Output$output
Serial Number$serialno$serialno
Subject DN$subject_dn
Meta Info$meta_info
Status$status
Error$errorString
Assigned To$assigned_to
Created By$created_by
Updated At$updated_at
Processed By$processed_by
Created At$created_at
IP$ip
Note$note
-
-
-#if ($is_open || $is_error) -Approve | Reject -
-
-#end -
- - -
-Add Note -#include ( "footer.vm" ) - - - -- cgit