Fixed links to images in config and migration pages

https://fedorahosted.org/freeipa/ticket/1932

Description of problem:
Title is missing while configuring browser for the first time.

Actual results:
There is no title on this screen. I noticed it only on step 8 and later so I am not sure if title is also missing earlier at step 6 or not.

Expected results:
Title "Identity Management" is always present.

Fixed:
 * modified paths to images
 * fixed padding in ssbrowser.html
 * moved browser icons to ui folder
 * deleted unused images in html and migration folders (they are already in ui folder, and weren't deployed)

whitespaces
This commit is contained in:
Petr Vobornik 2011-10-06 14:30:26 +02:00 committed by Endi S. Dewata
parent a85bb7fa9e
commit a0470afdcd
17 changed files with 71 additions and 77 deletions

View File

@ -23,7 +23,7 @@
<div class="container_1">
<div class="header-logo">
<img src="../ui/ipalogo.png" />
<img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div>
<div class="textblockkrb" style="display: none;">

View File

@ -16,7 +16,7 @@
<div class="container_1">
<div class="header-logo">
<img src="../ui/ipalogo.png" />
<img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div>
<div class="textblockkrb">
<h1>Removal of HBAC Deny Rules.</h1>

View File

@ -644,7 +644,8 @@ form#login {
text-align: left;
margin-top: 5em;
font-size: 1.1em;
padding-left: 3em;
padding-left: 3em;
padding-right: 3em;
}
.textblockkrb ul li {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -5,23 +5,23 @@
<title>IPA: Identity Policy Audit</title>
<script type="text/javascript" src="../ui/jquery.js"></script>
<link rel="stylesheet" type="text/css" href="jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="../ui/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="ipa_error.css" />
</head>
<body id="header-bg">
<div class="container_1">
<div class="container_1">
<div class="header-logo">
<img src="../ui/ipalogo.png" />
</div>
<div class="textblockkrb">
<img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div>
<div class="textblockkrb">
<h3>Browser Kerberos Setup</h3>
<img alt="Internet Explorer" src="ie-icon.png"><h5>Internet Explorer Configuration</h5>
<img alt="Internet Explorer" src="../ui/ie-icon.png"><h5>Internet Explorer Configuration</h5>
<p>Once you are able to log into the workstation with your kerberos key you are now able to use that ticket in Internet Explorer. </p>
<strong>Login to the Windows machine using an account of your Kerberos realm (administrative domain)</strong><br>
<strong>In Internet Explorer, click Tools, and then click Internet Options.</strong>
<strong>In Internet Explorer, click Tools, and then click Internet Options.</strong>
<br>
<ul>
<li> 1. Click the Security tab </li>
@ -38,15 +38,15 @@
<li> Visit a kerberized web site using IE (You must use the fully-qualified Domain Name in the URL)</li>
<li><strong> You are all set. </strong></li>
</ul>
<br>
<img alt="Firefox" src="firefox-icon.png"><h5>Firefox Configuration</h5>
<img alt="Firefox" src="../ui/firefox-icon.png"><h5>Firefox Configuration</h5>
<p>You can configure Firefox to use Kerberos for Single Sign-on. The following instructions will guide you in configuring your web browser <br>
to send your Kerberos credentials to the appropriate Key Distribution Center which enables Single Sign-on. </p>
<ul><li> 1. In the address bar of Firefox, type <tt>about:config</tt> to display the list of current configuration options.</li>
<ul><li> 1. In the address bar of Firefox, type <tt>about:config</tt> to display the list of current configuration options.</li>
<li> 2. In the Filter field, type <tt>negotiate</tt> to restrict the list of options. </li>
<li> 3. Double-click the <tt>network.negotiate-auth.trusted-uris</tt> entry to display the Enter string value dialog box. </li>
<li> 4. Enter the name of the domain against which you want to authenticate, for example, <tt>.example.com.</tt> </li>
@ -54,10 +54,10 @@
<br>
<li><strong> You are all set. </strong></li>
</ul>
</div>
</div>
</body>

View File

@ -25,7 +25,7 @@
<div class="container_1">
<div class="header-logo">
<img src="../ui/ipalogo.png" />
<img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div>
<div class="textblockkrb">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -4,31 +4,28 @@
<meta charset="utf-8">
<title>IPA: Identity Policy Audit</title>
<script type="text/javascript" src="develop.js"></script>
<script type="text/javascript" src="webui.js"></script>
<link rel="stylesheet" type="text/css" href="jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="../ui/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="ipa_migration.css" />
</head>
<body id="header-bg">
<div class="container_1">
<div class="container_1">
<div class="header-logo">
<img src="ipalogo.png" />
</div>
<img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div>
<br>
<br>
<div id="formwindow">
<h4>We're Sorry</h4>
<div class="formcontent">
<p>
<strong>There was a problem with your request. Please, try again later.</strong>
</p>
<p>
<label>If the problem persists, contact your administrator.</label>
</p>
</div>
<strong>There was a problem with your request. Please, try again later.</strong>
</p>
<p>
<label>If the problem persists, contact your administrator.</label>
</p>
</div>
</div>
</div>

View File

@ -4,27 +4,24 @@
<meta charset="utf-8">
<title>IPA: Identity Policy Audit</title>
<script type="text/javascript" src="develop.js"></script>
<script type="text/javascript" src="webui.js"></script>
<link rel="stylesheet" type="text/css" href="jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="../ui/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="ipa_migration.css" />
</head>
<body id="header-bg">
<div class="container_1">
<div class="container_1">
<div class="header-logo">
<img src="ipalogo.png" />
</div>
<div class="textblock">
<img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div>
<div class="textblock">
<h3>Password Migration</h3>
<p>If you have been sent here by your administrator, your personal
information is being migrated to a new identity management solution
<p>If you have been sent here by your administrator, your personal
information is being migrated to a new identity management solution
(IPA).</p>
<p>Please, enter your credentials in the form below to complete the
process. Upon successful login your kerberos account will be
activated.</p>
<p>Please, enter your credentials in the form below to complete the
process. Upon successful login your kerberos account will be
activated.</p>
</div>
<div id="formwindow">
<h4>Login</h4>
@ -42,7 +39,7 @@
<div class="formbutton">
<input name="submit" value="Migrate" type="submit" />
</div>
</form>
</div>
</div>

View File

@ -4,27 +4,24 @@
<meta charset="utf-8">
<title>IPA: Identity Policy Audit</title>
<script type="text/javascript" src="develop.js"></script>
<script type="text/javascript" src="webui.js"></script>
<link rel="stylesheet" type="text/css" href="jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="..ui/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="ipa_migration.css" />
</head>
<body id="header-bg">
<div class="container_1">
<div class="container_1">
<div class="header-logo">
<img src="ipalogo.png" />
</div>
<div class="textblock">
<img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div>
<div class="textblock">
<h3>Password Migration</h3>
<p>If you have been sent here by your administrator, your personal
information is being migrated to a new identity management solution
<p>If you have been sent here by your administrator, your personal
information is being migrated to a new identity management solution
(IPA).</p>
<p>Please, enter your credentials in the form below to complete the
process. Upon successful login your kerberos account will be
activated.</p>
<p>Please, enter your credentials in the form below to complete the
process. Upon successful login your kerberos account will be
activated.</p>
</div>
<div id="formwindow">
<h4>Login</h4>
@ -49,7 +46,7 @@
<div class="formbutton">
<input name="submit" value="Migrate" type="submit" />
</div>
</form>
</div>
</div>

View File

@ -34,7 +34,7 @@
body{
background-image:url("../ui/outer-bg.png");
background-repeat:repeat-x;
background-repeat:repeat-x;
background-position:left top;
background-color:#F9F9F9;
border-width: 0;
@ -546,15 +546,15 @@ span.main-separator{
/* Migration */
body#header-bg {
background: url("Static-Background.png") repeat-x scroll left top #EDEDED;
background: url("../ui/Static-Background.png") repeat-x scroll left top #EDEDED;
}
.container_1 {
margin-left: auto;
margin-right: auto;
width: 960px;
background: url("centered-bg.png") no-repeat scroll 0 7em transparent;
min-height: 40em;
background: url("../ui/centered-bg.png") no-repeat scroll 0 7em transparent;
min-height: 40em;
}
#formwindow {
@ -582,7 +582,7 @@ body#header-bg {
}
.# {
background: url("ipalogo.png") no-repeat scroll left top transparent;
background: url("../ui/ipalogo.png") no-repeat scroll left top transparent;
border: none;
float: left;
height: 36px;
@ -651,7 +651,7 @@ form#login {
.textblockkrb ul li {
list-style-type: none;
padding: .15em;
}
@ -661,7 +661,7 @@ h3 {
font-size: 1.5em;
font-weight: normal;
text-transform: uppercase;
}
}
h5 {
color: #333333;
@ -674,9 +674,9 @@ h5 {
margin-top: -3em;
}
/* Search */
.search-controls {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -31,11 +31,13 @@ app_DATA = \
facet-tab_off.png \
facet-tab_on.png \
favicon.ico \
firefox-icon.png \
group.js \
hbac.js \
host.js \
hostgroup.js \
hover-tab.png \
ie-icon.png \
import.png \
index.html \
ipa.css \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB