From 37070d5ad487bc6ff7e9ddaf6ac403c1a7f85121 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 14:30:45 -0500 Subject: Reorganized TPS templates and scripts. The templates, JS, and CGI scripts for TPS have been moved into the TPS core package. Removed unused cfg.pl. Ticket #407 --- .../admin/console/config/config_hsmloginpanel.vm | 82 ---------------------- 1 file changed, 82 deletions(-) delete mode 100644 dogtag/tps-ui/shared/docroot/tps/admin/console/config/config_hsmloginpanel.vm (limited to 'dogtag/tps-ui/shared/docroot/tps/admin/console/config/config_hsmloginpanel.vm') diff --git a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/config_hsmloginpanel.vm b/dogtag/tps-ui/shared/docroot/tps/admin/console/config/config_hsmloginpanel.vm deleted file mode 100644 index 332f2f470..000000000 --- a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/config_hsmloginpanel.vm +++ /dev/null @@ -1,82 +0,0 @@ - - -

- 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