More html tweaking

This commit is contained in:
Miles Lott 2001-08-09 00:50:08 +00:00
parent 0d3c2022d4
commit 194c27ad3e
5 changed files with 92 additions and 97 deletions

View File

@ -37,8 +37,8 @@
<!-- BEGIN ffooter -->
<tr>
<td rowspan=2 valign="middle"><br><INPUT NAME="convert" TYPE="submit" VALUE="{submit}"></TD>
<td colspan=2><br>
<td rowspan="2" valign="middle"><br><INPUT NAME="convert" TYPE="submit" VALUE="{submit}"></TD>
<td colspan="2"><br>
{lang_start} <INPUT name="start" type="text" size="5" value="{start}"> &nbsp; &nbsp;
{lang_max} <INPUT name="max" type="text" size="3" value="{max}"><td>
</tr>

View File

@ -21,7 +21,7 @@
The file exported will be in VCard format.<P>
</LI>
<LI>Enter the path to the exported file here:
<INPUT NAME="tsvfile" SIZE=48 TYPE="file" VALUE="{tsvfilename}"><P></LI>
<INPUT NAME="tsvfile" SIZE="48" TYPE="file" VALUE="{tsvfilename}"><P></LI>
<LI>Select the type of conversion:
<SELECT NAME="conv_type">
<OPTION VALUE="none">&lt;none&gt;</OPTION>

View File

@ -1,4 +1,3 @@
<!-- $Id$ -->
<center>
<table border="0" cellspacing="2" cellpadding="2">
<tr>
@ -21,23 +20,20 @@
<input type="text" name="query">&nbsp;<input type="submit" name="search" value="{lang_search}"></form></td>
</tr>
<tr bgcolor="{th_bg}">
<td width=16% bgcolor="{th_bg}">{sort_field}</td>
<td width=8% bgcolor="{th_bg}" align="center">{lang_edit}</td>
<td width=8% bgcolor="{th_bg}" align="center">{lang_delete}</td>
<td width="16%" bgcolor="{th_bg}">{sort_field}</td>
<td width="8%" bgcolor="{th_bg}" align="center">{lang_edit}</td>
<td width="8%" bgcolor="{th_bg}" align="center">{lang_delete}</td>
</tr>
<!-- BEGIN field_list -->
<tr bgcolor="{tr_color}">
<td>{cfield}</td>
<td align="center"><a href="{edit}">{lang_edit_entry}</a></td>
<td align="center"><a href="{delete}">{lang_delete_entry}</td>
<td align="center"><a href="{delete}">{lang_delete_entry}</a></td>
</tr>
<!-- END field_list -->
<!-- BEGINN add -->
<!-- BEGIN add -->
<tr valign="bottom">
<td>
<form method="POST" action="{add_action}">
@ -50,7 +46,6 @@
<input type="submit" name="done" value="{lang_done}"></form>
</td>
</tr>
<!-- END add -->
</table>