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/createsubsystempanel.vm | 98 ---------------------- 1 file changed, 98 deletions(-) delete mode 100644 dogtag/tps-ui/shared/docroot/tps/admin/console/config/createsubsystempanel.vm (limited to 'dogtag/tps-ui/shared/docroot/tps/admin/console/config/createsubsystempanel.vm') diff --git a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/createsubsystempanel.vm b/dogtag/tps-ui/shared/docroot/tps/admin/console/config/createsubsystempanel.vm deleted file mode 100644 index 1ddd7a90c..000000000 --- a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/createsubsystempanel.vm +++ /dev/null @@ -1,98 +0,0 @@ - - -

Subsystem Configuration

-

-#if ($systemType != "tps") -This instance can be configured as either a new $systemname subsystem or a clone of an existing $systemname. If the cloning option is chosen, please provide the URL to an existing $systemname instance. -#else -This instance can be configured as a new $systemname subsystem. -#end -
-#if ($errorString != "") - $errorString -#end -
- Configure this Instance as a New $systemname Subsystem -
- - - - - - - - - - - - - - - - - -
Subsystem Name: (e.g. - $fullsystemname)
Subsystem HTTP URL (unsecure): http://$machineName:$http_port
Subsystem HTTPS URL (clientauth): https://$machineName:$https_port
Subsystem HTTPS URL (non-clientauth): https://$machineName:$non_clientauth_https_port
-

-#if ($disableClone) - Clone an Existing $systemname Subsystem -#else - Clone an Existing $systemname Subsystem -#end -
- - - -#if ($disableClone) - -#else - -#end - - - -#if ($disableClone) - - -
Subsystem Name: (e.g. - $fullsystemname - Clone 1) (e.g. - $fullsystemname - Clone 1)
Subsystem URL: -
-
-- cgit