From edf9c2273c00b52b0c240bc0c75dc1ba7bdc396e Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 9 Nov 2012 01:51:54 -0500 Subject: Reorganized common templates. The common templates have moved from common-ui into base/common. The deployment tools have been updated to use the new location. Ticket #407 --- .../webapps/pki/admin/console/config/wizard.vm | 152 +++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 base/common/shared/webapps/pki/admin/console/config/wizard.vm (limited to 'base/common/shared/webapps/pki/admin/console/config/wizard.vm') diff --git a/base/common/shared/webapps/pki/admin/console/config/wizard.vm b/base/common/shared/webapps/pki/admin/console/config/wizard.vm new file mode 100644 index 000000000..cc868e572 --- /dev/null +++ b/base/common/shared/webapps/pki/admin/console/config/wizard.vm @@ -0,0 +1,152 @@ + + + + + + + + Dogtag Certificate System + + + + + + + + + + + + +
+ +#include ( "admin/console/config/header.vm" ) + + + + +
+ +
+
+ +
+
+ +
+ + +
+ + + + + +
+

+ $title

+ + + + +
+ + +#parse ( $panel ) + + + +
+ + + + + + +
+ +#if ($showApplyButton == true) + +#end + +#if ($lastpanel == true) +  +#else + +#end + +
+ +
+ +#include ( "admin/console/config/footer.vm" ) + +
+
+ + + -- cgit