From 46fda5d944772ac62675570037785e39c517002b Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 9 Nov 2012 03:36:17 -0500 Subject: Reorganized CA, KRA, OCSP, TKS templates. All remaining theme files for Tomcat subsystems which include the templates and JS files have been moved from the theme folder at -ui/shared/webapps/ into the subsystem webapp folder at base//shared/webapps/. The deployment tools have been updated to use the new location. Ticket #407 --- .../webapps/ca/admin/GenUnexpectedError.template | 68 ++ .../webapps/ca/admin/ca/EnrollSuccess.template | 245 +++++++ .../webapps/ca/admin/ca/ImportAdminCert.template | 58 ++ .../shared/webapps/ca/admin/ca/ImportCert.template | 268 +++++++ .../ca/shared/webapps/ca/admin/ca/adminEnroll.html | 779 +++++++++++++++++++++ .../ca/admin/ca/securitydomainlogin.template | 114 +++ .../shared/webapps/ca/admin/ca/sendCookie.template | 97 +++ base/ca/shared/webapps/ca/admin/cms-funcs.js | 538 ++++++++++++++ base/ca/shared/webapps/ca/admin/helpfun.js | 35 + base/ca/shared/webapps/ca/admin/index.html | 23 + 10 files changed, 2225 insertions(+) create mode 100644 base/ca/shared/webapps/ca/admin/GenUnexpectedError.template create mode 100644 base/ca/shared/webapps/ca/admin/ca/EnrollSuccess.template create mode 100644 base/ca/shared/webapps/ca/admin/ca/ImportAdminCert.template create mode 100644 base/ca/shared/webapps/ca/admin/ca/ImportCert.template create mode 100644 base/ca/shared/webapps/ca/admin/ca/adminEnroll.html create mode 100644 base/ca/shared/webapps/ca/admin/ca/securitydomainlogin.template create mode 100644 base/ca/shared/webapps/ca/admin/ca/sendCookie.template create mode 100644 base/ca/shared/webapps/ca/admin/cms-funcs.js create mode 100644 base/ca/shared/webapps/ca/admin/helpfun.js create mode 100644 base/ca/shared/webapps/ca/admin/index.html (limited to 'base/ca/shared/webapps/ca/admin') diff --git a/base/ca/shared/webapps/ca/admin/GenUnexpectedError.template b/base/ca/shared/webapps/ca/admin/GenUnexpectedError.template new file mode 100644 index 000000000..57d118aa5 --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/GenUnexpectedError.template @@ -0,0 +1,68 @@ + + + + + +CA Admin Processing Error! + + + + +Problem Processing Your Request + + + + + + +
 
+ + + + + + + + + diff --git a/base/ca/shared/webapps/ca/admin/ca/EnrollSuccess.template b/base/ca/shared/webapps/ca/admin/ca/EnrollSuccess.template new file mode 100644 index 000000000..d3709831e --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/ca/EnrollSuccess.template @@ -0,0 +1,245 @@ + + + + + + +CS Enroll Request Success + + + + + + +Enrollment Success + + + +

+ + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/admin/ca/ImportAdminCert.template b/base/ca/shared/webapps/ca/admin/ca/ImportAdminCert.template new file mode 100644 index 000000000..e52764ec6 --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/ca/ImportAdminCert.template @@ -0,0 +1,58 @@ + + + + +VBScript Administrator Certificate Enrollment + + + + + + + diff --git a/base/ca/shared/webapps/ca/admin/ca/ImportCert.template b/base/ca/shared/webapps/ca/admin/ca/ImportCert.template new file mode 100644 index 000000000..5530cf2d1 --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/ca/ImportCert.template @@ -0,0 +1,268 @@ + + + + + + +CS Enroll Request Success + + + + + +Import Certificate + + + + + + + + + + + + + + + + + + + diff --git a/base/ca/shared/webapps/ca/admin/ca/adminEnroll.html b/base/ca/shared/webapps/ca/admin/ca/adminEnroll.html new file mode 100644 index 000000000..8b6335ab5 --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/ca/adminEnroll.html @@ -0,0 +1,779 @@ + + + + +Admin Enrollment form. + + + + + + + + + + + + + + + + + + + + + +Administrator/Agent Certificate Enrollment
+

+ + To access the Agent Services pages and approve requests for certificates, + you must have a personal client SSL certificate so that Certificate + System can authenticate your identity. You must also + be designated as an agent, or privileged user. +

+ Use this form to request this first personal certificate to be issued + by the system. When you submit the form, the certificate is issued + immediately and returned to you. The system also adds you + automatically to the list of agents. You must import the new + certificate into your browser before you can access the Agent Services + pages. +

+ After you submit this form, it is automatically disabled. To enroll + again, or to enroll other users, please see the documentation. + + + + + + +
 
+ + + + + + +
+ Important: + + Be sure to request your certificate on the same computer + on which you plan to use the certificate. +
+ + + + + +
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Authentication Information
+ Enter the user ID and password for the administrator/agent. +
+ + User ID: + + +
+ + Password: + + +
+ + Subject Name
+ Enter values for the DN components you want to have in your certificate. +
+
+ + Full name: + + + + +
+ + Login name: + + + +
+ + Email address: + + + +
+ + Organization unit: + + + +
+ + Organization: + + + +
+ + Country: + + + +
+ + + + + +
+ + User's Key Information
+ When your submit this form, the browser generates a private and + public key. The browser retains the private key and submits the + public key along with your request for a certificate. + The public key becomes part of your certificate.

+ + +

+ + + + +
+
+ + + + + + + + + + +
+
+
+ + + + diff --git a/base/ca/shared/webapps/ca/admin/ca/securitydomainlogin.template b/base/ca/shared/webapps/ca/admin/ca/securitydomainlogin.template new file mode 100644 index 000000000..eac3ac476 --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/ca/securitydomainlogin.template @@ -0,0 +1,114 @@ + + + + + + + CA Admin Security Domain Login + + + + + + + +

+ + + + + + +
+ + + + +
+

+ +
+ + + +
+
+   +
+ + +

+ + + + +
+
+ +
+
+ +

+ +

+ +
+
+ + + diff --git a/base/ca/shared/webapps/ca/admin/ca/sendCookie.template b/base/ca/shared/webapps/ca/admin/ca/sendCookie.template new file mode 100644 index 000000000..b35881ed6 --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/ca/sendCookie.template @@ -0,0 +1,97 @@ + + + + +CA Admin Send Cookie + + + + + + + + + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ + + +Sending Session ID ... +
+

+ +

+

+ + + + + + + + + + + +
  
  
+ +
+ + + + diff --git a/base/ca/shared/webapps/ca/admin/cms-funcs.js b/base/ca/shared/webapps/ca/admin/cms-funcs.js new file mode 100644 index 000000000..c8ffd51c7 --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/cms-funcs.js @@ -0,0 +1,538 @@ +// --- BEGIN COPYRIGHT BLOCK --- +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with this program; if not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Copyright (C) 2007 Red Hat, Inc. +// All rights reserved. +// --- END COPYRIGHT BLOCK --- + +// + + + + + diff --git a/base/ca/shared/webapps/ca/admin/helpfun.js b/base/ca/shared/webapps/ca/admin/helpfun.js new file mode 100644 index 000000000..14a80bb95 --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/helpfun.js @@ -0,0 +1,35 @@ +// --- BEGIN COPYRIGHT BLOCK --- +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; version 2 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with this program; if not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Copyright (C) 2007 Red Hat, Inc. +// All rights reserved. +// --- END COPYRIGHT BLOCK --- + +function help(helptopic) { + + var HelpWin=window.open("","MyWin", "toolbar=no,directories=no,menubar=no,status=no,scrollbars=yes,resizable=yes,width=500,height=500"); + + HelpWin.location = helptopic; + HelpWin.focus(); + +} + +function helpstatus(helpline) { + + window.status = helpline; + + return true; + +} + diff --git a/base/ca/shared/webapps/ca/admin/index.html b/base/ca/shared/webapps/ca/admin/index.html new file mode 100644 index 000000000..30662d47a --- /dev/null +++ b/base/ca/shared/webapps/ca/admin/index.html @@ -0,0 +1,23 @@ + + + + -- cgit