From 340bacaa8776165ad838e1f39e46bd8cac30ab63 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 --- .../admin/console/config/config_hsmloginpanel.vm | 82 ++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 base/tps/apache/docroot/tps/admin/console/config/config_hsmloginpanel.vm (limited to 'base/tps/apache/docroot/tps/admin/console/config/config_hsmloginpanel.vm') diff --git a/base/tps/apache/docroot/tps/admin/console/config/config_hsmloginpanel.vm b/base/tps/apache/docroot/tps/admin/console/config/config_hsmloginpanel.vm new file mode 100644 index 000000000..332f2f470 --- /dev/null +++ b/base/tps/apache/docroot/tps/admin/console/config/config_hsmloginpanel.vm @@ -0,0 +1,82 @@ + + +

+ Security Modules Login Panel

+Keys will be generated and stored on security modules. A security module can be hardware-based or software-based. Hardware-based security modules are more secure. +

+

Security Token Login

+
+

+The user has chosen to login to the following security module: $SecToken +

+#if ($status == "alreadyLoggedIn") + Token already logged in. +#else + #if ($status == "tokenPasswordNotInitialized") + Token password not initialized. + #else + #if ($status == "justLoggedIn") + Token logged in successfully. + #else + + + + + + + + +
+Security Module Token Name: +
+Security Module Token Password: +
+

+ #end + #end +#end + + + + + +
+ +
+ + + + +

+ +

+
+   +
+ + -- cgit