From 057c7ecb2f7c1f0379dba699f2ce62dd0a0577cb Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 14:30:45 -0500 Subject: Reorganized TPS templates. The templates and JS and CGI scripts in TPS theme package have been moved into the TPS core package. Ticket #407 --- .../docroot/tps/admin/console/config/login.vm | 109 +++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 base/tps/apache/docroot/tps/admin/console/config/login.vm (limited to 'base/tps/apache/docroot/tps/admin/console/config/login.vm') diff --git a/base/tps/apache/docroot/tps/admin/console/config/login.vm b/base/tps/apache/docroot/tps/admin/console/config/login.vm new file mode 100644 index 000000000..73f53afa6 --- /dev/null +++ b/base/tps/apache/docroot/tps/admin/console/config/login.vm @@ -0,0 +1,109 @@ + + + + + + + Dogtag Certificate System + + + + + + +
+ +#include ( "tps/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 ( "tps/admin/console/config/footer.vm" ) + + -- cgit