diff options
author | Endi Sukma Dewata <edewata@redhat.com> | 2012-11-02 12:38:03 -0400 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2012-11-03 01:18:51 -0400 |
commit | 2f88971101c858d51a04b68d9abe005542151dd7 (patch) | |
tree | 34f999637eeed885a718add3feee206ebd925aed | |
parent | b2cbf5f0955009420451df1acbe6a8679d74a49b (diff) | |
download | pki-2f88971101c858d51a04b68d9abe005542151dd7.tar.gz pki-2f88971101c858d51a04b68d9abe005542151dd7.tar.xz pki-2f88971101c858d51a04b68d9abe005542151dd7.zip |
Updated hr.gif paths.
109 files changed, 190 insertions, 190 deletions
diff --git a/dogtag/ca-ui/shared/webapps/ca/GenUnexpectedError.template b/dogtag/ca-ui/shared/webapps/ca/GenUnexpectedError.template index 1e51f85e9..312559994 100644 --- a/dogtag/ca-ui/shared/webapps/ca/GenUnexpectedError.template +++ b/dogtag/ca-ui/shared/webapps/ca/GenUnexpectedError.template @@ -27,7 +27,7 @@ Problem Processing Your Request </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/admin/GenUnexpectedError.template b/dogtag/ca-ui/shared/webapps/ca/admin/GenUnexpectedError.template index 7a47f2c2b..57d118aa5 100644 --- a/dogtag/ca-ui/shared/webapps/ca/admin/GenUnexpectedError.template +++ b/dogtag/ca-ui/shared/webapps/ca/admin/GenUnexpectedError.template @@ -27,7 +27,7 @@ Problem Processing Your Request </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/admin/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/admin/ca/EnrollSuccess.template b/dogtag/ca-ui/shared/webapps/ca/admin/ca/EnrollSuccess.template index d0e5af3dd..d3709831e 100644 --- a/dogtag/ca-ui/shared/webapps/ca/admin/ca/EnrollSuccess.template +++ b/dogtag/ca-ui/shared/webapps/ca/admin/ca/EnrollSuccess.template @@ -59,7 +59,7 @@ document.writeln('Congratulations a certificate has been issued and ' + document.writeln('<P>'); document.writeln('Issued Certificates: </font>'); document.writeln('<P>'); -document.writeln('<table border="0" cellspacing="0" cellpadding="0" background="/ca/admin/graphics/hr.gif" width="100%">'); +document.writeln('<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%">'); document.writeln(' <tr> '); document.writeln(' <td> </td>'); document.writeln(' </tr>'); diff --git a/dogtag/ca-ui/shared/webapps/ca/admin/ca/adminEnroll.html b/dogtag/ca-ui/shared/webapps/ca/admin/ca/adminEnroll.html index 4fc9e0132..42db2311a 100644 --- a/dogtag/ca-ui/shared/webapps/ca/admin/ca/adminEnroll.html +++ b/dogtag/ca-ui/shared/webapps/ca/admin/ca/adminEnroll.html @@ -293,7 +293,7 @@ Administrator/Agent Certificate Enrollment<br> again, or to enroll other users, please see the documentation. </font> -<table border="0" cellspacing="0" cellpadding="2" background=/ca/admin/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="2" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -311,7 +311,7 @@ Administrator/Agent Certificate Enrollment<br> </tr> </table> -<table border="0" cellspacing="0" cellpadding="0" background=/ca/admin/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/GenError.template b/dogtag/ca-ui/shared/webapps/ca/agent/GenError.template index 33133ce3d..19f85f7ab 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/GenError.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/GenError.template @@ -29,7 +29,7 @@ Problem Processing Your Request </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/GenUnexpectedError.template b/dogtag/ca-ui/shared/webapps/ca/agent/GenUnexpectedError.template index b00295c2f..58534e03b 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/GenUnexpectedError.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/GenUnexpectedError.template @@ -27,7 +27,7 @@ Problem Processing Your Request </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/EnrollSuccess.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/EnrollSuccess.template index a2f8e499d..08bcd5240 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/EnrollSuccess.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/EnrollSuccess.template @@ -64,7 +64,7 @@ document.writeln('Congratulations a certificate has been issued and ' + document.writeln('<P>'); document.writeln('Issued Certificates: </font>'); document.writeln('<P>'); -document.writeln('<table border="0" cellspacing="0" cellpadding="0" background="/ca/agent/graphics/hr.gif" width="100%">'); +document.writeln('<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%">'); document.writeln(' <tr> '); document.writeln(' <td> </td>'); document.writeln(' </tr>'); diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ListRequests.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/ListRequests.html index 967e5592f..882f43ee3 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ListRequests.html +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/ListRequests.html @@ -46,7 +46,7 @@ function doSubmit(form) <font size="+1" face="PrimaSans BT, Verdana, sans-serif">List Requests<br></font> <font size="-1" face="PrimaSans BT, Verdana, sans-serif"> Use this form to show a list of certificate requests.</font> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileApprove.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileApprove.template index 6e0558df9..ff8613b42 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileApprove.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileApprove.template @@ -21,7 +21,7 @@ <font size="+1" face="PrimaSans BT, Verdana, sans-serif">Manage Certificate Profiles<br></font> <font size="-1" face="PrimaSans BT, Verdana, sans-serif"> Use this form to approve a certificate profile.</font> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/agent/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileList.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileList.template index 1514ad754..42e0f5cb3 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileList.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileList.template @@ -21,7 +21,7 @@ <font size="+1" face="PrimaSans BT, Verdana, sans-serif">Manage Certificate Profiles<br></font> <font size="-1" face="PrimaSans BT, Verdana, sans-serif"> Use this form to approve a certificate profile.</font> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/agent/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileProcess.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileProcess.template index 70e7b2ae8..95c38b2f3 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileProcess.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileProcess.template @@ -34,7 +34,7 @@ if (typeof(requestId) != "undefined") { document.writeln('<br></font>'); </script> <font size="-1" face="PrimaSans BT, Verdana, sans-serif"></font> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/agent/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileReview.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileReview.template index 4e27f5245..d3b997026 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileReview.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileReview.template @@ -40,7 +40,7 @@ document.writeln(requestId); document.writeln('<br></font>'); </script> <font size="-1" face="PrimaSans BT, Verdana, sans-serif"></font> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/agent/graphics/hr.gif" +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileSelect.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileSelect.template index 4c7139d69..87bf61f45 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileSelect.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/ProfileSelect.template @@ -21,7 +21,7 @@ <font size="+1" face="PrimaSans BT, Verdana, sans-serif">Approve Certificate Profile<br></font> <font size="-1" face="PrimaSans BT, Verdana, sans-serif"> Use this form to approve a certificate profile.</font> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/agent/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchCert.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchCert.html index 175efd744..f3c8db026 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchCert.html +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchCert.html @@ -32,7 +32,7 @@ Use this form to compose queries based on properties of the certificate. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -45,7 +45,7 @@ Leave a box unchecked to ignore that filter. You can click more than one box to get a combination of search criteria. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -166,7 +166,7 @@ function serialNumberRangeCrit() </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -208,7 +208,7 @@ function statusRangeCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -343,7 +343,7 @@ function subjectCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -641,7 +641,7 @@ function revocationReasonCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -901,7 +901,7 @@ function issuedOnCrit() </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -1357,7 +1357,7 @@ function validityLengthCrit() </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -1397,7 +1397,7 @@ function basicConstraints() </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -1649,7 +1649,7 @@ function doSubmit(form) <INPUT TYPE="HIDDEN" NAME="SSLClient" VALUE=""> <INPUT TYPE="HIDDEN" NAME="SSLServer" VALUE=""> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRequests.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRequests.html index cadce80ef..08433aa7d 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRequests.html +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRequests.html @@ -32,7 +32,7 @@ Use this form to compose queries based on properties of the request. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -45,7 +45,7 @@ Leave a box unchecked to ignore that filter. You can click more than one box to get a combination of search criteria. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -150,7 +150,7 @@ function requestNumberRangeCrit() </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -192,7 +192,7 @@ function typeRangeCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -285,7 +285,7 @@ function doSubmit(form) <INPUT TYPE="HIDDEN" NAME="op" VALUE=""> <INPUT TYPE="HIDDEN" NAME="queryRequestFilter" VALUE=""> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html index b81185312..4f11ddf33 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html @@ -33,7 +33,7 @@ Use this form to revoke a set of certificates determined by one or more properties of the certificate. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -51,7 +51,7 @@ they are revoked. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -172,7 +172,7 @@ function serialNumberRangeCrit() </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -312,7 +312,7 @@ function subjectCrit() </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -543,7 +543,7 @@ function issuedOnCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -1091,7 +1091,7 @@ function doSubmit(form) <INPUT TYPE="HIDDEN" NAME="count" VALUE=""> <INPUT TYPE="HIDDEN" NAME="unit" VALUE=""> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/UpdateDir.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/UpdateDir.html index 9febeabdb..1fb9541cd 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/UpdateDir.html +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/UpdateDir.html @@ -244,7 +244,7 @@ the update may not be reflected in the directory. You can use this form again to update those certificates. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/cloneRedirect.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/cloneRedirect.template index ef763e83f..0f1ad7812 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/cloneRedirect.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/cloneRedirect.template @@ -25,7 +25,7 @@ Feature Unavailable to Clones </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial.template index 4f2d6f2d5..5d994cd43 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial.template @@ -104,7 +104,7 @@ if (navigator.appName == 'Netscape' && //--> </SCRIPT> </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/agent/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial2.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial2.template index 5c700da66..4a193e324 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial2.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayBySerial2.template @@ -67,7 +67,7 @@ if (navigator.appName == 'Netscape' && //--> </SCRIPT> </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="art/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCRL.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCRL.template index b3f0a50a0..988c6db51 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCRL.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCRL.template @@ -36,7 +36,7 @@ if (navigator.appName == "Microsoft Internet Explorer") { <font face="PrimaSans BT, Verdana, sans-serif" size="+1"> Certificate Revocation List </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/agent/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCertFromRequest.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCertFromRequest.template index 13bbb166b..f1148570c 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCertFromRequest.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/displayCertFromRequest.template @@ -55,7 +55,7 @@ function displayCert(cert) '</font><br>'); document.writeln( '<table border="0" cellspacing="0" cellpadding="0" '+ - 'background="/ca/agent/graphics/hr.gif" width="100%">'+ + 'background="/pki/images/hr.gif" width="100%">'+ '<tr>'+ '<td> </td>'+ '</tr>'+ diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/getOCSPInfo.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/getOCSPInfo.template index 46e4ccf32..cfafd6208 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/getOCSPInfo.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/getOCSPInfo.template @@ -36,7 +36,7 @@ if (navigator.appName == "Microsoft Internet Explorer") { <font face="PrimaSans BT, Verdana, sans-serif" size="+1"> OCSP Service </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/agent/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/getStats.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/getStats.template index 59c59eea5..0af670816 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/getStats.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/getStats.template @@ -36,7 +36,7 @@ if (navigator.appName == "Microsoft Internet Explorer") { <font face="PrimaSans BT, Verdana, sans-serif" size="+1"> Statistics </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.html index 5b520f924..59e2f4078 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.html +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.html @@ -30,7 +30,7 @@ <font size=-1 face="PrimaSans BT, Verdana, sans-serif"> Use this form to query performance of this authority within a specified time range.</font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.template index 1d84f9f20..73c3eb736 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/monitor.template @@ -24,7 +24,7 @@ <font size="+1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif"> Monitor </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/processCertReq.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/processCertReq.template index 437895934..4d263fefd 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/processCertReq.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/processCertReq.template @@ -74,7 +74,7 @@ function renderFoot() if (result.header.seqNum == null) { document.writeln('<font size="+1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif">'); document.writeln('Problem Processing Your Request</font>'); - document.writeln('<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif">'); + document.writeln('<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif">'); agent/document.writeln('<tr><td> </td></tr></table>'); document.writeln('<font size="-1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif">'); document.write('<P>The Certificate Manager encountered a problem while processing your request.'); @@ -91,7 +91,7 @@ if (result.header.seqNum == null) { } else { document.writeln('<font size="+1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif">'); document.writeln('Request <b>' + result.header.seqNum + '</b></font>'); - document.writeln('<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif">'); + document.writeln('<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif">'); document.writeln('<tr><td> </td></tr></table>'); document.writeln('<font size="-1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif">'); diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/processReq.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/processReq.template index 2f8fc7778..172125e38 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/processReq.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/processReq.template @@ -1348,7 +1348,7 @@ document.writeln('Request <a href="/ca/agent/ca/processReq?seqNum='+ 'request \')" onMouseOut="return helpstatus(\'\')">'+ result.header.seqNum + '</a></font>'); -document.writeln('<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif">'); +document.writeln('<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif">'); document.writeln('<tr><td> </td></tr></table>'); document.writeln('<FORM ACTION=/ca/processCertReq METHOD=POST ' + diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html index 3232205af..4cc7b9163 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html @@ -118,7 +118,7 @@ function doSubmit(form) <font size=-1 face="PrimaSans BT, Verdana, sans-serif"> Use this form to list certificates whose serial numbers fall within a specified range.</font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.html index 401d59f08..a7ba0d045 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.html +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.html @@ -32,7 +32,7 @@ Use this form to compose queries based on properties of the certificate. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -45,7 +45,7 @@ Leave a box unchecked to ignore that filter. You can click more than one box to get a combination of search criteria. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -161,7 +161,7 @@ function serialNumberRangeCrit() </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -199,7 +199,7 @@ function statusRangeCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -321,7 +321,7 @@ function subjectCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -619,7 +619,7 @@ function revocationReasonCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -860,7 +860,7 @@ function issuedOnCrit() </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -1335,7 +1335,7 @@ function validityLengthCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.template index 32f30d226..40ee64b0c 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.template @@ -64,7 +64,7 @@ table#t td { <body bgcolor="#FFFFFF" link="#000000" vlink="#000000" alink="#000000"> <font face="PrimaSans BT, Verdana, sans-serif" size="+1">Search Results </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -383,7 +383,7 @@ document.write("</table>\n"); if ((result.header.revokeAll != null && result.header.totalRecordCount > 1) || (result.header.querySentinelDown != null)) { document.write("<br> \n" + - "<table border='0' cellspacing='0' cellpadding='0' background='/graphics/hr.gif' width='100%'>\n"+ + "<table border='0' cellspacing='0' cellpadding='0' background='/pki/images/hr.gif' width='100%'>\n"+ "<tr><td> </td></tr></table>\n"); } diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryReq.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryReq.template index 9fb63a109..ed8285bb6 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryReq.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryReq.template @@ -60,7 +60,7 @@ DIV.subject A:hover {text-decoration: underline;} <font size=+1 face="PrimaSans BT, Verdana, sans-serif">Request Queue</font> <br> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template index 5752d14de..ffb648beb 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template @@ -261,7 +261,7 @@ Certificate Revocation Confirmation</font><br> Use this form to confirm certificate revocation by selecting appropriate revocation reason and submitting the form.</font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeCert.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeCert.html index 8bbfd12a5..7bfc6f6ef 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeCert.html +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeCert.html @@ -33,7 +33,7 @@ Use this form to revoke a set of certificates determined by one or more properties of the certificate. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -51,7 +51,7 @@ they are revoked. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -167,7 +167,7 @@ function serialNumberRangeCrit() </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -291,7 +291,7 @@ function subjectCrit() </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -531,7 +531,7 @@ function issuedOnCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/srchCert.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/srchCert.template index fcaa1adf8..001b0e3b5 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/srchCert.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/srchCert.template @@ -25,7 +25,7 @@ <body bgcolor="#FFFFFF" link="#000000" vlink="#000000" alink="#000000"> <font face="PrimaSans BT, Verdana, sans-serif" size="+1">Search Results </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/agent/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -319,7 +319,7 @@ if (result.recordSet.length == 0) { result.header.totalRecordCount > 1) || (result.header.querySentinel != null)) { document.write("<br> \n" + - "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" background=\"/ca/agent/graphics/hr.gif\" width=\"100%\">\n"+ + "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" background=\"/pki/images/hr.gif\" width=\"100%\">\n"+ "<tr><td> </td></tr></table>\n"); } diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/toDisplayCRL.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/toDisplayCRL.template index a1467810e..a2a30dd64 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/toDisplayCRL.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/toDisplayCRL.template @@ -36,7 +36,7 @@ The numbers displayed in the recent changes column are representing newly revoked, taken off hold, and expired certificates. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/toUpdateCRL.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/toUpdateCRL.template index 1d804a604..8f7e1990c 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/toUpdateCRL.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/toUpdateCRL.template @@ -35,7 +35,7 @@ In a few situations, however, you may want to update the CRL manually. Use this form to update the CRL manually. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.html b/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.html index 70216a531..700d167cf 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.html +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.html @@ -34,7 +34,7 @@ In a few situations, however, you may want to update the CRL manually. Use this form to update the CRL manually. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.template index ebe318599..2b05486b4 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.template @@ -25,7 +25,7 @@ Update Certificate Revocation List Result </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateDir.template b/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateDir.template index 64954a257..942db568d 100644 --- a/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateDir.template +++ b/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateDir.template @@ -24,7 +24,7 @@ <font size="+1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif"> Update Directory Server Results </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/AIMEnroll.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/AIMEnroll.html index 7304e9690..60c8fe34c 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/AIMEnroll.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/AIMEnroll.html @@ -150,7 +150,7 @@ AIM User Enrollment <br> automatically. </font> -<table border="0" cellspacing="0" cellpadding="2" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="2" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -165,7 +165,7 @@ AIM User Enrollment <br> plan to use your certificate. </font></td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/CertBasedDualEnroll.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/CertBasedDualEnroll.html index ac0698d78..70b039dbf 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/CertBasedDualEnroll.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/CertBasedDualEnroll.html @@ -168,7 +168,7 @@ encryption cert can be found, and the user ID and password are correct your cert certificates, you want to remove the original pair from your database. </font> -<table border="0" cellspacing="0" cellpadding="2" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="2" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -183,7 +183,7 @@ certificates, you want to remove the original pair from your database. plan to use your certificate. </font></td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/CertBasedEncryptionEnroll.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/CertBasedEncryptionEnroll.html index c6d6f416e..68b466cb8 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/CertBasedEncryptionEnroll.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/CertBasedEncryptionEnroll.html @@ -230,7 +230,7 @@ password are correct your certificate will be issued automatically. </font> -<table border="0" cellspacing="0" cellpadding="2" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="2" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -245,7 +245,7 @@ password are correct your certificate will be issued plan to use your certificate. </font></td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/CertBasedSingleEnroll.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/CertBasedSingleEnroll.html index 80e4358c7..5591ac820 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/CertBasedSingleEnroll.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/CertBasedSingleEnroll.html @@ -231,7 +231,7 @@ password are correct your certificate will be issued automatically. </font> -<table border="0" cellspacing="0" cellpadding="2" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="2" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -246,7 +246,7 @@ password are correct your certificate will be issued plan to use your certificate. </font></td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/DirPinUserEnroll.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/DirPinUserEnroll.html index 6371d744f..a75fa76e1 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/DirPinUserEnroll.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/DirPinUserEnroll.html @@ -240,7 +240,7 @@ Directory And PIN Based User Enrollment <br> your certificate will be issued automatically. </font> -<table border="0" cellspacing="0" cellpadding="2" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="2" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -255,7 +255,7 @@ Directory And PIN Based User Enrollment <br> plan to use your certificate. </font></td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/DirUserEnroll.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/DirUserEnroll.html index 668710343..e96f6bbf9 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/DirUserEnroll.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/DirUserEnroll.html @@ -238,7 +238,7 @@ Directory Based User Enrollment <br> automatically. </font> -<table border="0" cellspacing="0" cellpadding="2" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="2" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -253,7 +253,7 @@ Directory Based User Enrollment <br> plan to use your certificate. </font></td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/DisplayCRL.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/DisplayCRL.html index 47fb11a0a..528341458 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/DisplayCRL.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/DisplayCRL.html @@ -78,7 +78,7 @@ Use this form to check whether a particular certificate has been revoked or to import the latest Certificate Revocation List. </font> -<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/GetCAChain.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/GetCAChain.html index 4afe4dd49..d34610d5e 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/GetCAChain.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/GetCAChain.html @@ -44,7 +44,7 @@ Use this form to import the CA certificate chain into your browser (users) or your server (administrators). This is a one-time operation. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/ManObjSignEnroll.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/ManObjSignEnroll.html index 3a8b70d2e..cf08033f3 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/ManObjSignEnroll.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/ManObjSignEnroll.html @@ -327,7 +327,7 @@ Manual Object Signing Enrollment you will receive the certificate in email, along with instructions for installing it. </font> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -342,7 +342,7 @@ Manual Object Signing Enrollment </font></td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/ManUserEnroll.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/ManUserEnroll.html index b82ec1d06..4f3ecc10f 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/ManUserEnroll.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/ManUserEnroll.html @@ -318,7 +318,7 @@ Manual User Enrollment you will receive the certificate in email, along with instructions for installing it. </font> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -333,7 +333,7 @@ Manual User Enrollment </font></td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/NISUserEnroll.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/NISUserEnroll.html index 3cf5b0e2e..77cde0403 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/NISUserEnroll.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/NISUserEnroll.html @@ -230,7 +230,7 @@ NIS Based User Enrollment <br> automatically. </font> -<table border="0" cellspacing="0" cellpadding="2" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="2" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -245,7 +245,7 @@ NIS Based User Enrollment <br> plan to use your certificate. </font></td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/PortalEnrollment.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/PortalEnrollment.html index eebc08a59..7df6433ae 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/PortalEnrollment.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/PortalEnrollment.html @@ -272,7 +272,7 @@ Portal User Enrollment <br> will be done automatically. </font> -<table border="0" cellspacing="0" cellpadding="2" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="2" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -287,7 +287,7 @@ Portal User Enrollment <br> plan to use your certificate. </font></td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileList.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileList.template index de7c32c93..fc063e152 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileList.template +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileList.template @@ -25,7 +25,7 @@ Certificate Profile Use this form to select a certificate profile for the request. <p> </font> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template index 6a63a0a92..bcb047dbf 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template @@ -25,7 +25,7 @@ Certificate Profile Use this form to submit the request. <p> </font> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSubmit.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSubmit.template index 6fa3a0d71..ce1ec122e 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSubmit.template +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSubmit.template @@ -24,7 +24,7 @@ Certificate Profile <Font size="-1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif"> <p> </font> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserDnEnroll.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserDnEnroll.html index a286e8260..833a9a51e 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserDnEnroll.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserDnEnroll.html @@ -235,7 +235,7 @@ End Sub automatically. </font> -<table border="0" cellspacing="0" cellpadding="2" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="2" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -253,7 +253,7 @@ End Sub </tr> </table> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserRenewal.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserRenewal.html index 2a7331809..df65046b6 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserRenewal.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserRenewal.html @@ -34,7 +34,7 @@ certificates you can send to the server. Select the certificate you want to renew from this window. </font> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -49,7 +49,7 @@ </font></td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserRevocation.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserRevocation.html index d9013c160..f8d653e05 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserRevocation.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserRevocation.html @@ -32,7 +32,7 @@ certificates you can send to the server. Select the certificate you want to revoke from this window. </font> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -48,7 +48,7 @@ </font></td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/checkRequest.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/checkRequest.html index b43e58459..2fbaa048d 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/checkRequest.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/checkRequest.html @@ -33,7 +33,7 @@ Use this form to verify status of the specified certificate request. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayBySerial.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayBySerial.template index e01e4e123..e9b4d72bf 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayBySerial.template +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayBySerial.template @@ -74,7 +74,7 @@ if (navigator.appName == 'Netscape' && //--> </SCRIPT> </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayBySerial2.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayBySerial2.template index 909cf8030..f8f306499 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayBySerial2.template +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayBySerial2.template @@ -67,7 +67,7 @@ if (navigator.appName == 'Netscape' && //--> </SCRIPT> </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayCRL.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayCRL.template index 2b98ed588..e829387c1 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayCRL.template +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayCRL.template @@ -28,7 +28,7 @@ <font face="PrimaSans BT, Verdana, sans-serif" size="+1"> Certificate Revocation List </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayCaCert.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayCaCert.template index 7ce74f91f..4e93919f5 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayCaCert.template +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayCaCert.template @@ -28,7 +28,7 @@ <font face="PrimaSans BT, Verdana, sans-serif" size="+1"> CA Certificate Chain </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width= +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width= "100%"> <tr> <td> </td> @@ -66,7 +66,7 @@ if (result.header.displayFormat == "chain") { function displayCertificate(cert,i) { - document.writeln('<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%">' + '\n' + + document.writeln('<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%">' + '\n' + ' <tr>' + '\n' + ' <td> </td>' + '\n' + ' </tr>' + '\n' + diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayCertFromRequest.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayCertFromRequest.template index d30744150..aafa17aca 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayCertFromRequest.template +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/displayCertFromRequest.template @@ -55,7 +55,7 @@ function displayCert(cert) '</font><br>'); document.writeln( '<table border="0" cellspacing="0" cellpadding="0" '+ - 'background="/ca/ee/graphics/hr.gif" width="100%">'+ + 'background="/pki/images/hr.gif" width="100%">'+ '<tr>'+ '<td> </td>'+ '</tr>'+ diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/queryBySerial.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/queryBySerial.html index 1afb746e8..557a1cf17 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/queryBySerial.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/queryBySerial.html @@ -122,7 +122,7 @@ function doSubmit(form) Use this form to list certificates whose serial numbers fall within a specified range.</font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/queryCert.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/queryCert.html index 25eaca6d3..32e2ac644 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/queryCert.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/queryCert.html @@ -34,7 +34,7 @@ Search for Certificates Use this form to compose queries based on properties of the certificate. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -47,7 +47,7 @@ Leave a box unchecked to ignore that filter. You can click more than one box to get a combination of search criteria. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -165,7 +165,7 @@ function serialNumberRangeCrit() </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -299,7 +299,7 @@ function subjectCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -596,7 +596,7 @@ function revocationReasonCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -838,7 +838,7 @@ function issuedOnCrit() </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -1316,7 +1316,7 @@ function validityLengthCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/queryCert.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/queryCert.template index a6dcf31f3..1165cb309 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/queryCert.template +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/queryCert.template @@ -62,7 +62,7 @@ table#t td { <body bgcolor="#FFFFFF" link="#000000" vlink="#000000" alink="#000000"> <font face="PrimaSans BT, Verdana, sans-serif" size="+1">Search Results </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -358,7 +358,7 @@ document.write("</table>\n"); if ((result.header.revokeAll != null && result.header.totalRecordCount > 1) || (result.header.querySentinelDown != null)) { document.write("<br> \n" + - "<table border='0' cellspacing='0' cellpadding='0' background='/graphics/hr.gif' width='100%'>\n"+ + "<table border='0' cellspacing='0' cellpadding='0' background='/pki/images/hr.gif' width='100%'>\n"+ "<tr><td> </td></tr></table>\n"); } diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/reasonToRevoke.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/reasonToRevoke.template index b8b161a93..7edfe7e29 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/reasonToRevoke.template +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/reasonToRevoke.template @@ -257,7 +257,7 @@ Certificate Revocation Confirmation</font><br> Use this form to confirm certificate revocation by selecting appropriate revocation reason and submitting the form.</font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/remoteAuthConfig.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/remoteAuthConfig.template index 777c61575..f66f683cf 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/remoteAuthConfig.template +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/remoteAuthConfig.template @@ -32,7 +32,7 @@ Delegated Administrator <font size="-1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif"> Directory Enrollment Setup. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/requestStatus.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/requestStatus.template index b00e55766..a25f5e2ad 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/requestStatus.template +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/requestStatus.template @@ -31,7 +31,7 @@ <font face="PrimaSans BT, Verdana, sans-serif" size="+1"> Request Status </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/ca/ee/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/srchCert.html b/dogtag/ca-ui/shared/webapps/ca/ee/ca/srchCert.html index 04331b7b6..2676d2592 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/srchCert.html +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/srchCert.html @@ -34,7 +34,7 @@ Search for Certificates Use this form to compose queries based on properties of the certificate. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -47,7 +47,7 @@ Leave a box unchecked to ignore that filter. You can click more than one box to get a combination of search criteria. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -170,7 +170,7 @@ function serialNumberRangeCrit() </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -320,7 +320,7 @@ function subjectCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -619,7 +619,7 @@ function revocationReasonCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -852,7 +852,7 @@ function issuedOnCrit() </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -1310,7 +1310,7 @@ function validityLengthCrit() //--> </SCRIPT> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -1544,7 +1544,7 @@ function doSubmit(form) <INPUT TYPE="HIDDEN" NAME="SSLClient" VALUE=""> <INPUT TYPE="HIDDEN" NAME="SSLServer" VALUE=""> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/srchCert.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/srchCert.template index 6381cec87..4213d000a 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/srchCert.template +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/srchCert.template @@ -61,7 +61,7 @@ table#t td { <body bgcolor="#FFFFFF" link="#000000" vlink="#000000" alink="#000000"> <font face="PrimaSans BT, Verdana, sans-serif" size="+1">Search Results </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> @@ -372,7 +372,7 @@ document.write("</table>\n"); if ((result.header.revokeAll != null && result.header.totalRecordCount > 1) || (result.header.querySentinel != null)) { document.write("<br> \n" + - "<table border='0' cellspacing='0' cellpadding='0' background='/graphics/hr.gif' width='100%'>\n"+ + "<table border='0' cellspacing='0' cellpadding='0' background='/pki/images/hr.gif' width='100%'>\n"+ "<tr><td> </td></tr></table>\n"); } diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/toDisplayCRL.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/toDisplayCRL.template index 53c353e8d..2a158381f 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/toDisplayCRL.template +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/toDisplayCRL.template @@ -84,7 +84,7 @@ Use this form to check whether a particular certificate has been revoked or to import the latest Certificate Revocation List. </font> -<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%" BACKGROUND="/ca/ee/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/kra-ui/shared/webapps/kra/GenUnexpectedError.template b/dogtag/kra-ui/shared/webapps/kra/GenUnexpectedError.template index a6ec193bc..8cf1a05b9 100644 --- a/dogtag/kra-ui/shared/webapps/kra/GenUnexpectedError.template +++ b/dogtag/kra-ui/shared/webapps/kra/GenUnexpectedError.template @@ -27,7 +27,7 @@ Problem Processing Your Request </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/kra/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenError.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenError.template index 2ecb08cf5..00fc21da0 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/GenError.template +++ b/dogtag/kra-ui/shared/webapps/kra/agent/GenError.template @@ -27,7 +27,7 @@ Problem Processing Your Request </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/kra/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/GenUnexpectedError.template b/dogtag/kra-ui/shared/webapps/kra/agent/GenUnexpectedError.template index 0af3aa15d..2427a67b6 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/GenUnexpectedError.template +++ b/dogtag/kra-ui/shared/webapps/kra/agent/GenUnexpectedError.template @@ -27,7 +27,7 @@ Problem Processing Your Request </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/kra/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html index 225bbdb30..4a2cf018e 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html @@ -12,7 +12,7 @@ <font size="-1" face="PrimaSans BT, Verdana, sans-serif"> Use this form to approve a key recovery. </font> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html index 89fe2f30e..7150c5d60 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html @@ -30,7 +30,7 @@ function doSubmit(form) <font size="+1" face="PrimaSans BT, Verdana, sans-serif">List Requests<br></font> <font size="-1" face="PrimaSans BT, Verdana, sans-serif"> Use this form to show a list of key service requests.</font> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html index 685405465..ce2d88433 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html @@ -153,7 +153,7 @@ function doSubmit(form) </font> <br><font size=-1 face="PrimaSans BT, Verdana, sans-serif">Use this form to search for archived keys according to the criteria you specify. -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -166,7 +166,7 @@ In the list of keys found by the search, you can click a button to display details about individual keys. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -190,7 +190,7 @@ belonging to a particular owner</font> </blockquote> </form> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -236,7 +236,7 @@ key identifier:</font> </blockquote> </form> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -252,7 +252,7 @@ Copy the certificate, then paste it into this text area.</font> <textarea name="publicKeyData" rows=10 cols=64></textarea></form> </blockquote> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -281,7 +281,7 @@ Note: Archiver information is available only when the Certificate Manager or Reg <input type="HIDDEN" name="op" value=""> <input type="HIDDEN" name="maxCount" VALUE="5"> <input type="HIDDEN" name="queryFilter" VALUE=""> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html index f4de8ca1f..ccffb0775 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html @@ -158,7 +158,7 @@ function doSubmit(form) Recover Keys (for Administrators)</font> <br><font size=-1 face="PrimaSans BT, Verdana, sans-serif">Use this form to search for archived keys according to the criteria you specify. -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -169,7 +169,7 @@ lets you specify a key property. Select a property, then fill in any needed deta In the list of keys found by the search, you can click a button to recover individual keys. </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -193,7 +193,7 @@ keys belonging to a particular owner</font> </blockquote> </form> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -239,7 +239,7 @@ key identifier:</font> </blockquote> </form> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -255,7 +255,7 @@ Copy the certificate, then paste it into this text area.</font> <textarea name="publicKeyData" rows=10 cols=64></textarea></form> </blockquote> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> @@ -286,7 +286,7 @@ Note: Archiver information is available only when the Certificate Manager or Reg <input type="HIDDEN" name="maxCount" VALUE="5"> <input type="HIDDEN" name="queryFilter" VALUE=""> <input type="HIDDEN" name="publicKeyData" VALUE=""> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial.template index 8b6795365..117535fa1 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial.template +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial.template @@ -59,7 +59,7 @@ if (result.header.errorDetails != null) { 'request \')" onMouseOut="return helpstatus(\'\')">' + renderHexNumber(result.header.serialNumber,8) + '</a></font></font>'); - document.writeln('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.writeln('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); document.writeln('<table border="0" cellspacing="2" cellpadding="2" width="100%">'); document.writeln('<tr><td valign="top" align="left" colspan="3" bgcolor="#e5e5e5">'); @@ -113,7 +113,7 @@ if (result.header.errorDetails != null) { } document.write("</table>"); - document.writeln('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.writeln('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); } </script> </body> diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial2.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial2.template index 332d205c2..30af980ec 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial2.template +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerial2.template @@ -50,7 +50,7 @@ if (navigator.appName == 'Netscape' && //--> </SCRIPT> </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="art/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template index b1c931b12..125e02e4a 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template @@ -100,7 +100,7 @@ if (result.header.errorDetails != null) { renderHexNumber(result.header.serialNumber,8) + '</a></font></font>'); - document.writeln('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.writeln('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); document.write('<form method=post ' + 'action="' + '/kra/agent/kra/recoverBySerial' + '">\n'); diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template index 240f7e9e4..f5a1f1f14 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template @@ -53,7 +53,7 @@ if (result.header.errorDetails != null) { 'Recovery Operation ' + result.header.recoveryID + '</font></font>'); - document.writeln('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.writeln('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); document.write('<form method=post ' + 'action="' + '/kra/agent/kra/grantRecovery' + '">\n'); diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/getStats.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/getStats.template index cfd2f3193..b2cb3415a 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/getStats.template +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/getStats.template @@ -20,7 +20,7 @@ if (navigator.appName == "Microsoft Internet Explorer") { <font face="PrimaSans BT, Verdana, sans-serif" size="+1"> Statistics </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/monitor.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/monitor.template index 27fa7f84a..35896baf1 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/monitor.template +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/monitor.template @@ -8,7 +8,7 @@ <font size="+1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif"> Monitor </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/processReq.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/processReq.template index a5292102d..078764d98 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/processReq.template +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/processReq.template @@ -68,7 +68,7 @@ document.writeln( 'request \')" onMouseOut="return helpstatus(\'\')">' + result.header.seqNum + '</a></font></font>'); -document.writeln('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD></TD></TR></TABLE>'); +document.writeln('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD></TD></TR></TABLE>'); document.writeln('<form action="/kra/agent/kra/getAsyncPk12" method=post onSubmit="return passwdValidate()">'); diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKey.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKey.template index f7560a193..fd2348dc6 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKey.template +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKey.template @@ -174,11 +174,11 @@ if (result.header.errorDetails != null) { writeError(result.header.errorDetails); } else if (result.header.totalRecordCount == 0) { document.write('<font face="PrimaSans BT, Verdana, sans-serif" size=+1>Search Results</font>\n'); - document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); document.write('<div align=left><b><font face="PrimaSans BT, Verdana, sans-serif" size="+1">No Matching Key Found</font></b></div>\n'); } else { document.write('<font face="PrimaSans BT, Verdana, sans-serif" size=+1>Search Results</font>\n'); - document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); document.write('<font face="PrimaSans BT, Verdana, sans-serif" size=+1>'); document.write('Authority: ' + (result.header.archiverName != null ? result.header.archiverName : "UNKNOWN")); @@ -195,7 +195,7 @@ if (result.header.errorDetails != null) { displayKeyRecord(result.recordSet[i]); } document.write('</table>'); - document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); if (result.header.querySentinel != null) { displayNextForm(); diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKeyForRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKeyForRecovery.template index 590584dd4..aec54464d 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKeyForRecovery.template +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryKeyForRecovery.template @@ -186,11 +186,11 @@ if (result.header.errorDetails != null) { writeError(result.header.errorDetails); } else if (result.header.totalRecordCount == 0) { document.write('<font face="PrimaSans BT, Verdana, sans-serif" size=+1>Search Results</font>\n'); - document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); document.write('<div align=left><b><font face="PrimaSans BT, Verdana, sans-serif" size="+1">No Matching Key Found</font></b></div>\n'); } else { document.write('<font face="PrimaSans BT, Verdana, sans-serif" size=+1>Search Results</font>\n'); - document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); document.write('<font face="PrimaSans BT, Verdana, sans-serif" size=+1>'); document.write('Authority: ' + (result.header.archiverName != null ? result.header.archiverName : "UNKNOWN")); @@ -207,7 +207,7 @@ if (result.header.errorDetails != null) { displayKeyRecord(result.recordSet[i]); } document.write('</table>'); - document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); if (result.header.querySentinel != null) { displayNextForm(); diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryReq.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryReq.template index 47db884fa..61a7bb0a2 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryReq.template +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/queryReq.template @@ -38,7 +38,7 @@ table#t td { <font size=+1 face="PrimaSans BT, Verdana, sans-serif">Request Queue</font> <br> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKey.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKey.template index bc64ea445..f9d39e194 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKey.template +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKey.template @@ -174,11 +174,11 @@ if (result.header.errorDetails != null) { writeError(result.header.errorDetails); } else if (result.header.totalRecordCount == 0) { document.write('<font face="PrimaSans BT, Verdana, sans-serif" size=+1>Search Results</font>\n'); - document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); document.write('<div align=left><b><font face="PrimaSans BT, Verdana, sans-serif" size="+1">No Matching Key Found</font></b></div>\n'); } else { document.write('<font face="PrimaSans BT, Verdana, sans-serif" size=+1>Search Results</font>\n'); - document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); document.write('<font face="PrimaSans BT, Verdana, sans-serif" size=+1>'); document.write('Authority: ' + (result.header.archiverName != null ? result.header.archiverName : "UNKNOWN")); @@ -203,7 +203,7 @@ if (result.header.errorDetails != null) { displayKeyRecord(result.recordSet[i]); } document.write('</table>'); - document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); } diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template index 2c421a5e7..a4605ff9a 100644 --- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template +++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template @@ -187,11 +187,11 @@ if (result.header.errorDetails != null) { writeError(result.header.errorDetails); } else if (result.header.totalRecordCount == 0) { document.write('<font face="PrimaSans BT, Verdana, sans-serif" size=+1>Search Results</font>\n'); - document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); document.write('<div align=left><b><font face="PrimaSans BT, Verdana, sans-serif" size="+1">No Matching Key Found</font></b></div>\n'); } else { document.write('<font face="PrimaSans BT, Verdana, sans-serif" size=+1>Search Results</font>\n'); - document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); document.write('<font face="PrimaSans BT, Verdana, sans-serif" size=+1>'); document.write('Authority: ' + (result.header.archiverName != null ? result.header.archiverName : "UNKNOWN")); @@ -217,7 +217,7 @@ if (result.header.errorDetails != null) { displayKeyRecord(result.recordSet[i]); } document.write('</table>'); - document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD> </TD></TR></TABLE>'); + document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD> </TD></TR></TABLE>'); } diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/GenUnexpectedError.template b/dogtag/ocsp-ui/shared/webapps/ocsp/GenUnexpectedError.template index b78424626..824bdb9e9 100644 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/GenUnexpectedError.template +++ b/dogtag/ocsp-ui/shared/webapps/ocsp/GenUnexpectedError.template @@ -27,7 +27,7 @@ Problem Processing Your Request </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ocsp/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenError.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenError.template index c2b45826e..13996d5d4 100644 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenError.template +++ b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenError.template @@ -27,7 +27,7 @@ Problem Processing Your Request </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ocsp/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenUnexpectedError.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenUnexpectedError.template index d68d10a19..a929c760f 100644 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenUnexpectedError.template +++ b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/GenUnexpectedError.template @@ -27,7 +27,7 @@ Problem Processing Your Request </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/ocsp/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html index a9a67bf95..43f2503a1 100644 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html +++ b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html @@ -27,7 +27,7 @@ <font size="+1" face="PrimaSans BT, Verdana, sans-serif">Add Certificate Authority<br></font> <font size="-1" face="PrimaSans BT, Verdana, sans-serif"> Use this form to add the certificate chain of a Certificate Authority whose CRL will be accepted by this OCSP Authority.</font> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html index 42855a726..4a6878a00 100644 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html +++ b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html @@ -27,7 +27,7 @@ <font size="+1" face="PrimaSans BT, Verdana, sans-serif">Add Certificate Revocation List<br></font> <font size="-1" face="PrimaSans BT, Verdana, sans-serif"> Use this form to add the certificate revocation list of a Certificate Authority.</font> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html index 541c899c6..ca15f1404 100644 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html +++ b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html @@ -27,7 +27,7 @@ <font size="+1" face="PrimaSans BT, Verdana, sans-serif">Check Certificate Status<br></font> <font size="-1" face="PrimaSans BT, Verdana, sans-serif"> Use this form to confirm the status of a certificate.</font> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCA.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCA.template index 5d71adca8..3205ee0b9 100644 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCA.template +++ b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCA.template @@ -37,7 +37,7 @@ if (navigator.appName == "Microsoft Internet Explorer") { <font face="PrimaSans BT, Verdana, sans-serif" size="+1"> Adding Certificate Authority </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCRL.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCRL.template index 12f4ce1d3..99f227c47 100644 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCRL.template +++ b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/addCRL.template @@ -37,7 +37,7 @@ if (navigator.appName == "Microsoft Internet Explorer") { <font face="PrimaSans BT, Verdana, sans-serif" size="+1"> Adding Certificate Revocation List </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/checkCert.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/checkCert.template index d00e15c31..5e8b8938c 100644 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/checkCert.template +++ b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/checkCert.template @@ -37,7 +37,7 @@ if (navigator.appName == "Microsoft Internet Explorer") { <font face="PrimaSans BT, Verdana, sans-serif" size="+1"> Online Certificate Status </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template index 8b739b45d..9a2769777 100644 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template +++ b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getOCSPInfo.template @@ -37,7 +37,7 @@ if (navigator.appName == "Microsoft Internet Explorer") { <font face="PrimaSans BT, Verdana, sans-serif" size="+1"> OCSP Service </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getStats.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getStats.template index a08a6fe60..59ae3e6d3 100644 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getStats.template +++ b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/getStats.template @@ -37,7 +37,7 @@ if (navigator.appName == "Microsoft Internet Explorer") { <font face="PrimaSans BT, Verdana, sans-serif" size="+1"> Statistics </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/listCAs.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/listCAs.template index 6fbf5fd73..93cc6cdf3 100644 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/listCAs.template +++ b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/listCAs.template @@ -37,7 +37,7 @@ if (navigator.appName == "Microsoft Internet Explorer") { <font face="PrimaSans BT, Verdana, sans-serif" size="+1"> List Certificate Authorities </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/removeCA.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/removeCA.template index 1b85bba95..7da892454 100755 --- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/removeCA.template +++ b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/removeCA.template @@ -37,7 +37,7 @@ if (navigator.appName == "Microsoft Internet Explorer") { <font face="PrimaSans BT, Verdana, sans-serif" size="+1"> Removing Certificate Authority </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> diff --git a/dogtag/tks-ui/shared/webapps/tks/GenUnexpectedError.template b/dogtag/tks-ui/shared/webapps/tks/GenUnexpectedError.template index 53e975d14..af0683fa0 100644 --- a/dogtag/tks-ui/shared/webapps/tks/GenUnexpectedError.template +++ b/dogtag/tks-ui/shared/webapps/tks/GenUnexpectedError.template @@ -27,7 +27,7 @@ Problem Processing Your Request </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/tks/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/GenError.template b/dogtag/tks-ui/shared/webapps/tks/agent/GenError.template index e4a49ae07..0db5d1d22 100644 --- a/dogtag/tks-ui/shared/webapps/tks/agent/GenError.template +++ b/dogtag/tks-ui/shared/webapps/tks/agent/GenError.template @@ -27,7 +27,7 @@ Problem Processing Your Request </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/tks/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/GenUnexpectedError.template b/dogtag/tks-ui/shared/webapps/tks/agent/GenUnexpectedError.template index 53287a8a0..4047cd616 100644 --- a/dogtag/tks-ui/shared/webapps/tks/agent/GenUnexpectedError.template +++ b/dogtag/tks-ui/shared/webapps/tks/agent/GenUnexpectedError.template @@ -27,7 +27,7 @@ Problem Processing Your Request </font> -<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/tks/agent/graphics/hr.gif" > +<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif" > <tr> <td> </td> </tr> diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/tks/getStats.template b/dogtag/tks-ui/shared/webapps/tks/agent/tks/getStats.template index a08a6fe60..59ae3e6d3 100644 --- a/dogtag/tks-ui/shared/webapps/tks/agent/tks/getStats.template +++ b/dogtag/tks-ui/shared/webapps/tks/agent/tks/getStats.template @@ -37,7 +37,7 @@ if (navigator.appName == "Microsoft Internet Explorer") { <font face="PrimaSans BT, Verdana, sans-serif" size="+1"> Statistics </font><br> -<table border="0" cellspacing="0" cellpadding="0" background="/graphics/hr.gif" width="100%"> +<table border="0" cellspacing="0" cellpadding="0" background="/pki/images/hr.gif" width="100%"> <tr> <td> </td> </tr> |