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/ocsp/agent/GenError.template | 78 --- .../shared/webapps/ocsp/agent/GenPending.template | 61 -- .../shared/webapps/ocsp/agent/GenRejected.template | 82 --- .../shared/webapps/ocsp/agent/GenSuccess.template | 44 -- .../webapps/ocsp/agent/GenSvcPending.template | 61 -- .../webapps/ocsp/agent/GenUnauthorized.template | 42 -- .../webapps/ocsp/agent/GenUnexpectedError.template | 68 -- .../ocsp-ui/shared/webapps/ocsp/agent/cms-funcs.js | 539 ---------------- dogtag/ocsp-ui/shared/webapps/ocsp/agent/funcs.js | 686 --------------------- .../shared/webapps/ocsp/agent/header.template | 82 --- .../ocsp-ui/shared/webapps/ocsp/agent/helpfun.js | 35 -- .../ocsp-ui/shared/webapps/ocsp/agent/index.html | 23 - .../shared/webapps/ocsp/agent/index.template | 140 ----- .../shared/webapps/ocsp/agent/ocsp/AddCA.html | 69 --- .../shared/webapps/ocsp/agent/ocsp/AddCRL.html | 82 --- .../shared/webapps/ocsp/agent/ocsp/CheckCert.html | 69 --- .../shared/webapps/ocsp/agent/ocsp/addCA.template | 59 -- .../shared/webapps/ocsp/agent/ocsp/addCRL.template | 59 -- .../webapps/ocsp/agent/ocsp/checkCert.template | 79 --- .../shared/webapps/ocsp/agent/ocsp/frameAddCA.html | 32 - .../webapps/ocsp/agent/ocsp/frameAddCRL.html | 32 - .../webapps/ocsp/agent/ocsp/frameCheckCert.html | 32 - .../webapps/ocsp/agent/ocsp/frameListCA.html | 32 - .../shared/webapps/ocsp/agent/ocsp/frameOCSP.html | 32 - .../shared/webapps/ocsp/agent/ocsp/frameStats.html | 32 - .../webapps/ocsp/agent/ocsp/getOCSPInfo.template | 118 ---- .../webapps/ocsp/agent/ocsp/getStats.template | 141 ----- .../shared/webapps/ocsp/agent/ocsp/index.html | 33 - .../webapps/ocsp/agent/ocsp/listCAs.template | 146 ----- .../shared/webapps/ocsp/agent/ocsp/menuAddCA.html | 50 -- .../shared/webapps/ocsp/agent/ocsp/menuAddCRL.html | 50 -- .../webapps/ocsp/agent/ocsp/menuCheckCert.html | 50 -- .../shared/webapps/ocsp/agent/ocsp/menuListCA.html | 50 -- .../shared/webapps/ocsp/agent/ocsp/menuOCSP.html | 50 -- .../shared/webapps/ocsp/agent/ocsp/menuStats.html | 54 -- .../webapps/ocsp/agent/ocsp/removeCA.template | 65 -- .../shared/webapps/ocsp/agent/ports.template | 121 ---- 37 files changed, 3478 deletions(-) delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenError.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenPending.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenRejected.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenSuccess.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenSvcPending.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenUnauthorized.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenUnexpectedError.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/cms-funcs.js delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/funcs.js delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/header.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/helpfun.js delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/index.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/index.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCA.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCRL.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/checkCert.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCA.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameListCA.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameOCSP.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameStats.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getStats.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/index.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/listCAs.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCA.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuListCA.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuOCSP.html delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuStats.html delete mode 100755 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/removeCA.template delete mode 100644 dogtag/ocsp-ui/shared/webapps/ocsp/agent/ports.template (limited to 'dogtag/ocsp-ui/shared/webapps/ocsp/agent') diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenError.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenError.template deleted file mode 100644 index 13996d5d4..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenError.template +++ /dev/null @@ -1,78 +0,0 @@ - - - - - -OCSP 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/ocsp-ui/shared/webapps/ocsp/agent/GenPending.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenPending.template deleted file mode 100644 index 9264d1bd0..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenPending.template +++ /dev/null @@ -1,61 +0,0 @@ - - - - - -OCSP Agent Request Pending - - - - - -Request Successfully Submitted - - - - - - - - - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenRejected.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenRejected.template deleted file mode 100644 index 5e5155541..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenRejected.template +++ /dev/null @@ -1,82 +0,0 @@ - - - - - -OCSP Agent Request Rejected - - - - -Request Rejected - - - - - - - - - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenSuccess.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenSuccess.template deleted file mode 100644 index 9d9022b2b..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenSuccess.template +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - -OCSP Agent Generic Request Success - - - - -Request Successfully Submited - - - - - - - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenSvcPending.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenSvcPending.template deleted file mode 100644 index 248f3e592..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenSvcPending.template +++ /dev/null @@ -1,61 +0,0 @@ - - - - - -OCSP Agent Request Svc Pending - - - - -Request Successfully Submitted - - - - - - - - - - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenUnauthorized.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenUnauthorized.template deleted file mode 100644 index af2aede06..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenUnauthorized.template +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - -OCSP Agent Generic Unauthorized - - - - -Unauthorized Access - - - - - - - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenUnexpectedError.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenUnexpectedError.template deleted file mode 100644 index a929c760f..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenUnexpectedError.template +++ /dev/null @@ -1,68 +0,0 @@ - - - - - -OCSP Agent Processing Error! - - - - -Problem Processing Your Request - - - - - - -
 
- - - - - - - - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/cms-funcs.js b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/cms-funcs.js deleted file mode 100644 index 473fb1795..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/cms-funcs.js +++ /dev/null @@ -1,539 +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/ocsp-ui/shared/webapps/ocsp/agent/funcs.js b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/funcs.js deleted file mode 100644 index daef83d17..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/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/ocsp-ui/shared/webapps/ocsp/agent/header.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/header.template deleted file mode 100644 index d1221b14b..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/header.template +++ /dev/null @@ -1,82 +0,0 @@ - - - - - -Header - - - - - - - - -
- - - - - - -
     Dogtag® Agent Services
- - - - - -
-
- - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/helpfun.js b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/helpfun.js deleted file mode 100644 index 14a80bb95..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/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/ocsp-ui/shared/webapps/ocsp/agent/index.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/index.html deleted file mode 100644 index 30662d47a..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/index.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/index.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/index.template deleted file mode 100644 index be2c39d9e..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/index.template +++ /dev/null @@ -1,140 +0,0 @@ - - - - - -OCSP Agent - - - - - - - - - - -
- - - - - - -
     Dogtag® Agent Services
-
  - - - - - - - -
  
- - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html deleted file mode 100644 index 43f2503a1..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - -Add Certificate Authority - - - - - -Add Certificate Authority
- -Use this form to add the certificate chain of a Certificate Authority whose CRL will be accepted by this OCSP Authority. - - - - -
 
- -
- - - - - - - - -
- Base 64 encoded certificate (including header and footer): -
- -
- -

-
- - - - -
- - -
- -

- - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html deleted file mode 100644 index 4a6878a00..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - -Add Certificate Revocation List - - - - - -Add Certificate Revocation List
- -Use this form to add the certificate revocation list of a Certificate Authority. - - - - -
 
- -
- - - - - - - - - - - - - - - - -
- Base 64 encoded Certificate revocation list (including header and footer): -
- -
- - -
-
-
- -

-
- - - - -
- - -
- -

- - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html deleted file mode 100644 index ca15f1404..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - -Check Certificate Status - - - - - -Check Certificate Status
- -Use this form to confirm the status of a certificate. - - - - -
 
- -
- - - - - - - - -
- Base 64 encoded certificate: -
- -
- -

-
- - - - -
- - -
- -

- - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCA.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCA.template deleted file mode 100644 index 3205ee0b9..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCA.template +++ /dev/null @@ -1,59 +0,0 @@ - - - - - Adding Certificate Authority - - - - - - - - - - -Adding Certificate Authority -
- - - - -
 
-
- - - - - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCRL.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCRL.template deleted file mode 100644 index 99f227c47..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCRL.template +++ /dev/null @@ -1,59 +0,0 @@ - - - - - Adding Certificate Revocation List - - - - - - - - - - -Adding Certificate Revocation List -
- - - - -
 
-
- - - - - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/checkCert.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/checkCert.template deleted file mode 100644 index 5e8b8938c..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/checkCert.template +++ /dev/null @@ -1,79 +0,0 @@ - - - - - Check Certificate Status - - - - - - - - - - -Online Certificate Status -
- - - - -
 
-
- - - - - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCA.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCA.html deleted file mode 100644 index afb888caf..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCA.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html deleted file mode 100644 index 28be03545..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html deleted file mode 100644 index 21335c8a0..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameListCA.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameListCA.html deleted file mode 100644 index 90530fd42..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameListCA.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameOCSP.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameOCSP.html deleted file mode 100644 index 00fad0f36..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameOCSP.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameStats.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameStats.html deleted file mode 100644 index 8efa27a78..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameStats.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template deleted file mode 100644 index 9a2769777..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template +++ /dev/null @@ -1,118 +0,0 @@ - - - - - Display CRL - - - - - - - - - - -OCSP Service -
- - - - -
 
-
- - - - - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getStats.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getStats.template deleted file mode 100644 index 59ae3e6d3..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getStats.template +++ /dev/null @@ -1,141 +0,0 @@ - - - - - Display CRL - - - - - - - - - - -Statistics -
- - - - -
 
-
- - - - - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/index.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/index.html deleted file mode 100644 index b94135258..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/index.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - -OCSP Agent - - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/listCAs.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/listCAs.template deleted file mode 100644 index 93cc6cdf3..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/listCAs.template +++ /dev/null @@ -1,146 +0,0 @@ - - - - - List Certificate Authorities - - - - - - - - - - -List Certificate Authorities -
- - - - -
 
-
- - - - - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCA.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCA.html deleted file mode 100644 index 6b4419f78..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCA.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - -Untitled Document - - - - - - - - - - - - - - - - - - - - -
- List Certificate Authorities
- Add Certificate Authority
- Add Certificate Revocation List
- Check Certificate Status
- OCSP Service
- - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html deleted file mode 100644 index 7da3025e3..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - -Untitled Document - - - - - - - - - - - - - - - - - - - - -
- List Certificate Authorities
- Add Certificate Authority
- Add Certificate Revocation List
- Check Certificate Status
- OCSP Service
- - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html deleted file mode 100644 index 2e4773a28..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - -Untitled Document - - - - - - - - - - - - - - - - - - - - -
- List Certificate Authorities
- Add Certificate Authority
- Add Certificate Revocation List
- Check Certificate Status
- OCSP Service
- - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuListCA.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuListCA.html deleted file mode 100644 index ac99b752a..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuListCA.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - -Untitled Document - - - - - - - - - - - - - - - - - - - - -
- List Certificate Authorities
- Add Certificate Authority
- Add Certificate Revocation List
- Check Certificate Status
- OCSP Service
- - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuOCSP.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuOCSP.html deleted file mode 100644 index b019fe81f..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuOCSP.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - -Untitled Document - - - - - - - - - - - - - - - - - - - - -
- List Certificate Authorities
- Add Certificate Authority
- Add Certificate Revocation List
- Check Certificate Status
- OCSP Service
- - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuStats.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuStats.html deleted file mode 100644 index f86dd059e..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuStats.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - -Untitled Document - - - - - - - - - - - - - - - - - - - - - - - -
- List Certificate Authorities
- Add Certificate Authority
- Add Certificate Revocation List
- Check Certificate Status
- OCSP Service
- Statistics
- - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/removeCA.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/removeCA.template deleted file mode 100755 index 7da892454..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/removeCA.template +++ /dev/null @@ -1,65 +0,0 @@ - - - - - Removing Certificate Authority - - - - - - - - - - -Removing Certificate Authority -
- - - - -
 
-
- - - - - - diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ports.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ports.template deleted file mode 100644 index 8413ada1b..000000000 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ports.template +++ /dev/null @@ -1,121 +0,0 @@ - - - - - -OCSP Agent Ports - - - - - - - - - - - - - -
- - - - - - -
     Dogtag® Services Summary
-
  - - - - - - - - - - -
  
  
-
 
- - -- cgit