From d8f56d81126bdb7d60afeaf2015b598132884d83 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 insertions(+) create mode 100644 base/tps/apache/docroot/tps/admin/console/config/createsubsystempanel.vm (limited to 'base/tps/apache/docroot/tps/admin/console/config/createsubsystempanel.vm') diff --git a/base/tps/apache/docroot/tps/admin/console/config/createsubsystempanel.vm b/base/tps/apache/docroot/tps/admin/console/config/createsubsystempanel.vm new file mode 100644 index 000000000..1ddd7a90c --- /dev/null +++ b/base/tps/apache/docroot/tps/admin/console/config/createsubsystempanel.vm @@ -0,0 +1,98 @@ + + +

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