From a6e6dc72a0a83dd718c0cf896b1f4f5d36271e28 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 9 Nov 2012 01:51:54 -0500 Subject: Moved common templates to base/common. --- .../webapps/pki/admin/console/config/login.vm | 113 +++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 base/common/shared/webapps/pki/admin/console/config/login.vm (limited to 'base/common/shared/webapps/pki/admin/console/config/login.vm') diff --git a/base/common/shared/webapps/pki/admin/console/config/login.vm b/base/common/shared/webapps/pki/admin/console/config/login.vm new file mode 100644 index 000000000..2400bd2d3 --- /dev/null +++ b/base/common/shared/webapps/pki/admin/console/config/login.vm @@ -0,0 +1,113 @@ + + + + + + + + Dogtag Certificate System + + + + + + +
+ +#include ( "admin/console/config/header.vm" ) + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ + +
+ + + + + +
+

+ Login

+ +A one time random pin has been generated during setup to protect unauthorized access to this configuration wizard. This pin has been stored in the "CS.cfg" configuration file as the value of the 'preop.pin' parameter. Please enter this pin to continue. + +

+#if ($errorString != "") + $errorString +#end +

+

+ + + + + + +
PIN:
+
+
+
+
+ +

+ + + + +
+ +
+ + +

+ +#include ( "admin/console/config/footer.vm" ) + +
+
+ + + -- cgit