HTML fixes
This commit is contained in:
parent
acea61ed9f
commit
0e801e3a1a
|
@ -5,13 +5,13 @@
|
||||||
<style>
|
<style>
|
||||||
<!--
|
<!--
|
||||||
h2 {
|
h2 {
|
||||||
color:darkblue;
|
color:#000080;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
color:darkblue;
|
color:#000080;
|
||||||
}
|
}
|
||||||
h4 {
|
h4 {
|
||||||
color:darkblue;
|
color:#000080;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
background-color:#bdcaff;
|
background-color:#bdcaff;
|
||||||
|
|
|
@ -7,13 +7,13 @@
|
||||||
<style>
|
<style>
|
||||||
<!--
|
<!--
|
||||||
h2 {
|
h2 {
|
||||||
color:darkblue;
|
color:#000080;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
color:darkblue;
|
color:#000080;
|
||||||
}
|
}
|
||||||
h4 {
|
h4 {
|
||||||
color:darkblue;
|
color:#000080;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
background-color:#bdcaff;
|
background-color:#bdcaff;
|
||||||
|
|
|
@ -143,7 +143,7 @@ if ($_POST['submit']) {
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend><b> <?php echo _("Security settings"); ?> </b></legend>
|
<legend><b> <?php echo _("Security settings"); ?> </b></legend>
|
||||||
<p>
|
<br>
|
||||||
<table cellspacing="0" border="0">
|
<table cellspacing="0" border="0">
|
||||||
<!-- session timeout -->
|
<!-- session timeout -->
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -196,7 +196,7 @@ if ($_POST['submit']) {
|
||||||
<BR>
|
<BR>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend><b> <?php echo _("Logging"); ?> </b></legend>
|
<legend><b> <?php echo _("Logging"); ?> </b></legend>
|
||||||
<p>
|
<br>
|
||||||
<table cellspacing="0" border="0">
|
<table cellspacing="0" border="0">
|
||||||
<!-- log level -->
|
<!-- log level -->
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -287,7 +287,7 @@ if ($_POST['submit']) {
|
||||||
<BR>
|
<BR>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend><b> <?php echo _("Change master password"); ?> </b></legend>
|
<legend><b> <?php echo _("Change master password"); ?> </b></legend>
|
||||||
<p>
|
<br>
|
||||||
<table cellspacing="0" border="0">
|
<table cellspacing="0" border="0">
|
||||||
<!-- set master password -->
|
<!-- set master password -->
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -149,7 +149,7 @@ if (!isset($cfg->default)) {
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend><b> <?php echo _("Profile management"); ?> </b></legend>
|
<legend><b> <?php echo _("Profile management"); ?> </b></legend>
|
||||||
<p>
|
<br>
|
||||||
<table cellspacing=0 border=0>
|
<table cellspacing=0 border=0>
|
||||||
|
|
||||||
<!-- add profile -->
|
<!-- add profile -->
|
||||||
|
@ -195,7 +195,7 @@ if (!isset($cfg->default)) {
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan=4> </td>
|
<td colspan=4> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- rename profile -->
|
<!-- rename profile -->
|
||||||
|
@ -229,7 +229,7 @@ if (!isset($cfg->default)) {
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan=4> </td>
|
<td colspan=4> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- delete profile -->
|
<!-- delete profile -->
|
||||||
|
@ -259,7 +259,7 @@ if (!isset($cfg->default)) {
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan=4> </td>
|
<td colspan=4> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- set profile password -->
|
<!-- set profile password -->
|
||||||
|
@ -302,7 +302,7 @@ if (!isset($cfg->default)) {
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan=4> </td>
|
<td colspan=4> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- change default profile -->
|
<!-- change default profile -->
|
||||||
|
@ -341,17 +341,17 @@ if (!isset($cfg->default)) {
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
</table>
|
</table>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
|
|
||||||
<!-- password field and submit button -->
|
<!-- password field and submit button -->
|
||||||
<b>
|
<b>
|
||||||
<?php echo _("Master password"); ?>:
|
<?php echo _("Master password"); ?>:
|
||||||
</b>
|
</b>
|
||||||
 
|
|
||||||
<input type="password" name="passwd">
|
<input type="password" name="passwd">
|
||||||
 
|
|
||||||
<input type="submit" name="submit" value=" <?php echo _("Ok"); ?> ">
|
<input type="submit" name="submit" value=" <?php echo _("Ok"); ?> ">
|
||||||
 
|
|
||||||
<?PHP
|
<?PHP
|
||||||
// help link
|
// help link
|
||||||
echo "<a href=\"../help.php?HelpNumber=236\" target=\"lamhelp\">";
|
echo "<a href=\"../help.php?HelpNumber=236\" target=\"lamhelp\">";
|
||||||
|
|
|
@ -225,7 +225,7 @@ function display_LoginPage($config_object) {
|
||||||
<table width="580">
|
<table width="580">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="border-style:none" height="70" colspan="2" align="center">
|
<td style="border-style:none" height="70" colspan="2" align="center">
|
||||||
<font color="darkblue"><b><big><?php echo _("Please select your user name and enter your password to log in."); ?></big></b></font>
|
<font color="#000080"><b><big><?php echo _("Please select your user name and enter your password to log in."); ?></big></b></font>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue