From 621d9e5c413e561293d7484b93882d985b3fe15f Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Sat, 24 Mar 2012 02:27:47 -0500 Subject: Removed unnecessary pki folder. Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131 --- .../admin/console/config/createsubsystempanel.vm | 101 +++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 dogtag/common-ui/shared/admin/console/config/createsubsystempanel.vm (limited to 'dogtag/common-ui/shared/admin/console/config/createsubsystempanel.vm') diff --git a/dogtag/common-ui/shared/admin/console/config/createsubsystempanel.vm b/dogtag/common-ui/shared/admin/console/config/createsubsystempanel.vm new file mode 100644 index 000000000..9d3ec86b8 --- /dev/null +++ b/dogtag/common-ui/shared/admin/console/config/createsubsystempanel.vm @@ -0,0 +1,101 @@ + + + +

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 EE URL (unsecure): http://$machineName:$http_port
Subsystem HTTPS Agent URL (clientauth): https://$machineName:$https_agent_port
Subsystem HTTPS EE URL (non-clientauth): https://$machineName:$https_ee_port
Subsystem HTTPS Admin URL (non-clientauth): https://$machineName:$https_admin_port
+

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