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 --- base/ra/apache/docroot/ee/agent/submit.vm | 73 +++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 base/ra/apache/docroot/ee/agent/submit.vm (limited to 'base/ra/apache/docroot/ee/agent/submit.vm') diff --git a/base/ra/apache/docroot/ee/agent/submit.vm b/base/ra/apache/docroot/ee/agent/submit.vm new file mode 100644 index 000000000..aaabee929 --- /dev/null +++ b/base/ra/apache/docroot/ee/agent/submit.vm @@ -0,0 +1,73 @@ + + + + +Agent Certificate Request Submission + + + + + + + +#include ( "header.vm" ) + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ + + +RA Services : Agent Enrollment
+

+

+Your request has been successfully submitted. +

+

+ + + + + +
Request ID:$request_id
+
+#include ( "footer.vm" ) + + + -- cgit