From fe389a989ca983779e0abd34018c61f805deeea4 Mon Sep 17 00:00:00 2001 From: mharmsen Date: Fri, 28 Nov 2008 21:10:42 +0000 Subject: Bugzilla Bug #445402: Rename 'linux' to 'dogtag'. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@148 c9f7a03b-bd48-0410-a16d-cbbf54688b0b --- .../shared/webapps/ocsp/agent/GenError.template | 80 --- .../shared/webapps/ocsp/agent/GenPending.template | 63 -- .../shared/webapps/ocsp/agent/GenRejected.template | 84 --- .../shared/webapps/ocsp/agent/GenSuccess.template | 46 -- .../webapps/ocsp/agent/GenSvcPending.template | 63 -- .../webapps/ocsp/agent/GenUnauthorized.template | 44 -- .../webapps/ocsp/agent/GenUnexpectedError.template | 70 --- .../ocsp-ui/shared/webapps/ocsp/agent/cms-funcs.js | 539 ---------------- .../ocsp-ui/shared/webapps/ocsp/agent/funcs.js | 686 --------------------- .../webapps/ocsp/agent/graphics/dgLeftTab.gif | Bin 89 -> 0 bytes .../webapps/ocsp/agent/graphics/dgRightTab.gif | Bin 102 -> 0 bytes .../webapps/ocsp/agent/graphics/goto-tall.gif | Bin 86 -> 0 bytes .../webapps/ocsp/agent/graphics/graphics.tmp | 0 .../shared/webapps/ocsp/agent/graphics/gray90.gif | Bin 66 -> 0 bytes .../shared/webapps/ocsp/agent/graphics/hr.gif | Bin 60 -> 0 bytes .../webapps/ocsp/agent/graphics/lgLeftTab.gif | Bin 89 -> 0 bytes .../webapps/ocsp/agent/graphics/lgRightTab.gif | Bin 102 -> 0 bytes .../shared/webapps/ocsp/agent/graphics/spacer.gif | Bin 43 -> 0 bytes .../shared/webapps/ocsp/agent/header.template | 89 --- .../ocsp-ui/shared/webapps/ocsp/agent/helpfun.js | 35 -- .../ocsp-ui/shared/webapps/ocsp/agent/index.html | 20 - .../shared/webapps/ocsp/agent/index.template | 149 ----- .../shared/webapps/ocsp/agent/ocsp/AddCA.html | 68 -- .../shared/webapps/ocsp/agent/ocsp/AddCRL.html | 81 --- .../shared/webapps/ocsp/agent/ocsp/CheckCert.html | 68 -- .../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 | 32 - .../webapps/ocsp/agent/ocsp/listCAs.template | 116 ---- .../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 -- .../shared/webapps/ocsp/agent/ports.template | 130 ---- 45 files changed, 3415 deletions(-) delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenError.template delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenPending.template delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenRejected.template delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenSuccess.template delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenSvcPending.template delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenUnauthorized.template delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenUnexpectedError.template delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/cms-funcs.js delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/funcs.js delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/dgLeftTab.gif delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/dgRightTab.gif delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/goto-tall.gif delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/graphics.tmp delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/gray90.gif delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/hr.gif delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/lgLeftTab.gif delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/lgRightTab.gif delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/spacer.gif delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/header.template delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/helpfun.js delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/index.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/index.template delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCA.template delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCRL.template delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/checkCert.template delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCA.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameListCA.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameOCSP.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameStats.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getStats.template delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/index.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/listCAs.template delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCA.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuListCA.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuOCSP.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuStats.html delete mode 100644 pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ports.template (limited to 'pki/linux/ocsp-ui/shared/webapps/ocsp/agent') diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenError.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenError.template deleted file mode 100644 index f0cca1ea8..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenError.template +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - -CS 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/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenPending.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenPending.template deleted file mode 100644 index 0ff5f4383..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenPending.template +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - -CS Request Pending - - - - - - -Request Successfully Submitted - - - - - - - - - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenRejected.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenRejected.template deleted file mode 100644 index a5dd68f49..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenRejected.template +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - -CS Request Rejected - - - - - -Request Rejected - - - - - - - - - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenSuccess.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenSuccess.template deleted file mode 100644 index 9a0ead814..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenSuccess.template +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - -Generic Request Success - - - - - -Request Successfully Submited - - - - - - - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenSvcPending.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenSvcPending.template deleted file mode 100644 index f639a39a9..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenSvcPending.template +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - -CS Request Svc Pending - - - - - -Request Successfully Submitted - - - - - - - - - - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenUnauthorized.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenUnauthorized.template deleted file mode 100644 index c29372843..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenUnauthorized.template +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -Generic Unauthorized - - - - - -Unauthorized Access - - - - - - - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenUnexpectedError.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenUnexpectedError.template deleted file mode 100644 index c69aaad1f..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/GenUnexpectedError.template +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - -CS Processing Error - - - - - -Problem Processing Your Request - - - - - - -
 
- - - - - - - - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/cms-funcs.js b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/cms-funcs.js deleted file mode 100644 index 473fb1795..000000000 --- a/pki/linux/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/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/funcs.js b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/funcs.js deleted file mode 100644 index daef83d17..000000000 --- a/pki/linux/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/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/dgLeftTab.gif b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/dgLeftTab.gif deleted file mode 100644 index 35a76c859..000000000 Binary files a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/dgLeftTab.gif and /dev/null differ diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/dgRightTab.gif b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/dgRightTab.gif deleted file mode 100644 index a519bc759..000000000 Binary files a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/dgRightTab.gif and /dev/null differ diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/goto-tall.gif b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/goto-tall.gif deleted file mode 100644 index 6eea3ef5c..000000000 Binary files a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/goto-tall.gif and /dev/null differ diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/graphics.tmp b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/graphics.tmp deleted file mode 100644 index e69de29bb..000000000 diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/gray90.gif b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/gray90.gif deleted file mode 100644 index c6f811102..000000000 Binary files a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/gray90.gif and /dev/null differ diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/hr.gif b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/hr.gif deleted file mode 100644 index 14f8acf92..000000000 Binary files a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/hr.gif and /dev/null differ diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/lgLeftTab.gif b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/lgLeftTab.gif deleted file mode 100644 index a78fbc89d..000000000 Binary files a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/lgLeftTab.gif and /dev/null differ diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/lgRightTab.gif b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/lgRightTab.gif deleted file mode 100644 index 71852402d..000000000 Binary files a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/lgRightTab.gif and /dev/null differ diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/spacer.gif b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/spacer.gif deleted file mode 100644 index 13acffe53..000000000 Binary files a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/graphics/spacer.gif and /dev/null differ diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/header.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/header.template deleted file mode 100644 index 4396a67bb..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/header.template +++ /dev/null @@ -1,89 +0,0 @@ - - - - - -Header - - - - - - - - -
- - - - -
- - - - - - -
Dogtag®
- Certificate
System
Agent Services
-
- - - - - -
-
- - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/helpfun.js b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/helpfun.js deleted file mode 100644 index 14a80bb95..000000000 --- a/pki/linux/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/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/index.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/index.html deleted file mode 100644 index d9873116c..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/index.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/index.template deleted file mode 100644 index 4995377d7..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/index.template +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -Index - - - - - - - - - - - - -
- - - - -
Dogtag®
- Certificate
System
-
Agent Services 
  - - - - - - - -
  
- - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html deleted file mode 100644 index b221f10e8..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html +++ /dev/null @@ -1,68 +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/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html deleted file mode 100644 index 97e6b8978..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html +++ /dev/null @@ -1,81 +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/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html deleted file mode 100644 index 03e706e3a..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html +++ /dev/null @@ -1,68 +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/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCA.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCA.template deleted file mode 100644 index 8ce61e83b..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCA.template +++ /dev/null @@ -1,59 +0,0 @@ - - - - - Adding Certificate Authority - - - - - - - - - - -Adding Certificate Authority -
- - - - -
 
-
- - - - - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCRL.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCRL.template deleted file mode 100644 index a7e160418..000000000 --- a/pki/linux/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/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/checkCert.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/checkCert.template deleted file mode 100644 index b9cffede1..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/checkCert.template +++ /dev/null @@ -1,79 +0,0 @@ - - - - - Check Certificate Status - - - - - - - - - - -Online Certificate Status -
- - - - -
 
-
- - - - - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCA.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCA.html deleted file mode 100644 index afb888caf..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCA.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html deleted file mode 100644 index 28be03545..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameAddCRL.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html deleted file mode 100644 index 21335c8a0..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameCheckCert.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameListCA.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameListCA.html deleted file mode 100644 index 90530fd42..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameListCA.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameOCSP.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameOCSP.html deleted file mode 100644 index 00fad0f36..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameOCSP.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameStats.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameStats.html deleted file mode 100644 index 8efa27a78..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/frameStats.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Untitled Document - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template deleted file mode 100644 index 4cbf9f714..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template +++ /dev/null @@ -1,118 +0,0 @@ - - - - - Display CRL - - - - - - - - - - -OCSP Service -
- - - - -
 
-
- - - - - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getStats.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getStats.template deleted file mode 100644 index c6f56b1f7..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getStats.template +++ /dev/null @@ -1,141 +0,0 @@ - - - - - Display CRL - - - - - - - - - - -Statistics -
- - - - -
 
-
- - - - - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/index.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/index.html deleted file mode 100644 index 2736b25cb..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/index.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Online Certificate Status Authority - - - - - - - -<body bgcolor="#FFFFFF"> -</body> - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/listCAs.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/listCAs.template deleted file mode 100644 index 1cccf9e08..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/listCAs.template +++ /dev/null @@ -1,116 +0,0 @@ - - - - - List Certificate Authorities - - - - - - - - - - -List Certificate Authorities -
- - - - -
 
-
- - - - - - diff --git a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCA.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCA.html deleted file mode 100644 index 6b4419f78..000000000 --- a/pki/linux/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/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuAddCRL.html deleted file mode 100644 index 7da3025e3..000000000 --- a/pki/linux/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/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuCheckCert.html deleted file mode 100644 index 2e4773a28..000000000 --- a/pki/linux/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/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuListCA.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuListCA.html deleted file mode 100644 index ac99b752a..000000000 --- a/pki/linux/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/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuOCSP.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuOCSP.html deleted file mode 100644 index b019fe81f..000000000 --- a/pki/linux/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/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuStats.html b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ocsp/menuStats.html deleted file mode 100644 index f86dd059e..000000000 --- a/pki/linux/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/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ports.template b/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ports.template deleted file mode 100644 index d2bd028aa..000000000 --- a/pki/linux/ocsp-ui/shared/webapps/ocsp/agent/ports.template +++ /dev/null @@ -1,130 +0,0 @@ - - - - - -Index - - - - - - - - - - - - - - - - - - - - -
- - - - -
Dogtag®
- Certificate
System
-
Services Summary 
  - - - - - - - - - - -
  
  
-
 
  - © 2001 Sun Microsystems, Inc. Used by permission. - © 2005 Red Hat, Inc.. All rights reserved. -  
- - -- cgit