No longer needed

This commit is contained in:
skeeter 2001-05-13 03:22:34 +00:00
parent 15011c6adc
commit dc4dbac026
3 changed files with 0 additions and 34 deletions

View File

@ -1,13 +0,0 @@
<td valign="top" width="33%">
<font size="-1">
<form action="{action_url}" method="post" name="{form_name}">
<B>{label}:</B>
<select name="{form_label}" onchange="{form_onchange}">
{row}
</select>
<noscript><input type="submit" value="{go}"></noscript>
</form>
</font>
</td>

View File

@ -1,8 +0,0 @@
<br clear="all">
<hr clear="all">
<font size="-1">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
{output}
</tr>
</table>

View File

@ -1,13 +0,0 @@
<td valign="top" width="33%">
<font size="-1">
<form action="{action_url}" method="post" name="{form_name}">
<B>{label}:</B>
<select name="{form_label}" onchange="{form_onchange}">
{row}
</select>
<noscript><input type="submit" value="{go}"></noscript>
</form>
</font>
</td>