2001-05-10 14:45:40 +02:00
|
|
|
<!-- BEGIN view_header -->
|
|
|
|
<p> <b>{lang_viewpref}</b><hr><p>
|
|
|
|
<table border="0" cellspacing="2" cellpadding="2" width="70%" align="center">
|
|
|
|
<!-- END view_header -->
|
|
|
|
<!-- BEGIN view_row -->
|
|
|
|
<tr bgcolor="{th_bg}">
|
|
|
|
<td align="right" width="30%"><b>{display_col}</b>:</td><td width="70%">{ref_data}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END view_row -->
|
2001-01-14 04:28:56 +01:00
|
|
|
{cols}
|
2001-05-10 14:45:40 +02:00
|
|
|
<!-- BEGIN view_footer -->
|
|
|
|
<tr>
|
|
|
|
<td colspan="4"> </td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><b>{lang_owner}</b></td>
|
|
|
|
<td>{owner}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><b>{lang_access}</b></td>
|
|
|
|
<td>{access}</b>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><b>{lang_category}</b></td>
|
|
|
|
<td>{catname}</b></td>
|
|
|
|
</tr>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</table>
|
|
|
|
<!-- END view_footer -->
|
|
|
|
<!-- BEGIN view_buttons -->
|
2001-04-29 15:42:20 +02:00
|
|
|
<center>
|
2001-01-14 04:28:56 +01:00
|
|
|
<TABLE border="0" cellpadding="1" cellspacing="1">
|
|
|
|
<TR>
|
|
|
|
<TD align="left">
|
|
|
|
{edit_link}
|
2001-03-29 12:45:29 +02:00
|
|
|
<input type="hidden" name="ab_id" value="{ab_id}">
|
2001-03-29 09:53:14 +02:00
|
|
|
{edit_button}
|
2001-03-18 09:49:30 +01:00
|
|
|
</form>
|
2001-01-14 04:28:56 +01:00
|
|
|
</TD>
|
2001-03-18 09:49:30 +01:00
|
|
|
<TD align="left">
|
2001-03-18 00:52:36 +01:00
|
|
|
{copy_link}
|
|
|
|
<input type="hidden" name="sort" value="{sort}">
|
|
|
|
<input type="hidden" name="order" value="{order}">
|
|
|
|
<input type="hidden" name="filter" value="{filter}">
|
|
|
|
<input type="hidden" name="start" value="{start}">
|
|
|
|
<input type="hidden" name="fields" value="{copy_fields}">
|
|
|
|
<input type="submit" name="submit" value="{lang_copy}">
|
|
|
|
</form>
|
|
|
|
</TD>
|
2001-03-18 09:49:30 +01:00
|
|
|
<TD align="left">
|
2001-01-14 04:28:56 +01:00
|
|
|
{vcard_link}
|
|
|
|
<input type="hidden" name="ab_id" value="{ab_id}">
|
|
|
|
<input type="hidden" name="sort" value="{sort}">
|
|
|
|
<input type="hidden" name="order" value="{order}">
|
|
|
|
<input type="hidden" name="filter" value="{filter}">
|
|
|
|
<input type="hidden" name="start" value="{start}">
|
|
|
|
<input type="submit" name="VCardform" value="{lang_vcard}">
|
|
|
|
</form>
|
|
|
|
</TD>
|
|
|
|
<TD align="left">
|
|
|
|
{done_link}
|
|
|
|
<input type="hidden" name="sort" value="{sort}">
|
|
|
|
<input type="hidden" name="order" value="{order}">
|
|
|
|
<input type="hidden" name="filter" value="{filter}">
|
|
|
|
<input type="hidden" name="start" value="{start}">
|
|
|
|
<input type="submit" name="Doneform" value="{lang_done}">
|
|
|
|
</form>
|
|
|
|
</TD>
|
|
|
|
</TR>
|
|
|
|
</TABLE>
|
2001-04-29 15:42:20 +02:00
|
|
|
</center>
|
2001-05-10 14:45:40 +02:00
|
|
|
<!-- END view_buttons -->
|