diff options
author | Endi Sukma Dewata <edewata@redhat.com> | 2012-11-21 14:30:45 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2012-11-27 17:08:47 -0500 |
commit | bb3a9fc1d7d165d91a1e978250a8678da1632567 (patch) | |
tree | a1cc6f7d87a6da2bb464828316fb44f3c2e26b43 | |
parent | 37070d5ad487bc6ff7e9ddaf6ac403c1a7f85121 (diff) | |
download | pki-bb3a9fc1d7d165d91a1e978250a8678da1632567.tar.gz pki-bb3a9fc1d7d165d91a1e978250a8678da1632567.tar.xz pki-bb3a9fc1d7d165d91a1e978250a8678da1632567.zip |
Reorganized TPS CSS files.
The CSS files for TPS have been moved into the server theme package.
All references have been modified accordingly.
Ticket #407
31 files changed, 38 insertions, 38 deletions
diff --git a/base/tps/apache/cgi-bin/demo/Enroll.html b/base/tps/apache/cgi-bin/demo/Enroll.html index df00dbee4..79c660712 100755 --- a/base/tps/apache/cgi-bin/demo/Enroll.html +++ b/base/tps/apache/cgi-bin/demo/Enroll.html @@ -19,7 +19,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link rel=stylesheet href="/esc/demo/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/demo/style.css" type="text/css"> <title>Enrollment</title> </head> diff --git a/base/tps/apache/cgi-bin/home/Enroll.html b/base/tps/apache/cgi-bin/home/Enroll.html index 218da280c..2bcc9c1af 100755 --- a/base/tps/apache/cgi-bin/home/Enroll.html +++ b/base/tps/apache/cgi-bin/home/Enroll.html @@ -18,7 +18,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link rel=stylesheet href="/esc/home/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/home/style.css" type="text/css"> <title>Enrollment</title> </head> diff --git a/base/tps/apache/cgi-bin/home/cachain.cgi b/base/tps/apache/cgi-bin/home/cachain.cgi index ddbf5e6ae..27dc9cd6c 100755 --- a/base/tps/apache/cgi-bin/home/cachain.cgi +++ b/base/tps/apache/cgi-bin/home/cachain.cgi @@ -45,7 +45,7 @@ if ($response->is_success) { } else { print "Content-type: text/html\n\n"; print "<html>"; - print "<link rel=stylesheet href='/esc/home/style.css' type='text/css'>"; + print "<link rel=stylesheet href='/pki/esc/home/style.css' type='text/css'>"; print "<center><h2>Error Importing CA Chain Information!</h2></center>"; print "<center><h2>Please try again later.</h2></center>"; print "</html>" diff --git a/base/tps/apache/cgi-bin/so/Enroll.html b/base/tps/apache/cgi-bin/so/Enroll.html index 3d2fa6daa..1e4f137e5 100755 --- a/base/tps/apache/cgi-bin/so/Enroll.html +++ b/base/tps/apache/cgi-bin/so/Enroll.html @@ -18,7 +18,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link rel=stylesheet href="/esc/so/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/so/style.css" type="text/css"> <title>Enrollment</title> </head> diff --git a/base/tps/apache/cgi-bin/sow/enroll.html b/base/tps/apache/cgi-bin/sow/enroll.html index 7bc377ffe..81ec73443 100755 --- a/base/tps/apache/cgi-bin/sow/enroll.html +++ b/base/tps/apache/cgi-bin/sow/enroll.html @@ -18,13 +18,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link rel=stylesheet href="/esc/sow/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/sow/style.css" type="text/css"> <title>Enrollment</title> <script type="text/javascript" src="/esc/sow/js/prototype.js"></script> <script type="text/javascript" src="/esc/sow/js/scriptaculous.js?load=effects"></script> <script type="text/JavaScript" src="/esc/sow/util.js"></script> -<link rel="stylesheet" href="/esc/sow/css/style.css" media="screen" type="text/css"> +<link rel="stylesheet" href="/pki/esc/sow/css/style.css" media="screen" type="text/css"> <script type="text/javascript"> <!-- function UserOnCOOLKeyStateError() diff --git a/base/tps/apache/cgi-bin/sow/enroll_temp.html b/base/tps/apache/cgi-bin/sow/enroll_temp.html index 3f2b31ce6..342eddb1b 100755 --- a/base/tps/apache/cgi-bin/sow/enroll_temp.html +++ b/base/tps/apache/cgi-bin/sow/enroll_temp.html @@ -18,13 +18,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link rel=stylesheet href="/esc/sow/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/sow/style.css" type="text/css"> <title>Enrollment</title> <script type="text/javascript" src="/esc/sow/js/prototype.js"></script> <script type="text/javascript" src="/esc/sow/js/scriptaculous.js?load=effects"></script> <script type="text/JavaScript" src="/esc/sow/util.js"></script> -<link rel="stylesheet" href="/esc/sow/style.css" media="screen" type="text/css"> +<link rel="stylesheet" href="/pki/esc/sow/css/style.css" media="screen" type="text/css"> <script type="text/javascript"> <!-- function UserOnCOOLKeyStateError() diff --git a/base/tps/apache/cgi-bin/sow/format.html b/base/tps/apache/cgi-bin/sow/format.html index 3af35589b..66b19a624 100755 --- a/base/tps/apache/cgi-bin/sow/format.html +++ b/base/tps/apache/cgi-bin/sow/format.html @@ -18,13 +18,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link rel=stylesheet href="/esc/sow/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/sow/style.css" type="text/css"> <title>Enrollment</title> <script type="text/javascript" src="/esc/sow/js/prototype.js"></script> <script type="text/javascript" src="/esc/sow/js/scriptaculous.js?load=effects"></script> <script type="text/JavaScript" src="/esc/sow/util.js"></script> -<link rel="stylesheet" href="/esc/sow/css/style.css" media="screen" type="text/css"> +<link rel="stylesheet" href="/pki/esc/sow/css/style.css" media="screen" type="text/css"> <script type="text/javascript"> <!-- diff --git a/base/tps/apache/cgi-bin/sow/formatso.html b/base/tps/apache/cgi-bin/sow/formatso.html index d09666c5a..3508d633e 100755 --- a/base/tps/apache/cgi-bin/sow/formatso.html +++ b/base/tps/apache/cgi-bin/sow/formatso.html @@ -18,13 +18,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link rel=stylesheet href="/esc/sow/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/sow/style.css" type="text/css"> <title>Enrollment</title> <script type="text/javascript" src="/esc/sow/js/prototype.js"></script> <script type="text/javascript" src="/esc/sow/js/scriptaculous.js?load=effects"></script> <script type="text/JavaScript" src="/esc/sow/util.js"></script> -<link rel="stylesheet" href="/esc/sow/css/style.css" media="screen" type="text/css"> +<link rel="stylesheet" href="/pki/esc/sow/css/style.css" media="screen" type="text/css"> <script type="text/javascript"> <!-- function UserOnCOOLKeyStateError() diff --git a/base/tps/apache/cgi-bin/sow/main.html b/base/tps/apache/cgi-bin/sow/main.html index e7de688bc..897be5920 100755 --- a/base/tps/apache/cgi-bin/sow/main.html +++ b/base/tps/apache/cgi-bin/sow/main.html @@ -18,10 +18,10 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link rel=stylesheet href="/esc/sow/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/sow/style.css" type="text/css"> <title>Security Officer</title> -<link rel="stylesheet" href="/esc/sow/css/style.css" media="screen" type="text/css"> +<link rel="stylesheet" href="/pki/esc/sow/css/style.css" media="screen" type="text/css"> </head> <body> diff --git a/base/tps/apache/cgi-bin/sow/noaccess.html b/base/tps/apache/cgi-bin/sow/noaccess.html index 06e9fa2d8..80cdd11d7 100755 --- a/base/tps/apache/cgi-bin/sow/noaccess.html +++ b/base/tps/apache/cgi-bin/sow/noaccess.html @@ -18,10 +18,10 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link rel=stylesheet href="/esc/sow/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/sow/style.css" type="text/css"> <title>Security Officer</title> -<link rel="stylesheet" href="/esc/sow/css/style.css" media="screen" type="text/css"> +<link rel="stylesheet" href="/pki/esc/sow/css/style.css" media="screen" type="text/css"> </head> <body> diff --git a/base/tps/apache/cgi-bin/sow/read.html b/base/tps/apache/cgi-bin/sow/read.html index 1e660c84f..ca1c5f9d3 100755 --- a/base/tps/apache/cgi-bin/sow/read.html +++ b/base/tps/apache/cgi-bin/sow/read.html @@ -18,12 +18,12 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link rel=stylesheet href="/esc/sow/css/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/sow/css/style.css" type="text/css"> <title>Security Officer</title> <script type="text/javascript" src="/esc/sow/js/prototype.js"></script> <script type="text/javascript" src="/esc/sow/js/scriptaculous.js?load=effects"></script> -<link rel="stylesheet" href="/esc/sow/css/style.css" media="screen" type="text/css"> +<link rel="stylesheet" href="/pki/esc/sow/css/style.css" media="screen" type="text/css"> </head> <body> diff --git a/base/tps/apache/cgi-bin/sow/read_temp.html b/base/tps/apache/cgi-bin/sow/read_temp.html index 1e660c84f..ca1c5f9d3 100755 --- a/base/tps/apache/cgi-bin/sow/read_temp.html +++ b/base/tps/apache/cgi-bin/sow/read_temp.html @@ -18,12 +18,12 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link rel=stylesheet href="/esc/sow/css/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/sow/css/style.css" type="text/css"> <title>Security Officer</title> <script type="text/javascript" src="/esc/sow/js/prototype.js"></script> <script type="text/javascript" src="/esc/sow/js/scriptaculous.js?load=effects"></script> -<link rel="stylesheet" href="/esc/sow/css/style.css" media="screen" type="text/css"> +<link rel="stylesheet" href="/pki/esc/sow/css/style.css" media="screen" type="text/css"> </head> <body> diff --git a/base/tps/apache/cgi-bin/sow/search.html b/base/tps/apache/cgi-bin/sow/search.html index 789a4a015..5b66fcd48 100755 --- a/base/tps/apache/cgi-bin/sow/search.html +++ b/base/tps/apache/cgi-bin/sow/search.html @@ -18,10 +18,10 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link rel=stylesheet href="/esc/sow/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/sow/style.css" type="text/css"> <title>Security Officer</title> -<link rel="stylesheet" href="/esc/sow/css/style.css" media="screen" type="text/css"> +<link rel="stylesheet" href="/pki/esc/sow/css/style.css" media="screen" type="text/css"> </head> <body> diff --git a/base/tps/apache/cgi-bin/sow/search_temp.html b/base/tps/apache/cgi-bin/sow/search_temp.html index 507f223ef..6f0096305 100755 --- a/base/tps/apache/cgi-bin/sow/search_temp.html +++ b/base/tps/apache/cgi-bin/sow/search_temp.html @@ -18,10 +18,10 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link rel=stylesheet href="/esc/sow/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/sow/style.css" type="text/css"> <title>Security Officer</title> -<link rel="stylesheet" href="/esc/sow/css/style.css" media="screen" type="text/css"> +<link rel="stylesheet" href="/pki/esc/sow/css/style.css" media="screen" type="text/css"> </head> <body> diff --git a/base/tps/apache/cgi-bin/sow/seturl.html b/base/tps/apache/cgi-bin/sow/seturl.html index 966ab7a1b..f1cddb186 100755 --- a/base/tps/apache/cgi-bin/sow/seturl.html +++ b/base/tps/apache/cgi-bin/sow/seturl.html @@ -18,13 +18,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link rel=stylesheet href="/esc/sow/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/sow/style.css" type="text/css"> <title>Enrollment</title> <script type="text/javascript" src="/esc/sow/js/prototype.js"></script> <script type="text/javascript" src="/esc/sow/js/scriptaculous.js?load=effects"></script> <script type="text/JavaScript" src="/esc/sow/util.js"></script> -<link rel="stylesheet" href="/esc/sow/css/style.css" media="screen" type="text/css"> +<link rel="stylesheet" href="/pki/esc/sow/css/style.css" media="screen" type="text/css"> <script type="text/javascript"> <!-- function UserOnCOOLKeyStateError() diff --git a/base/tps/apache/cgi-bin/sow/welcome.html b/base/tps/apache/cgi-bin/sow/welcome.html index 718dce94b..c539f17b7 100755 --- a/base/tps/apache/cgi-bin/sow/welcome.html +++ b/base/tps/apache/cgi-bin/sow/welcome.html @@ -18,10 +18,10 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<link rel=stylesheet href="/esc/sow/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/sow/style.css" type="text/css"> <title>Security Officer</title> -<link rel="stylesheet" href="/esc/sow/css/style.css" media="screen" type="text/css"> +<link rel="stylesheet" href="/pki/esc/sow/css/style.css" media="screen" type="text/css"> </head> <body> diff --git a/base/tps/apache/docroot/esc/AdminEsc.html b/base/tps/apache/docroot/esc/AdminEsc.html index 3fd72c4c8..630b8ddf5 100755 --- a/base/tps/apache/docroot/esc/AdminEsc.html +++ b/base/tps/apache/docroot/esc/AdminEsc.html @@ -20,7 +20,7 @@ <head> <title>Enterprise Security Administration Page</title> -<link rel=stylesheet href="/style.css" type="text/css"> +<link rel=stylesheet href="/pki/style.css" type="text/css"> </head> <body> diff --git a/base/tps/apache/docroot/esc/AdvancePopup.html b/base/tps/apache/docroot/esc/AdvancePopup.html index c91889044..35cf5eeab 100755 --- a/base/tps/apache/docroot/esc/AdvancePopup.html +++ b/base/tps/apache/docroot/esc/AdvancePopup.html @@ -19,7 +19,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <head> -<link rel=stylesheet href="/style.css" type="text/css"> +<link rel=stylesheet href="/pki/style.css" type="text/css"> <script language="JavaScript"> diff --git a/base/tps/apache/docroot/esc/EnrollPopup.html b/base/tps/apache/docroot/esc/EnrollPopup.html index ead7db355..384a7632e 100755 --- a/base/tps/apache/docroot/esc/EnrollPopup.html +++ b/base/tps/apache/docroot/esc/EnrollPopup.html @@ -19,7 +19,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <head> -<link rel=stylesheet href="/style.css" type="text/css"> +<link rel=stylesheet href="/pki/style.css" type="text/css"> <script language="JavaScript"> diff --git a/base/tps/apache/docroot/esc/SettingsEsc.html b/base/tps/apache/docroot/esc/SettingsEsc.html index 0340ee64c..8dd4be523 100755 --- a/base/tps/apache/docroot/esc/SettingsEsc.html +++ b/base/tps/apache/docroot/esc/SettingsEsc.html @@ -19,7 +19,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <head> -<link rel=stylesheet href="/style.css" type="text/css"> +<link rel=stylesheet href="/pki/style.css" type="text/css"> <script lang="JavaScript"> // diff --git a/base/tps/apache/docroot/esc/TokenManager.html b/base/tps/apache/docroot/esc/TokenManager.html index fcd6beec9..e49842f78 100755 --- a/base/tps/apache/docroot/esc/TokenManager.html +++ b/base/tps/apache/docroot/esc/TokenManager.html @@ -19,7 +19,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <head> -<link rel=stylesheet href="/style.css" type="text/css"> +<link rel=stylesheet href="/pki/style.css" type="text/css"> <script language="JavaScript"> diff --git a/base/tps/apache/docroot/esc/demo/EnrollSuccess.html b/base/tps/apache/docroot/esc/demo/EnrollSuccess.html index 2a9d2b386..7c95a5568 100644 --- a/base/tps/apache/docroot/esc/demo/EnrollSuccess.html +++ b/base/tps/apache/docroot/esc/demo/EnrollSuccess.html @@ -18,7 +18,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> -<link rel=stylesheet href="/demo/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/demo/style.css" type="text/css"> <title>Success!</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> diff --git a/base/tps/apache/docroot/esc/home/EnrollSuccess.html b/base/tps/apache/docroot/esc/home/EnrollSuccess.html index fbe8d241f..2dd6b72e5 100644 --- a/base/tps/apache/docroot/esc/home/EnrollSuccess.html +++ b/base/tps/apache/docroot/esc/home/EnrollSuccess.html @@ -18,7 +18,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> -<link rel=stylesheet href="/home/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/home/style.css" type="text/css"> <title>Success!</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> diff --git a/base/tps/apache/docroot/esc/so/EnrollSuccess.html b/base/tps/apache/docroot/esc/so/EnrollSuccess.html index 9ed0cebee..4c9f3deca 100644 --- a/base/tps/apache/docroot/esc/so/EnrollSuccess.html +++ b/base/tps/apache/docroot/esc/so/EnrollSuccess.html @@ -18,7 +18,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> -<link rel=stylesheet href="/esc/so/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/so/style.css" type="text/css"> <title>Success!</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> diff --git a/base/tps/apache/docroot/esc/sow/EnrollSuccess.html b/base/tps/apache/docroot/esc/sow/EnrollSuccess.html index 478819213..41f7b565f 100644 --- a/base/tps/apache/docroot/esc/sow/EnrollSuccess.html +++ b/base/tps/apache/docroot/esc/sow/EnrollSuccess.html @@ -18,10 +18,10 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> -<link rel=stylesheet href="/esc/sow/style.css" type="text/css"> +<link rel=stylesheet href="/pki/esc/sow/style.css" type="text/css"> <title>Success!</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<link rel="stylesheet" href="/esc/sow/css/style.css" media="screen" type="text/css"> +<link rel="stylesheet" href="/pki/esc/sow/css/style.css" media="screen" type="text/css"> </head> <body> diff --git a/dogtag/tps-ui/shared/docroot/esc/demo/style.css b/dogtag/common-ui/shared/esc/demo/style.css index bcd289bdb..bcd289bdb 100755 --- a/dogtag/tps-ui/shared/docroot/esc/demo/style.css +++ b/dogtag/common-ui/shared/esc/demo/style.css diff --git a/dogtag/tps-ui/shared/docroot/esc/home/style.css b/dogtag/common-ui/shared/esc/home/style.css index bcd289bdb..bcd289bdb 100755 --- a/dogtag/tps-ui/shared/docroot/esc/home/style.css +++ b/dogtag/common-ui/shared/esc/home/style.css diff --git a/dogtag/tps-ui/shared/docroot/esc/so/style.css b/dogtag/common-ui/shared/esc/so/style.css index bcd289bdb..bcd289bdb 100755 --- a/dogtag/tps-ui/shared/docroot/esc/so/style.css +++ b/dogtag/common-ui/shared/esc/so/style.css diff --git a/dogtag/tps-ui/shared/docroot/esc/sow/css/style.css b/dogtag/common-ui/shared/esc/sow/css/style.css index c60e713d2..c60e713d2 100644 --- a/dogtag/tps-ui/shared/docroot/esc/sow/css/style.css +++ b/dogtag/common-ui/shared/esc/sow/css/style.css diff --git a/dogtag/tps-ui/shared/docroot/esc/sow/style.css b/dogtag/common-ui/shared/esc/sow/style.css index bcd289bdb..bcd289bdb 100755 --- a/dogtag/tps-ui/shared/docroot/esc/sow/style.css +++ b/dogtag/common-ui/shared/esc/sow/style.css diff --git a/dogtag/tps-ui/shared/docroot/esc/style.css b/dogtag/common-ui/shared/style.css index 90a1358df..90a1358df 100755 --- a/dogtag/tps-ui/shared/docroot/esc/style.css +++ b/dogtag/common-ui/shared/style.css |