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 --- .../shared/webapps/kra/agent/GenError.template | 78 --- .../shared/webapps/kra/agent/GenPending.template | 61 -- .../shared/webapps/kra/agent/GenRejected.template | 82 --- .../shared/webapps/kra/agent/GenSuccess.template | 44 -- .../webapps/kra/agent/GenSvcPending.template | 61 -- .../webapps/kra/agent/GenUnauthorized.template | 42 -- .../webapps/kra/agent/GenUnexpectedError.template | 68 -- .../kra-ui/shared/webapps/kra/agent/cms-funcs.js | 538 ---------------- dogtag/kra-ui/shared/webapps/kra/agent/funcs.js | 686 --------------------- .../shared/webapps/kra/agent/header.template | 82 --- dogtag/kra-ui/shared/webapps/kra/agent/helpfun.js | 35 -- dogtag/kra-ui/shared/webapps/kra/agent/index.html | 23 - .../kra-ui/shared/webapps/kra/agent/index.template | 140 ----- .../webapps/kra/agent/kra/GrantRecovery.html | 46 -- .../shared/webapps/kra/agent/kra/ListRequests.html | 96 --- .../shared/webapps/kra/agent/kra/SrchKey.html | 323 ---------- .../webapps/kra/agent/kra/SrchRecoverKey.html | 328 ---------- .../kra-ui/shared/webapps/kra/agent/kra/blank.html | 10 - .../webapps/kra/agent/kra/confirmRecover.html | 6 - .../kra/agent/kra/confirmRecoverBySerial.template | 70 --- .../webapps/kra/agent/kra/displayBySerial.template | 120 ---- .../kra/agent/kra/displayBySerial2.template | 132 ---- .../agent/kra/displayBySerialForRecovery.template | 239 ------- .../webapps/kra/agent/kra/examineRecovery.template | 109 ---- .../kra/agent/kra/finishAsyncRecovery.template | 101 --- .../webapps/kra/agent/kra/finishRecovery.template | 101 --- .../shared/webapps/kra/agent/kra/frameGrant.html | 18 - .../shared/webapps/kra/agent/kra/frameRecover.html | 18 - .../shared/webapps/kra/agent/kra/frameRequest.html | 18 - .../shared/webapps/kra/agent/kra/frameSearch.html | 18 - .../shared/webapps/kra/agent/kra/frameStats.html | 18 - .../kra/agent/kra/getApprovalStatus.template | 102 --- .../shared/webapps/kra/agent/kra/getStats.template | 124 ---- .../kra/agent/kra/grantAsyncRecovery.template | 45 -- .../webapps/kra/agent/kra/grantRecovery.template | 44 -- .../kra-ui/shared/webapps/kra/agent/kra/index.html | 18 - .../shared/webapps/kra/agent/kra/menuCheck.html | 33 - .../shared/webapps/kra/agent/kra/menuGrant.html | 33 - .../shared/webapps/kra/agent/kra/menuRecover.html | 33 - .../shared/webapps/kra/agent/kra/menuRequest.html | 33 - .../shared/webapps/kra/agent/kra/menuSearch.html | 33 - .../shared/webapps/kra/agent/kra/menuStats.html | 37 -- .../shared/webapps/kra/agent/kra/monitor.template | 184 ------ .../webapps/kra/agent/kra/processReq.template | 281 --------- .../shared/webapps/kra/agent/kra/queryKey.template | 208 ------- .../kra/agent/kra/queryKeyForRecovery.template | 220 ------- .../shared/webapps/kra/agent/kra/queryReq.template | 385 ------------ .../webapps/kra/agent/kra/recoverBySerial.template | 76 --- .../shared/webapps/kra/agent/kra/srchKey.template | 213 ------- .../kra/agent/kra/srchKeyForRecovery.template | 227 ------- .../kra-ui/shared/webapps/kra/agent/kra/top.html | 48 -- 51 files changed, 6088 deletions(-) delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenError.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenPending.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenRejected.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenSuccess.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenSvcPending.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenUnauthorized.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/GenUnexpectedError.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/cms-funcs.js delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/funcs.js delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/header.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/helpfun.js delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/index.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/index.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/blank.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecover.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecoverBySerial.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial2.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/finishAsyncRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/finishRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/frameGrant.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRecover.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRequest.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/frameSearch.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/frameStats.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/getApprovalStatus.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/getStats.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/grantAsyncRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/grantRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/index.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuCheck.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuGrant.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRecover.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRequest.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuSearch.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/menuStats.html delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/monitor.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/processReq.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKey.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKeyForRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/queryReq.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/recoverBySerial.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKey.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template delete mode 100644 dogtag/kra-ui/shared/webapps/kra/agent/kra/top.html (limited to 'dogtag/kra-ui/shared/webapps/kra/agent') diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenError.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenError.template deleted file mode 100644 index 00fc21da0..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/GenError.template +++ /dev/null @@ -1,78 +0,0 @@ - - - - - -DRM Agent Processing Error! - - - - -Problem Processing Your Request - - - - - - -
 
- - - - - -

-Please consult your local administrator for further assistance. -The Certificate System logs may provide further information. - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenPending.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenPending.template deleted file mode 100644 index 62d4316b1..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/GenPending.template +++ /dev/null @@ -1,61 +0,0 @@ - - - - - -DRM Agent Request Pending - - - - - -Request Successfully Submitted - - - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenRejected.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenRejected.template deleted file mode 100644 index d6c67f2c4..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/GenRejected.template +++ /dev/null @@ -1,82 +0,0 @@ - - - - - -DRM Agent Request Rejected - - - - -Request Rejected - - - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenSuccess.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenSuccess.template deleted file mode 100644 index dc3a9775f..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/GenSuccess.template +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - -DRM Agent Generic Request Success - - - - -Request Successfully Submited - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenSvcPending.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenSvcPending.template deleted file mode 100644 index 66a524912..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/GenSvcPending.template +++ /dev/null @@ -1,61 +0,0 @@ - - - - - -DRM Agent Request Svc Pending - - - - -Request Successfully Submitted - - - - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenUnauthorized.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenUnauthorized.template deleted file mode 100644 index fc137d06b..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/GenUnauthorized.template +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - -DRM Agent Generic Unauthorized - - - - -Unauthorized Access - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenUnexpectedError.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenUnexpectedError.template deleted file mode 100644 index 2427a67b6..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/GenUnexpectedError.template +++ /dev/null @@ -1,68 +0,0 @@ - - - - - -DRM Agent Processing Error! - - - - -Problem Processing Your Request - - - - - - -
 
- - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/cms-funcs.js b/dogtag/kra-ui/shared/webapps/kra/agent/cms-funcs.js deleted file mode 100644 index c8ffd51c7..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/cms-funcs.js +++ /dev/null @@ -1,538 +0,0 @@ -// --- 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/dogtag/kra-ui/shared/webapps/kra/agent/funcs.js b/dogtag/kra-ui/shared/webapps/kra/agent/funcs.js deleted file mode 100644 index daef83d17..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/funcs.js +++ /dev/null @@ -1,686 +0,0 @@ -// --- 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/dogtag/kra-ui/shared/webapps/kra/agent/header.template b/dogtag/kra-ui/shared/webapps/kra/agent/header.template deleted file mode 100644 index d1221b14b..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/header.template +++ /dev/null @@ -1,82 +0,0 @@ - - - - - -Header - - - - - - - - -
- - - - - - -
     Dogtag® Agent Services
- - - - - -
-
- - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/helpfun.js b/dogtag/kra-ui/shared/webapps/kra/agent/helpfun.js deleted file mode 100644 index 14a80bb95..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/helpfun.js +++ /dev/null @@ -1,35 +0,0 @@ -// --- 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/dogtag/kra-ui/shared/webapps/kra/agent/index.html b/dogtag/kra-ui/shared/webapps/kra/agent/index.html deleted file mode 100644 index 30662d47a..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/index.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/index.template b/dogtag/kra-ui/shared/webapps/kra/agent/index.template deleted file mode 100644 index c3200bb9c..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/index.template +++ /dev/null @@ -1,140 +0,0 @@ - - - - - -DRM Agent - - - - - - - - - - -
- - - - - - -
     Dogtag® Agent Services
-
  - - - - - - - -
  
- - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html deleted file mode 100644 index 4a2cf018e..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html +++ /dev/null @@ -1,46 +0,0 @@ - - - -Authorize Recovery (for Recovery Agents) - - - - - -Authorize Recovery (for Recovery Agents)
- -Use this form to approve a key recovery. - - - - - -
 
- -
- - - - - - - -
- Recovery authorization reference number:
-
- -

-
- - - - -
-   - -
-

- - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html deleted file mode 100644 index 7150c5d60..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html +++ /dev/null @@ -1,96 +0,0 @@ - - - -List Key Service Requests - - - - - - - - -List Requests
- -Use this form to show a list of key service requests. - - - - -
 
- -
- - - - - - - - - - - - - - -
- Request type: - - -
- Request status: - - -
- Starting request identifier:
(optional)
-
- -

-
- - - - -
-    - first  - - - records    - -
- -

- - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html deleted file mode 100644 index ce2d88433..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - Search for Keys - - - - - - - -Search for Keys - -
Use this form -to search for archived keys according to the criteria you specify. - - - - -
 
-Each section lets you specify a key property. Select a property, then -fill in any needed details in that section. -You can combine search criteria to further narrow the search. -

-In the list of keys found by the search, you can click a button to display -details about individual keys. - - - - - - -
 
-Owner Name -

- -Show keys -belonging to a particular owner -
- - - - - -
-Owner Name: - - -
-
-
- - - - - -
 
-Key Identifiers -
-Show -keys that fall within a particular range of key identifiers -
-Enter -a range of key identifiers in hexadecimal form (starting with 0x, as they appear in key displays) or in decimal form. -

- - - - - - - - - - - -
-Lowest -key identifier: - - - - -(leave blank for no lower limit) - -
-Highest -key identifier: - - - - -(leave blank for no upper limit) - -
-

-
- - - - - -
 
-Certificate -
-Show -the key that corresponds to the following certificate -
- -Copy the certificate, then paste it into this text area. -

-

-
- - - - - -
 
-Archiver -
-Show -keys that have been archived by a particular server -
-Enter -the user ID of the Certificate Manager or Registration Manager that submitted the archival request to the Data Recovery Manager. -

- -User ID: - - -

- -Note: Archiver information is available only when the Certificate Manager or Registration Manager is remote from the Data Recovery Manager. - -

-

-
- -
- - - - - - - -
 
- -Limits - - - - - - - - - -
-      - Maximum results: - - -
-      - Time limit (in seconds): - - -
-
- - - - -
- - -
-
- - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html deleted file mode 100644 index ccffb0775..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - Recover Keys (for Administrators) - - - - - - - - -Recover Keys (for Administrators) -
Use this form -to search for archived keys according to the criteria you specify. - - - - -
 
-Each section -lets you specify a key property. Select a property, then fill in any needed details in that section. You can combine search criteria to further narrow the search. -

-In the list of keys found by the search, you can click a button to recover individual keys. - - - - - - -
 
-Owner Name -

- -Show -keys belonging to a particular owner -
- - - - - -
-Owner Name: - - -
-
-
- - - - - -
 
-Key Identifiers -
-Show -keys that fall within a particular range of key identifiers -
-Enter -a range of key identifiers in hexadecimal form (starting with 0x, as they appear in key displays) or in decimal form. -

- - - - - - - - - - - -
-Lowest -key identifier: - - - - -(leave blank for no lower limit) - -
-Highest -key identifier: - - - - -(leave blank for no upper limit) - -
-

-
- - - - - -
 
-Certificate -
-Show -the key that corresponds to the following certificate -
- -Copy the certificate, then paste it into this text area. -

-

-
- - - - - -
 
-Archiver -
-Show -keys that have been archived by a particular server -
- -Enter the user ID of the Certificate or Registration Manager that submitted the archival request to the Data Recovery Manager. - -

- -User ID: - - -

- -Note: Archiver information is available only when the Certificate Manager or Registration Manager is remote from the Data Recovery Manager. - -

-

-
- -
- - - - - - - - -
 
- -Limits - - - - - - - - - -
-      - Maximum results: - - -
-      - Time limit (in seconds): - - -
-
- - - - -
- - -
-
- - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/blank.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/blank.html deleted file mode 100644 index d2c04a676..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/blank.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -Untitled Document - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecover.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecover.html deleted file mode 100644 index 94df8b7f7..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecover.html +++ /dev/null @@ -1,6 +0,0 @@ - - -Recover Key Confirm - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecoverBySerial.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecoverBySerial.template deleted file mode 100644 index 88a8d5c84..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/confirmRecoverBySerial.template +++ /dev/null @@ -1,70 +0,0 @@ - - - -Recovering Key - - - - - - - - -

- - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial.template deleted file mode 100644 index 117535fa1..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial.template +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - -Display Key - - - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial2.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial2.template deleted file mode 100644 index 30af980ec..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial2.template +++ /dev/null @@ -1,132 +0,0 @@ - - - - Display Certificate - - - - - - - - - -Certificate - -
- - - - -
 
- - -
- -Certificate contents
- -

-
-
- -

- -
- -Certificate fingerprints
- -

-
-
- -

- -
- -Installing this certificate in a server
- -

- -The following format can be used to install this certificate into a server. -

-Base 64 encoded certificate - -

------BEGIN CERTIFICATE-----
-
------END CERTIFICATE-----
-
- -

- -
- -Downloading this certificate
-

- -To download the certificate into your system, click the following button. - -

- - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template deleted file mode 100644 index 125e02e4a..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - -Display Key - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template deleted file mode 100644 index f5a1f1f14..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template +++ /dev/null @@ -1,109 +0,0 @@ - - - -Examine Recovery - - - - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/finishAsyncRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/finishAsyncRecovery.template deleted file mode 100644 index 0d2caf676..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/finishAsyncRecovery.template +++ /dev/null @@ -1,101 +0,0 @@ - - - -Key Recovery Result - - - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/finishRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/finishRecovery.template deleted file mode 100644 index e73a26237..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/finishRecovery.template +++ /dev/null @@ -1,101 +0,0 @@ - - - -Key Recovery Result - - - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameGrant.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameGrant.html deleted file mode 100644 index 14b3ced02..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameGrant.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -Untitled Document - - - - - - - - - -<body bgcolor="#FFFFFF"> - -</body> - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRecover.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRecover.html deleted file mode 100644 index 60cd76f41..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRecover.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -Untitled Document - - - - - - - - - -<body bgcolor="#FFFFFF"> - -</body> - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRequest.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRequest.html deleted file mode 100644 index ae544e34b..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameRequest.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -Untitled Document - - - - - - - - - -<body bgcolor="#FFFFFF"> - -</body> - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameSearch.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameSearch.html deleted file mode 100644 index a48fee2e6..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameSearch.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -Untitled Document - - - - - - - - - -<body bgcolor="#FFFFFF"> - -</body> - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameStats.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameStats.html deleted file mode 100644 index 57a24de47..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/frameStats.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -Untitled Document - - - - - - - - - -<body bgcolor="#FFFFFF"> - -</body> - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/getApprovalStatus.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/getApprovalStatus.template deleted file mode 100644 index 5a6a1114a..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/getApprovalStatus.template +++ /dev/null @@ -1,102 +0,0 @@ - - - - -Key Recovery Result - - - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/getStats.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/getStats.template deleted file mode 100644 index b2cb3415a..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/getStats.template +++ /dev/null @@ -1,124 +0,0 @@ - - - - Display CRL - - - - - - - - - - -Statistics -
- - - - -
 
-
- - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/grantAsyncRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/grantAsyncRecovery.template deleted file mode 100644 index c76e61ac4..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/grantAsyncRecovery.template +++ /dev/null @@ -1,45 +0,0 @@ - - - -Key Recovery Grant Result - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/grantRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/grantRecovery.template deleted file mode 100644 index 906da8338..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/grantRecovery.template +++ /dev/null @@ -1,44 +0,0 @@ - - - -Key Recovery Result - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/index.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/index.html deleted file mode 100644 index 3caedfb99..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/index.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -DRM Agent - - - - - - - - - -<body bgcolor="#FFFFFF"> - -</body> - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuCheck.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuCheck.html deleted file mode 100644 index 0787f104c..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuCheck.html +++ /dev/null @@ -1,33 +0,0 @@ - - - -Untitled Document - - - - - - - - - - - - - - - - - - - - - -
- List Requests
- Search for Keys
- Recover Keys
- Authorize Recovery
- - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuGrant.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuGrant.html deleted file mode 100644 index 594dfaf06..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuGrant.html +++ /dev/null @@ -1,33 +0,0 @@ - - - -Untitled Document - - - - - - - - - - - - - - - - - - - - - -
- List Requests
- Search for Keys
- Recover Keys
- Authorize Recovery
- - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRecover.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRecover.html deleted file mode 100644 index 1439917d4..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRecover.html +++ /dev/null @@ -1,33 +0,0 @@ - - - -Untitled Document - - - - - - - - - - - - - - - - - - - - - -
- List Requests
- Search for Keys
- Recover Keys
- Authorize Recovery
- - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRequest.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRequest.html deleted file mode 100644 index 69a5300a6..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuRequest.html +++ /dev/null @@ -1,33 +0,0 @@ - - - -Untitled Document - - - - - - - - - - - - - - - - - - - - - -
- List Requests
- Search for Keys
- Recover Keys
- Authorize Recovery
- - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuSearch.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuSearch.html deleted file mode 100644 index e3f23d53f..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuSearch.html +++ /dev/null @@ -1,33 +0,0 @@ - - - -Untitled Document - - - - - - - - - - - - - - - - - - - - - -
- List Requests
- Search for Keys
- Recover Keys
- Authorize Recovery
- - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuStats.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuStats.html deleted file mode 100644 index 2d132b185..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/menuStats.html +++ /dev/null @@ -1,37 +0,0 @@ - - - -Untitled Document - - - - - - - - - - - - - - - - - - - - - - - - -
- List Requests
- Search for Keys
- Recover Keys
- Authorize Recovery
- Statistics
- - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/monitor.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/monitor.template deleted file mode 100644 index 35896baf1..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/monitor.template +++ /dev/null @@ -1,184 +0,0 @@ - - -Monitor - - - - - -Monitor - - - - - -
 
- - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/processReq.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/processReq.template deleted file mode 100644 index 078764d98..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/processReq.template +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKey.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKey.template deleted file mode 100644 index fd2348dc6..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKey.template +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - - -Key Query Result - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKeyForRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKeyForRecovery.template deleted file mode 100644 index aec54464d..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKeyForRecovery.template +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - -Key Query Result - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryReq.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryReq.template deleted file mode 100644 index 61a7bb0a2..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryReq.template +++ /dev/null @@ -1,385 +0,0 @@ - - - - Request Queue - - - - - -Request Queue -
- - - - - -
 
- - - - -

- - -
-
- - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/recoverBySerial.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/recoverBySerial.template deleted file mode 100644 index a1209f32b..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/recoverBySerial.template +++ /dev/null @@ -1,76 +0,0 @@ - - - -Key Recovery Result - - - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKey.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKey.template deleted file mode 100644 index f9d39e194..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKey.template +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - -Key Query Result - - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template deleted file mode 100644 index a4605ff9a..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - -Key Query Result - - - - - - - diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/top.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/top.html deleted file mode 100644 index f90ad1a3f..000000000 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/top.html +++ /dev/null @@ -1,48 +0,0 @@ - - - -Untitled Document - - - - - - - - -
- - - - -
- - - - - - -
Dogtag®
- Certificate System
Privileged User Services
-
- - - - - - - - - - - - - -
Certificate - ServiceRegistration - Service Key - Service
-
- - - -- cgit