2001-05-10 14:19:56 +02:00
|
|
|
|
|
|
|
<!-- BEGIN addressbook_header -->
|
|
|
|
<center>{lang_addressbook}
|
|
|
|
<br>{lang_showing}
|
|
|
|
<br>{searchreturn}
|
|
|
|
<form action="{cats_url}" method="POST">
|
|
|
|
{cats}{cats_link}
|
|
|
|
<noscript><input type="submit" name="cats" value="{lang_cats}"></noscript>
|
|
|
|
</form>
|
|
|
|
{search_filter}
|
|
|
|
|
|
|
|
<table width=75% border=0 cellspacing=1 cellpadding=3>
|
|
|
|
<tr bgcolor="{th_bg}">
|
|
|
|
{cols}
|
|
|
|
<td width="3%" height="21">
|
|
|
|
<font face="Arial, Helvetica, sans-serif" size="-1">
|
|
|
|
{lang_view}
|
|
|
|
</font>
|
|
|
|
</td>
|
|
|
|
<td width="3%" height="21">
|
|
|
|
<font face="Arial, Helvetica, sans-serif" size="-1">
|
|
|
|
{lang_vcard}
|
|
|
|
</font>
|
|
|
|
</td>
|
|
|
|
<td width="5%" height="21">
|
|
|
|
<font face="Arial, Helvetica, sans-serif" size="-1">
|
|
|
|
{lang_edit}
|
|
|
|
</font>
|
|
|
|
</td>
|
|
|
|
<td width="5%" height="21">
|
|
|
|
<font face="Arial, Helvetica, sans-serif" size="-1">
|
|
|
|
{lang_owner}
|
|
|
|
</font>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END addressbook_header -->
|
|
|
|
<!-- BEGIN column -->
|
|
|
|
<td valign="top">
|
|
|
|
<font face="Arial, Helvetica, san-serif" size="2">{col_data} </font>
|
|
|
|
</td>
|
|
|
|
<!-- END column -->
|
|
|
|
<!-- BEGIN row -->
|
|
|
|
<tr bgcolor="{row_tr_color}">
|
|
|
|
{columns}
|
|
|
|
<td valign="top" width="3%">
|
|
|
|
<font face="{font}" size="2"><a href="{row_view_link}">{lang_view}</a></font>
|
|
|
|
</td>
|
|
|
|
<td valign="top" width=3%>
|
|
|
|
<font face="{font}" size=2><a href="{row_vcard_link}">{lang_vcard}</a></font>
|
|
|
|
</td>
|
|
|
|
<td valign="top" width="5%">
|
|
|
|
<font face="{font}" size="2">{row_edit}</font>
|
|
|
|
</td>
|
|
|
|
<td valign="top" width="5%">
|
|
|
|
<font face="{font}" size="2">{row_owner}</font>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END row -->
|
|
|
|
<!-- BEGIN addressbook_footer -->
|
|
|
|
</table>
|
|
|
|
<table width="75%" border="0" cellspacing="0" cellpadding="4">
|
2001-06-24 08:54:32 +02:00
|
|
|
<tr bgcolor="{th_bg}">
|
|
|
|
<form action="{add_url}" method="post">
|
2001-05-10 14:19:56 +02:00
|
|
|
<td width="16%">
|
2001-06-24 08:54:32 +02:00
|
|
|
<input type="submit" name="Add" value="{lang_add}">
|
2001-05-10 14:19:56 +02:00
|
|
|
</td>
|
2001-06-24 08:54:32 +02:00
|
|
|
</form>
|
|
|
|
<form action="{vcard_url}" method="post">
|
2001-05-10 14:19:56 +02:00
|
|
|
<td width="16%">
|
|
|
|
<input type="submit" name="AddVcard" value="{lang_addvcard}">
|
|
|
|
</td>
|
2001-06-24 08:54:32 +02:00
|
|
|
</form>
|
|
|
|
<form action="{import_url}" method="post">
|
2001-05-10 14:19:56 +02:00
|
|
|
<td width="16%">
|
|
|
|
<input type="submit" name="Import" value="{lang_import}">
|
|
|
|
</td>
|
2001-06-24 08:54:32 +02:00
|
|
|
</form>
|
|
|
|
<form action="{import_alt_url}" method="post">
|
2001-05-23 22:15:40 +02:00
|
|
|
<td width="16%">
|
|
|
|
<input type="submit" name="Import" value="{lang_import_alt}">
|
|
|
|
</td>
|
2001-06-24 08:54:32 +02:00
|
|
|
</form>
|
|
|
|
<form action="{export_url}" method="post">
|
2001-05-10 14:19:56 +02:00
|
|
|
<td width="16%">
|
|
|
|
<input type="submit" name="Export" value="{lang_export}">
|
|
|
|
</td>
|
2001-06-24 08:54:32 +02:00
|
|
|
</form>
|
2001-05-10 14:19:56 +02:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</center>
|
|
|
|
<!-- END addressbook_footer -->
|