From 2fd7c09281cf65430477d33a45df0ac876ea04ad Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 13:28:22 -0500 Subject: Reorganized RA templates and scripts. The templates, JS, and CGI scripts for RA have been reorganized into the RA core package. Ticket #407 --- .../admin/console/config/createsubsystempanel.vm | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 base/ra/apache/docroot/ra/admin/console/config/createsubsystempanel.vm (limited to 'base/ra/apache/docroot/ra/admin/console/config/createsubsystempanel.vm') diff --git a/base/ra/apache/docroot/ra/admin/console/config/createsubsystempanel.vm b/base/ra/apache/docroot/ra/admin/console/config/createsubsystempanel.vm new file mode 100644 index 000000000..feee8962f --- /dev/null +++ b/base/ra/apache/docroot/ra/admin/console/config/createsubsystempanel.vm @@ -0,0 +1,95 @@ + + + +

Subsystem Configuration

+

+This instance can be configured as a new $systemname subsystem. +
+#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