HTML 4.01 Compliance updates

This commit is contained in:
aloekak 2002-01-10 18:00:50 +00:00
parent a8c09725e7
commit 813243a9f0
7 changed files with 49 additions and 39 deletions

View File

@ -2,7 +2,7 @@
{error_messages}
<form method="POST" action="{form_action}">
<center>
<div align="center">
<table border="0" width="95%">
<tr>
<td valign="top">
@ -50,7 +50,7 @@
</td>
</tr>
</table>
</center>
</div>
</form>
<!-- END form -->

View File

@ -2,7 +2,7 @@
{error_messages}
<form method="POST" action="{form_action}">
<center>
<div align="center">
<table border="0" width="95%">
<tr>
<td valign="top">
@ -57,7 +57,7 @@
</td>
</tr>
</table>
</center>
</div>
</form>
<!-- END form -->

View File

@ -1,14 +1,16 @@
<!-- BEGIN list -->
<p>
<table border="0" width="70%" align="center">
<tr>
<td align="left">{left_next_matchs}</td>
<td align="center">{lang_user_accounts}</td>
<td align="right">{right_next_matchs}</td>
</tr>
</table>
<div align="center">
<table border="0" width="70%">
<tr>
<td align="left">{left_next_matchs}</td>
<td align="center">{lang_user_accounts}</td>
<td align="right">{right_next_matchs}</td>
</tr>
</table>
</div>
<center>
<div align="center">
<table border="0" width="70%">
<tr bgcolor="{th_bg}">
<td>{lang_loginid}</td>
@ -22,23 +24,24 @@
{rows}
</table>
</center>
</div>
<form method="POST" action="{actionurl}">
<table border="0" width="70%" align="center">
<tr>
<td align="left">
{input_add}
</form>
</td>
<td align="right">
<form method="POST" action="{accounts_url}">
{input_search}
</form>
</td>
</tr>
</table>
<div align="center">
<table border="0" width="70%">
<tr>
<td align="left">
{input_add}
</form>
</td>
<td align="right">
<form method="POST" action="{accounts_url}">
{input_search}
</form>
</td>
</tr>
</table>
</div>
<!-- END list -->
<!-- BEGIN row -->

View File

@ -2,15 +2,17 @@
<b>{lang_header}</b>
<hr><p>
<table border="0" width="70%" align="center">
<div align="center">
<table border="0" width="70%">
<tr>
<td align="left">{left_next_matchs}</td>
<td width="95%" align="center">&nbsp;</td>
<td align="right">{right_next_matchs}</td>
</tr>
</table>
</div>
<center>
<div align="center">
<table border="0" width="70%">
<tr bgcolor="{th_bg}">
<td>{lang_loginid}</td>
@ -22,10 +24,11 @@
{rows}
</table>
</center>
</div>
<form method="POST" action="{actionurl}">
<table border="0" width="70%" align="center">
<div align="center">
<table border="0" width="70%">
<tr>
<td align="right">
<form method="POST" action="{accounts_url}">
@ -34,6 +37,7 @@
</td>
</tr>
</table>
</div>
<!-- END list -->

View File

@ -5,7 +5,8 @@
<form action="{form_action}" method="POST">
{hidden_vars}
<table border="0" width="55%" align="center">
<div align="center">
<table border="0" width="55%">
<tr bgcolor="{th_bg}">
<td colspan="2">&nbsp;</td>
</tr>
@ -19,6 +20,7 @@
</tr>
</table>
</div>
</form>
<!-- END form -->

View File

@ -2,14 +2,16 @@
<p><b>{lang_installed}</b><hr><p>
<p>
<table border="0" width="45%" align="center">
<div align="center">
<table border="0" width="45%">
<tr bgcolor="{bg_color}">
{left}
<td align="center">{lang_showing}</td>
{right}
</tr>
</table>
<table border="0" width="45%" align="center">
<table border="0" width="45%">
<tr bgcolor="{th_bg}">
<td> {sort_title} </td>
<td>{lang_edit}</td>
@ -21,7 +23,7 @@
</table>
<table border="0" width="45%" align="center">
<table border="0" width="45%">
<tr>
<td align="left">
<form method="POST" action="{new_action}">
@ -30,7 +32,7 @@
</td>
</tr>
</table>
</div>
<!-- END list -->
<!-- BEGIN row -->

View File

@ -2,7 +2,7 @@
<!-- BEGIN form -->
<center>
<div align="center">
<table border="0" width="80%" cellspacing="2" cellpadding="2">
<tr>
<td colspan="1" align="center" bgcolor="#c9c9c9"><b>{title_categories}<b/></td>
@ -40,7 +40,6 @@
<input type="submit" name="done" value="{lang_done}"></form></td>
</tr>
</table>
</center>
<!-- END add -->
@ -61,7 +60,7 @@
<input type="submit" name="done" value="{lang_done}"></form></td>
</tr>
</table>
</center>
</div>
<!-- END edit -->