html color code cleanup

This commit is contained in:
Miles Lott 2001-09-26 23:59:52 +00:00
parent 34a5169110
commit 98bfdd6558
14 changed files with 62 additions and 60 deletions

View File

@ -64,7 +64,7 @@
exit;
}
$bgcolor = array('DDDDDD','EEEEEE');
$bgcolor = array('#DDDDDD','#EEEEEE');
function parsedep($depends,$main=True)
{

View File

@ -153,6 +153,7 @@ requires upgrade setup en Requires upgrade
resolve setup en Resolve
select the default applications to which your users will have access setup en Select the default applications to which your users will have access
select the desired action(s) from the available choices setup en Select the desired action(s) from the available choices
select to download file setup en Select to download file
select which group(s) will be exported (group membership will be maintained) setup en Select which group(s) will be exported (group membership will be maintained)
select which group(s) will be imported (group membership will be maintained) setup en Select which group(s) will be imported (group membership will be maintained)
select which languages you would like to use setup en Select which languages you would like to use

View File

@ -251,6 +251,7 @@
$setup_tpl->set_var('lang_showall','Show all');
$setup_tpl->set_var('title','SQL to schema_proc array util');
$setup_tpl->set_var('lang_applist','Applications');
$setup_tpl->set_var('select_to_download_file',lang('Select to download file'));
$setup_tpl->pfp('out','appheader');
$d = dir(PHPGW_SERVER_ROOT);

View File

@ -12,10 +12,10 @@
<!-- BEGIN app_header -->
<form method="POST" action="{action_url}">
<tr>
<td colspan="5" bgcolor="486591"><center><font color="fefefe">{appdata}</font></center></td>
<td colspan="4" bgcolor="486591"><center><font color="fefefe">{actions}</font></center></td>
<td colspan="5" bgcolor="#486591"><center><font color="#fefefe">{appdata}</font></center></td>
<td colspan="4" bgcolor="#486591"><center><font color="#fefefe">{actions}</font></center></td>
</tr>
<tr bgcolor="99cccc">
<tr bgcolor="#99cccc">
<td colspan="2">{app_info}</td>
<td align="center">{app_title}</td>
<td align="center">{app_currentver}</td>
@ -34,10 +34,10 @@
<td>{apptitle}&nbsp;</td>
<td>{currentver}&nbsp;</td>
<td>{version}&nbsp;</td>
<td bgcolor="CCFFCC" align="center">{install}</td>
<td bgcolor="CCCCFF" align="center">{upgrade}</td>
<td bgcolor="#CCFFCC" align="center">{install}</td>
<td bgcolor="#CCCCFF" align="center">{upgrade}</td>
<td align="center">{resolution}&nbsp;</td>
<td bgcolor="CCAAAA" align="center">{remove}</td>
<td bgcolor="#CCAAAA" align="center">{remove}</td>
</tr>
<!-- END apps -->

View File

@ -10,7 +10,7 @@
</table>
<table width="60%" border="0" align="center" cellspacing="1" cellpadding="1">
<form method="POST" action="{action_url}">
<tr bgcolor="DDDDDD">
<tr bgcolor="#DDDDDD">
<td>&nbsp;</td>
<td>Name</td>
<td colspan="2">Title</td>
@ -18,7 +18,7 @@
<!-- END appheader -->
<!-- BEGIN appitem -->
<tr bgcolor="EEEEEE">
<tr bgcolor="#EEEEEE">
<td><input type="radio" name="appname" value="{appname}"></td>
<td>{appname}&nbsp;</td>
<td colspan="2">{apptitle}&nbsp;</td>
@ -34,7 +34,7 @@
<td align="left" width="7%">
<input type="submit" name="showall" value="{lang_showall}">
</td>
<td><input type="checkbox" name="download" value="1">Select to download file</td>
<td><input type="checkbox" name="download" value="1">{select_to_download_file}</td>
</tr>
</form>
</table>

View File

@ -1,10 +1,10 @@
<!-- begin config_post_script.tpl -->
<tr bgcolor="FFFFFF">
<tr bgcolor="#FFFFFF">
<td colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr bgcolor="FFFFFF">
<tr bgcolor="#FFFFFF">
<td colspan="2" align="center">
{more_configs}
</td>

View File

@ -16,14 +16,14 @@
<title>phpGroupWare {lang_setup} III {page_title}</title>
</head>
<body bgcolor="#ffffff" margintop="0" marginleft="0" marginright="0" marginbottom="0">
<body bgcolor="#FFFFFF" margintop="0" marginleft="0" marginright="0" marginbottom="0">
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td align="left" bgcolor="4865F1">
&nbsp;<font color="fefefe">phpGroupWare version {pgw_ver} {lang_setup} III{configdomain}</font>
<td align="left" bgcolor="#4865F1">
&nbsp;<font color="#fefefe">phpGroupWare version {pgw_ver} {lang_setup} III{configdomain}</font>
</td>
<td align="right" bgcolor="4865F1">
<td align="right" bgcolor="#4865F1">
{logoutbutton}
</tr>
</table>

View File

@ -2,17 +2,17 @@
<p>&nbsp;</p>
<table border="0" align="center" width="{tbl_width}">
<tr bgcolor="486591">
<tr bgcolor="#486591">
<td colspan="{td_colspan}">
&nbsp;<font color="fefefe">{stage_title}</font>
&nbsp;<font color="#fefefe">{stage_title}</font>
</td>
</tr>
<tr bgcolor="e6e6e6">
<tr bgcolor="#e6e6e6">
<td colspan="{td_colspan}">
{stage_desc}
</td>
</tr>
<tr bgcolor="e6e6e6">
<tr bgcolor="#e6e6e6">
<td {td_align}>
{select_box_desc}
<form method="POST" action="lang.php">

View File

@ -1,32 +1,32 @@
<!-- BEGIN header -->
<form action="{action_url}" method="POST">
<table border="0" align="center" width="70%">
<tr bgcolor="486591">
<td colspan="2">&nbsp;<font color="fefefe">{ldapimport}</font></td>
<tr bgcolor="#486591">
<td colspan="2">&nbsp;<font color="#fefefe">{ldapimport}</font></td>
</tr>
<tr bgcolor="e6e6e6">
<tr bgcolor="#e6e6e6">
<td colspan="2">&nbsp;{description}<br>&nbsp;</td>
</tr>
<!-- END header -->
<!-- BEGIN jump -->
<table border="0" align="center" width="70%">
<tr bgcolor="486591">
<td colspan="2">&nbsp;<font color="fefefe">{description}</font><br>&nbsp;</td>
<tr bgcolor="#486591">
<td colspan="2">&nbsp;<font color="#fefefe">{description}</font><br>&nbsp;</td>
</tr>
<tr bgcolor="e6e6e6">
<tr bgcolor="#e6e6e6">
<td colspan="2"><a href="{ldapmodify}">{lang_ldapmodify}</a></td>
</tr>
<tr bgcolor="e6e6e6">
<tr bgcolor="#e6e6e6">
<td colspan="2"><a href="{ldapimport}">{lang_ldapimport}</a></td>
</tr>
<tr bgcolor="e6e6e6">
<tr bgcolor="#e6e6e6">
<td colspan="2"><a href="{ldapexport}">{lang_ldapexport}</a></td>
</tr>
<!-- END jump -->
<!-- BEGIN user_list -->
<tr bgcolor="e6e6e6">
<tr bgcolor="#e6e6e6">
<td align="left" valign="top">
&nbsp;{select_users}
</td>
@ -39,7 +39,7 @@
<!-- END user_list -->
<!-- BEGIN admin_list -->
<tr bgcolor="e6e6e6">
<tr bgcolor="#e6e6e6">
<td align="left" valign="top">
&nbsp;{select_admins}
</td>
@ -52,7 +52,7 @@
<!-- END admin_list -->
<!-- BEGIN group_list -->
<tr bgcolor="e6e6e6">
<tr bgcolor="#e6e6e6">
<td align="left" valign="top">
&nbsp;{select_groups}
</td>
@ -65,7 +65,7 @@
<!-- END group_list -->
<!-- BEGIN app_list -->
<tr bgcolor="e6e6e6">
<tr bgcolor="#e6e6e6">
<td align="left" valign="top">
&nbsp;{select_apps}
<br>&nbsp;{note}
@ -79,7 +79,7 @@
<!-- END app_list -->
<!-- BEGIN submit -->
<tr bgcolor="e6e6e6">
<tr bgcolor="#e6e6e6">
<td colspan="2" align="center">
<input type="submit" name="submit" value="{form_submit}">
<input type="submit" name="cancel" value="{cancel}">
@ -88,7 +88,7 @@
<!-- END submit -->
<!-- BEGIN cancel_only -->
<tr bgcolor="e6e6e6">
<tr bgcolor="#e6e6e6">
<td colspan="2" align="center">
<input type="submit" name="cancel" value="{cancel}">
</td>

View File

@ -12,10 +12,10 @@
<!-- BEGIN app_header -->
<form method="POST" action="{action_url}">
<tr>
<td colspan="4" bgcolor="486591"><center><font color="fefefe">{appdata}</font></center></td>
<td colspan="1" bgcolor="486591"><center><font color="fefefe">{actions}</font></center></td>
<td colspan="4" bgcolor="#486591"><center><font color="#fefefe">{appdata}</font></center></td>
<td colspan="1" bgcolor="#486591"><center><font color="#fefefe">{actions}</font></center></td>
</tr>
<tr bgcolor="99cccc">
<tr bgcolor="#99cccc">
<td colspan="2">{app_info}</td>
<td align="center">{app_title}</td>
<td align="center">{app_version}</td>
@ -29,7 +29,7 @@
<td>{appinfo}&nbsp;</td>
<td>{apptitle}&nbsp;</td>
<td align="center"><select name="version[{appname}]">{select_version}</select></td>
<td bgcolor="CCFFCC" align="center">{install}</td>
<td bgcolor="#CCFFCC" align="center">{install}</td>
</tr>
<!-- END apps -->

View File

@ -101,19 +101,19 @@
</td>
<td>
<table width="100%">
<tr bgcolor="486591">
<tr bgcolor="#486591">
<td>
<font color="fefefe">&nbsp;<b>{subtitle}</b></font>
<font color="#fefefe">&nbsp;<b>{subtitle}</b></font>
</td>
</tr>
<tr bgcolor="e6e6e6">
<tr bgcolor="#e6e6e6">
<td>
{submsg}
</td>
</tr>
<tr bgcolor="486591">
<tr bgcolor="#486591">
<td>
<font color="fefefe">&nbsp;<b>{tblchange}</b></font>
<font color="#fefefe">&nbsp;<b>{tblchange}</b></font>
</td>
</tr>
<!-- END B_db_stage_5_pre -->
@ -121,12 +121,12 @@
&nbsp; <!-- ================================== --> &nbsp;
<!-- BEGIN B_db_stage_5_post -->
<tr bgcolor="486591">
<tr bgcolor="#486591">
<td>
<font color="fefefe">&nbsp;<b>{status}</b></font>
<font color="#fefefe">&nbsp;<b>{status}</b></font>
</td>
</tr>
<tr bgcolor="e6e6e6">
<tr bgcolor="#e6e6e6">
<td>{tableshave} {subaction}</td>
</tr>
</table>

View File

@ -4,7 +4,7 @@
<td>{description}</td>
</tr>
<tr>
<td align="left" bgcolor="486591"><font color="fefefe">{detailadmin}</td><td align="right" bgcolor="486591">&nbsp;
<td align="left" bgcolor="#486591"><font color="#fefefe">{detailadmin}</td><td align="right" bgcolor="#486591">&nbsp;
</td>
</tr>
<tr>

View File

@ -2,10 +2,10 @@
<!-- begin the db section -->
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td align="left" bgcolor="486591">
<font color="fefefe">{db_step_text}</font>
<td align="left" bgcolor="#486591">
<font color="#fefefe">{db_step_text}</font>
</td>
<td align="right" bgcolor="486591">
<td align="right" bgcolor="#486591">
&nbsp;
</td>
</tr>
@ -15,10 +15,10 @@
<!-- begin the config section -->
<tr>
<td align="left" bgcolor="486591">
<font color="fefefe">{config_step_text}</font>
<td align="left" bgcolor="#486591">
<font color="#fefefe">{config_step_text}</font>
</td>
<td align="right" bgcolor="486591">
<td align="right" bgcolor="#486591">
&nbsp;
</td>
</tr>
@ -39,10 +39,10 @@
<!-- end the config section -->
<!-- begin the lang section -->
<tr>
<td align="left" bgcolor="486591">
<font color="fefefe">{lang_step_text}</font>
<td align="left" bgcolor="#486591">
<font color="#fefefe">{lang_step_text}</font>
</td>
<td align="right" bgcolor="486591">
<td align="right" bgcolor="#486591">
&nbsp;
</td>
</tr>
@ -57,10 +57,10 @@
<!-- end the lang section -->
<!-- begin the apps section -->
<tr>
<td align="left" bgcolor="486591">
<font color="fefefe">{apps_step_text}</font>
<td align="left" bgcolor="#486591">
<font color="#fefefe">{apps_step_text}</font>
</td>
<td align="right" bgcolor="486591">
<td align="right" bgcolor="#486591">
&nbsp;
</td>
</tr>

View File

@ -1,6 +1,6 @@
<!-- BEGIN sqlheader -->
<table colspan="6">
<tr bgcolor="e6e6e6">
<tr bgcolor="#e6e6e6">
<td>
<pre>
$phpgw_baseline = array(