mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
removed no longer needed templates
This commit is contained in:
parent
e32fdcb322
commit
70bbd9c71b
@ -1,16 +0,0 @@
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td align="left">
|
||||
<a href="{url}"><img src="{image}" border="0" alt="{alt}"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">{about_addressbook}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">{appear} {agent} {version} {on} {platform}.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><hr></td>
|
||||
</tr>
|
||||
</table>
|
@ -1,19 +0,0 @@
|
||||
|
||||
<!-- BEGIN add -->
|
||||
<!--<table border="0" cellPadding="0" cellSpacing="0" width="77%">-->
|
||||
<tr>
|
||||
<td width="10%">
|
||||
<input type="submit" name="save" value="{lang_save}">
|
||||
</td>
|
||||
<td width="10%">
|
||||
<input type="submit" name="apply" value="{lang_apply}">
|
||||
</td>
|
||||
</form>
|
||||
<form action="{cancel_url}" method="post">
|
||||
<td colspan="3">
|
||||
<input type="submit" name="cancel" value="{lang_cancel}">
|
||||
</td>
|
||||
</form>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- END add -->
|
@ -1,16 +0,0 @@
|
||||
<!-- BEGIN admin.tpl -->
|
||||
<p><b>{lang_admin}:</b><hr><p>
|
||||
<form method="POST" action="{action_url}">
|
||||
<table border="0" align="center" cellspacing="1" cellpadding="1">
|
||||
<tr bgcolor="#EEEEEE">
|
||||
<td colspan="3">
|
||||
{lang_countrylist}
|
||||
<input type="checkbox" name="usecountrylist"{countrylist}></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5" align="center">
|
||||
<input type="submit" name="submit" value="{lang_submit}">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
@ -1,10 +0,0 @@
|
||||
<br>
|
||||
<center>{lang_sure}</center>
|
||||
<br>
|
||||
<center>
|
||||
<form action="{yes_link}" method="POST">
|
||||
<input type="submit" name="yes" value="{lang_yes}">
|
||||
<input type="submit" name="no" value="{lang_no}">
|
||||
<input type="hidden" name="select" value="{select}">
|
||||
</form>
|
||||
</center>
|
@ -1,16 +0,0 @@
|
||||
<!-- BEGIN form -->
|
||||
<center>
|
||||
<table border="0" with="65%">
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
{messages}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">{no}</td>
|
||||
<td align="center">{yes}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<!-- END form -->
|
||||
|
@ -1,26 +0,0 @@
|
||||
|
||||
<!-- BEGIN edit -->
|
||||
<input type="hidden" name="entry[ab_id]" value="{ab_id}">
|
||||
<input type="hidden" name="entry[tid]" value="{tid}">
|
||||
<input type="hidden" name="entry[referer]" value="{referer}">
|
||||
<!-- <table border="0" cellPadding="1" cellSpacing="1" width="95%" align="center">-->
|
||||
<tr valign="top">
|
||||
<td align="left" width="10%">
|
||||
<input type="submit" name="save" value="{lang_save}">
|
||||
</td>
|
||||
<td align="left" width="10%">
|
||||
<input type="submit" name="apply" value="{lang_apply}"></form>
|
||||
</td>
|
||||
<td align="left" colspan="3">
|
||||
{cancel_link}
|
||||
<input type="submit" name="cancel" value="{lang_cancel}"></form>
|
||||
</td>
|
||||
<td align="right">
|
||||
{delete_link}
|
||||
<input type="hidden" name="entry[ab_id]" value="{ab_id}">
|
||||
{delete_button}
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- END edit -->
|
@ -1,148 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- $Id$ -->
|
||||
<overlay>
|
||||
<template id="addressbook.editphones" template="" lang="" group="0" version="">
|
||||
<grid class="editphones">
|
||||
<columns>
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<hbox span="all" class="windowheader">
|
||||
<hbox align="center">
|
||||
<description value="Edit Phonenumbers - " align="right"/>
|
||||
<description no_lang="1" id="fn"/>
|
||||
</hbox>
|
||||
</hbox>
|
||||
<description/>
|
||||
<description/>
|
||||
<description/>
|
||||
</row>
|
||||
<row>
|
||||
<description span="all" class="redItalic" id="msg"/>
|
||||
<description/>
|
||||
<description/>
|
||||
<description/>
|
||||
</row>
|
||||
<row class="th">
|
||||
<description/>
|
||||
<description value="Description"/>
|
||||
<description value="Number"/>
|
||||
<description value="pref"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<description value="home phone"/>
|
||||
<textbox size="30" id="tel_home2"/>
|
||||
<radio options="tel_home" id="tel_prefer"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<description value="business phone"/>
|
||||
<textbox size="30" id="tel_work2"/>
|
||||
<radio options="tel_work" id="tel_prefer"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<description value="mobile phone"/>
|
||||
<textbox size="30" id="tel_cell2"/>
|
||||
<radio options="tel_cell" id="tel_prefer"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<description value="fax"/>
|
||||
<textbox size="30" id="tel_fax"/>
|
||||
<radio options="tel_fax" id="tel_prefer"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<description value="car phone"/>
|
||||
<textbox size="30" id="tel_car"/>
|
||||
<radio options="tel_car" id="tel_prefer"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<description value="video phone"/>
|
||||
<textbox size="30" id="tel_video"/>
|
||||
<radio options="tel_video" id="tel_prefer"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<description value="pager"/>
|
||||
<textbox size="30" id="tel_pager"/>
|
||||
<radio options="tel_pager" id="tel_prefer"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<description value="voice phone"/>
|
||||
<textbox size="30" id="tel_voice"/>
|
||||
<radio options="tel_voice" id="tel_prefer"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<description value="message phone"/>
|
||||
<textbox size="30" id="tel_msg"/>
|
||||
<radio options="tel_msg" id="tel_prefer"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<description value="bbs phone"/>
|
||||
<textbox size="30" id="tel_bbs"/>
|
||||
<radio options="tel_bbs" id="tel_prefer"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<description value="modem phone"/>
|
||||
<textbox size="30" id="tel_modem"/>
|
||||
<radio options="tel_modem" id="tel_prefer"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<description value="isdn phone"/>
|
||||
<textbox size="30" id="tel_isdn"/>
|
||||
<radio options="tel_isdn" id="tel_prefer"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<description value=" Other Phone"/>
|
||||
<textbox size="30" id="ophone"/>
|
||||
<radio options="ophone" id="tel_prefer"/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<description/>
|
||||
<description/>
|
||||
<description/>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
<hbox span="3">
|
||||
<button label="Ok" onclick="hidephones(this.form); return false;"/>
|
||||
</hbox>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<styles>
|
||||
.editphones{
|
||||
position: fixed;
|
||||
top: 50px;
|
||||
left: 240px;
|
||||
display:none;
|
||||
border: 1px solid #000000;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.windowheader{
|
||||
background-image:url(http://solomon/egroupware/phpgwapi/templates/idots/images/appbox-header-background.png);
|
||||
background-repeat:repeat-x;
|
||||
height: 20px;
|
||||
border-spacing: 0px;
|
||||
border-collapse:collapse;
|
||||
border-bottom: #9c9c9c 1px solid;
|
||||
}
|
||||
</styles>
|
||||
</template>
|
||||
</overlay>
|
@ -1,43 +0,0 @@
|
||||
<!-- BEGIN export -->
|
||||
<center>
|
||||
<table width="90%">
|
||||
<tr bgcolor="{navbar_bg}">
|
||||
<td><b><center>{export_text}</center></b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<form enctype="multipart/form-data" action="{action_url}" method="post">
|
||||
<ol>
|
||||
<li>{lang_select}
|
||||
<select name="conv_type">
|
||||
<option value="none"><{lang_none}></option>
|
||||
{conv} </select><p></li>
|
||||
<li>{filename}:<input name="tsvfilename" value="export.txt"></li>
|
||||
<li>{lang_cat}:{cat_link}</li>
|
||||
<li><input name="download" type="checkbox" checked>{lang_export_instructions}</li>
|
||||
<li><input name="convert" type="submit" value="{download}"></li>
|
||||
</ol>
|
||||
<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="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<form action="{cancel_url}" method="post">
|
||||
<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="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<INPUT type="submit" name="Cancel" value="{lang_cancel}">
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<!-- END export -->
|
@ -1,54 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN form -->
|
||||
<center>
|
||||
<table border="0" width="80%" cellspacing="2" cellpadding="2">
|
||||
<tr>
|
||||
<td colspan="1" align="center" bgcolor="#c9c9c9"><b>{title_fields}<b/></td>
|
||||
</tr>
|
||||
</table>
|
||||
{message}
|
||||
<table border="0" width="80%" cellspacing="2" cellpadding="2">
|
||||
<form name="form" action="{actionurl}" method="POST">
|
||||
<tr>
|
||||
<td>{lang_name}:</td>
|
||||
<td><input name="field_name" size="50" value="{field_name}"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- BEGIN add -->
|
||||
<table width="50%" border="0" cellspacing="2" cellpadding="2">
|
||||
<tr valign="bottom">
|
||||
<td height="50" align="center">
|
||||
{hidden_vars}
|
||||
<input type="submit" name="submit" value="{lang_add}"></td>
|
||||
<td height="50" align="center">
|
||||
<input type="reset" name="reset" value="{lang_reset}"></form></td>
|
||||
<td height="50" align="center">
|
||||
<form method="POST" action="{doneurl}">
|
||||
{hidden_vars}
|
||||
<input type="submit" name="done" value="{lang_done}"></form></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</center>
|
||||
<!-- END add -->
|
||||
|
||||
<!-- BEGIN edit -->
|
||||
<table width="50%" border="0" cellspacing="2" cellpadding="2">
|
||||
<tr valign="bottom">
|
||||
<td height="50" align="center">
|
||||
{hidden_vars}
|
||||
<input type="submit" name="submit" value="{lang_edit}"></form></td>
|
||||
<td height="50" align="center">
|
||||
<form method="POST" action="{deleteurl}">
|
||||
{hidden_vars}
|
||||
<input type="submit" name="delete" value="{lang_delete}"></form></td>
|
||||
<td height="50" align="center">
|
||||
<form method="POST" action="{doneurl}">
|
||||
{hidden_vars}
|
||||
<input type="submit" name="done" value="{lang_done}"></form></td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<!-- END edit -->
|
||||
<!-- END form -->
|
@ -1,282 +0,0 @@
|
||||
|
||||
<!-- BEGIN addressbook entry form -->
|
||||
<table width="95%" border="0" align="center">
|
||||
<tr bgcolor="{th_bg}">
|
||||
<td colspan="5"><font color="{th_text}" face="">{lang_personal}:</font></td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td><font size="-1">{lang_prefix}:</font></td>
|
||||
<td colspan="3">
|
||||
<font size="-1"><input type="text" size="10" name="entry[prefix]" value="{prefix}"></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td> </td>
|
||||
<td><font size="-1">{lang_firstname}:</font></td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" name="entry[firstname]" value="{firstname}"></font>
|
||||
</td>
|
||||
<td><font size="-1">{lang_middle}:</font></td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" name="entry[middle]" value="{middle}"></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td><font size="-1">{lang_lastname}:</font></td>
|
||||
<td colspan="3">
|
||||
<font size="-1"><input type="text" name="entry[lastname]" value="{lastname}"></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td> </td>
|
||||
<td><font size="-1">{lang_suffix}:</font></td>
|
||||
<td colspan="3">
|
||||
<font size="-1"><input type="text" size="10" name="entry[suffix]" value="{suffix}"></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td><font face="" size="-1">{lang_birthday}:</font></td>
|
||||
<td colspan="3"><font size="-1">{birthday}</font></td>
|
||||
</tr>
|
||||
<tr bgcolor="{th_bg}">
|
||||
<td colspan="5"><font color="{th_text}" face="">{lang_business}:</font></td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td>
|
||||
<font size="-1">{lang_title}:</font>
|
||||
</td>
|
||||
<td colspan="3">
|
||||
<font size="-1"><input type="text" name="entry[title]" value="{title}"></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td> </td>
|
||||
<td>
|
||||
<font size="-1">{lang_company}:</font>
|
||||
</td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" size="30" name="entry[company]" value="{company}"></font>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<font size="-1">{lang_url}:</font>
|
||||
<input type="text" size="30" name="entry[url]" value="{url}">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td>
|
||||
<font size="-1">{lang_email}:
|
||||
</td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" size="30" name="entry[email]" value="{email}"></font>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<font size="-1">{lang_email_type}:</font>
|
||||
<font size="-1">{email_type}</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td> </td>
|
||||
<td>
|
||||
<font size="-1">{lang_department}:</font>
|
||||
</td>
|
||||
<td colspan="3">
|
||||
<font size="-1"><input type="text" name="entry[department]" value="{department}"></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td><font face="" size="-1">{lang_bstreet}:</font></td>
|
||||
<td colspan="3">
|
||||
<font size="-1"><input type="text" size="30" name="entry[bstreet]" value="{bstreet}"></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td> </td>
|
||||
<td><font face="" size="-1">{lang_address2}:</font></td>
|
||||
<td colspan="3">
|
||||
<font size="-1"><input type="text" size="30" name="entry[address2]" value="{address2}"></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td><font face="" size="-1">{lang_address3}:</font></td>
|
||||
<td colspan="3">
|
||||
<font size="-1"><input type="text" size="30" name="entry[address3]" value="{address3}"></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td> </td>
|
||||
<td><font face="" size="-1">{lang_bcity}:</font></td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" size="30" name="entry[bcity]" value="{bcity}"></font>
|
||||
</td>
|
||||
<td colspan="2"><font size="-1">{lang_bstate}:</font>
|
||||
<font size="-1"><input type="text" name="entry[bstate]" value="{bstate}"></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td><font face="" size="-1">{lang_bzip}:</font></td>
|
||||
<td colspan="3">
|
||||
<font size="-1"><input type="text" size="10" name="entry[bzip]" value="{bzip}"></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td> </td>
|
||||
<td><font size="-1">{lang_bcountry}:</font></td>
|
||||
<td>
|
||||
<font size="-1">{bcountry}</font>
|
||||
</td>
|
||||
<td colspan="2"><font size="-1">{lang_timezone}:</font>
|
||||
<font size="-1">{timezone}</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td><font size="-1">{lang_badrtype}:</font></td>
|
||||
<td colspan="3">
|
||||
<font size="-1">{badrtype}</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td> </td>
|
||||
<td><font size="-1">{lang_wphone}:</font></td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" name="entry[wphone]" value="{wphone}"></font>{pref_work}
|
||||
</td>
|
||||
<td><font size="-1">{lang_fax}:</font></td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" name="entry[fax]" value="{fax}"></font>{pref_fax}
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td><font size="-1">{lang_pager}:</font></td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" name="entry[pager]" value="{pager}"></font>{pref_pager}
|
||||
</td>
|
||||
<td><font size="-1">{lang_mphone}:</font></td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" name="entry[mphone]" value="{mphone}"></font>{pref_cell}
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td> </td>
|
||||
<td><font size="-1">{lang_msgphone}:</font></td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" name="entry[msgphone]" value="{msgphone}"></font>{pref_msg}
|
||||
</td>
|
||||
<td><font size="-1">{lang_isdnphone}:</font></td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" name="entry[isdnphone]" value="{isdnphone}"></font>{pref_isdn}
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td><font size="-1">{lang_carphone}:</font></td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" name="entry[carphone]" value="{carphone}"></font>{pref_car}
|
||||
</td>
|
||||
<td><font size="-1">{lang_vidphone}:</font></td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" name="entry[vidphone]" value="{vidphone}"></font>{pref_video}
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td> </td>
|
||||
<td><font size="-1">{lang_label}:</font></td>
|
||||
<td colspan="3"><font size="-1">{label}</font></td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td><font size="-1">{lang_pubkey}:</font></td>
|
||||
<td colspan="3"><font size="-1">{pubkey}</font></td>
|
||||
</tr>
|
||||
<tr bgcolor="{th_bg}">
|
||||
<td colspan="5"><font color="{row_text}" face="">{lang_home}:</font></td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td>
|
||||
<font size="-1">{lang_hemail}:</font>
|
||||
</td>
|
||||
<td><font size="-1"><input type="text" size="30" name="entry[hemail]" value="{hemail}"></font></td>
|
||||
<td colspan="2"><font size="-1">{lang_hemail_type}:</font>
|
||||
<font size="-1">{hemail_type}</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td> </td>
|
||||
<td><font face="" size="-1">{lang_hstreet}:</font></td>
|
||||
<td colspan="3"><font size="-1"><input type="text" size="30" name="entry[hstreet]" value="{hstreet}"></font></td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td><font face="" size="-1">{lang_hcity}:</font></td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" size="30" name="entry[hcity]" value="{hcity}"></font>
|
||||
</td>
|
||||
<td><font size="-1">{lang_hstate}:</font></td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" name="entry[hstate]" value="{hstate}"></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td> </td>
|
||||
<td><font face="" size="-1">{lang_hzip}:</font></td>
|
||||
<td colspan="3">
|
||||
<font size="-1"><input type="text" size="10" name="entry[hzip]" value="{hzip}"></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td><font size="-1">{lang_hcountry}:</font></td>
|
||||
<td colspan="3">
|
||||
<font size="-1">{hcountry}</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td> </td>
|
||||
<td><font size="-1">{lang_hadrtype}:</font></td>
|
||||
<td colspan="3">
|
||||
<font size="-1">{hadrtype}</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td> </td>
|
||||
<td><font size="-1">{lang_hphone}:</font></td>
|
||||
<td>
|
||||
<font size="-1"><input type="text" name="entry[hphone]" value="{hphone}"></font>{pref_home}
|
||||
</td>
|
||||
<td colspan="2"><font size="-1">{lang_ophone}:</font>
|
||||
<font size="-1"><input type="text" name="entry[ophone]" value="{ophone}"></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td><font size="-1">{lang_notes}:</font></td>
|
||||
<td colspan="4"><font size="-1">{notes}</font></td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td><font size="-1">{lang_private}:</font></td>
|
||||
<td colspan="4">
|
||||
<input type="checkbox" name="entry[access]" value="True"{access_check}>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td><font size="-1">{lang_cats}:</font></td>
|
||||
<td colspan="4">{cats_link}</td>
|
||||
</tr>
|
||||
<tr bgcolor="{th_bg}">
|
||||
<td colspan="5"><font size="-1">{lang_custom}</font></td>
|
||||
</tr>
|
||||
{custom}
|
||||
<!-- BEGIN creator -->
|
||||
{create}
|
||||
<!-- END creator -->
|
||||
<!--</table>-->
|
||||
<!-- END addressbook entry form -->
|
@ -1,19 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="2">
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{company}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{department}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{street}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{zip} {city}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{country}</font></td>
|
||||
</tr>
|
||||
</table>
|
@ -1,19 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="2">
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{company}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{department}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{street}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{city}, {state} {zip}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{country}</font></td>
|
||||
</tr>
|
||||
</table>
|
@ -1,29 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{company}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_url}: {url}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{department}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_email}: {email}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{street}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_fon}: {tel}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{zip} {city}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_fax}: {fax}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{country}</font></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
@ -1,29 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="2">
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{company}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_url}: {url}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{department}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_email}: {email}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{street}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_fon}: {tel}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{city}, {state} {zip}</font></td>
|
||||
<td> </td>
|
||||
<td><font face="{font}" size="{fontsize}">{lang_fax}: {fax}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{country}</font></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
@ -1,58 +0,0 @@
|
||||
|
||||
<!-- BEGIN import -->
|
||||
<div align="center">
|
||||
<table width="90%">
|
||||
<tr bgcolor="{navbar_bg}">
|
||||
<th colspan="2"><b>{import_text}</b></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="85%">
|
||||
<tr>
|
||||
<td><form enctype="multipart/form-data" action="{action_url}" method="post">
|
||||
<ol>
|
||||
<li>{lang_import_instructions}{zip_note}</li>
|
||||
<li>{lang_exported_file}
|
||||
<input name="tsvfile" size="48" type="file" value="{tsvfilename}"><p></li>
|
||||
<li>{lang_conv_type}:
|
||||
<select name="conv_type">
|
||||
<option value="none"><{lang_none}></option>
|
||||
{conv}
|
||||
</select><p></li>
|
||||
<li>{lang_cat}:{cat_link}</li>
|
||||
<li><input name="private" type="checkbox" value="private" checked>{lang_mark_priv}</li>
|
||||
<li><input name="download" type="checkbox" value="{debug}" checked>{lang_debug}</li>
|
||||
</ol>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="8%">
|
||||
<div align="left">
|
||||
<input name="convert" type="submit" value="{download}">
|
||||
</ol>
|
||||
<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="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
</form>
|
||||
</td>
|
||||
<td width="8%">
|
||||
<form action="{cancel_url}" method="post">
|
||||
<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="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="Cancel" value="{lang_cancel}">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
<td width="64%"> </td>
|
||||
<td width="32"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<!-- END import -->
|
@ -1,111 +0,0 @@
|
||||
<!-- BEGIN addressbook_header -->
|
||||
<script>
|
||||
function check_all(which)
|
||||
{
|
||||
for (i=0; i<document.addr_index.elements.length; i++)
|
||||
{
|
||||
if (document.addr_index.elements[i].type == "checkbox" && document.addr_index.elements[i].name.substring(0,which.length) == which)
|
||||
{
|
||||
if (document.addr_index.elements[i].checked)
|
||||
{
|
||||
document.addr_index.elements[i].checked = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
document.addr_index.elements[i].checked = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style type="text/css">
|
||||
.letter_box,.letter_box_active {
|
||||
background-color: #D3DCE3;
|
||||
width: 25px;
|
||||
border: 1px solid #D3DCE3;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
cusror: hand;
|
||||
}
|
||||
.letter_box_active {
|
||||
font-weight: bold;
|
||||
background-color: #E8F0F0;
|
||||
}
|
||||
.letter_box_active,.letter_box:hover {
|
||||
border: 1px solid black;
|
||||
background-color: #E8F0F0;
|
||||
}
|
||||
</style>
|
||||
<div align="center">
|
||||
|
||||
<!-- Type-selection -->
|
||||
<table width="95%" border="0">
|
||||
<tr>
|
||||
<td width="33%"> </td>
|
||||
<td width="33%">{lang_showing}</td>
|
||||
<td width="33%">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<form action="{self_url}" method="post"><td>{addressbuch_type}:</td><td> {contact_type_list}</td></form>
|
||||
<td>{lang_add}: </td>{add_buttons}
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br>{searchreturn}
|
||||
{search_filter}
|
||||
|
||||
<table width="95%" border="0">
|
||||
<tr>
|
||||
{alphalinks}
|
||||
</tr>
|
||||
</table>
|
||||
<table width="95%" border="0" cellspacing="1" cellpadding="3">
|
||||
<form name="addr_index" action="{action_url}" method="POST">
|
||||
<tr class="th">{cols}
|
||||
<td width="5%" height="21"><font face="Arial, Helvetica, sans-serif" size="-1">{lang_actions}</font>
|
||||
<a href="javascript:check_all('select')"><img src="{check}" border="0" height="16" width="21" alt="{select_all}"></a></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" nowrap>{actions}</td>
|
||||
</tr>
|
||||
<!-- END row -->
|
||||
|
||||
<!-- BEGIN delete_block -->
|
||||
<tr bgcolor="{row_tr_color}"><td colspan="{column_count}"> </td>
|
||||
<td align="right"><input type="submit" name="Delete" value="{lang_delete}" onclick="return confirm('{lang_sure}');"></td>
|
||||
</tr>
|
||||
<!-- END delete_block -->
|
||||
|
||||
<!-- BEGIN addressbook_footer -->{delete_button}
|
||||
</form>
|
||||
</table>
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr class="th">
|
||||
<form action="{add_url}" method="post"><td><input type="submit" name="Add" value="{lang_add}" onclick="{add_onclick}"/></td></form>
|
||||
<form action="{vcard_url}" method="post"><td><input type="submit" name="AddVcard" value="{lang_addvcard}" /></td></form>
|
||||
<form action="{import_url}" method="post"><td><input type="submit" name="Import" value="{lang_import}" /></td></form>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr bgcolor="{th_bg}">
|
||||
|
||||
<form action="{import_alt_url}" method="post"><td><input type="submit" name="Import" value="{lang_import_alt}" /></td></form>
|
||||
<form action="{export_url}" method="post"><td><input type="submit" name="Export" value="{lang_export}" /></td></form>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<!-- END addressbook_footer -->
|
||||
|
||||
<!-- BEGIN addressbook_alpha -->
|
||||
<td class="{charclass}" onclick="location.href='{charlink}';">{char}</td>
|
||||
<!-- END addressbook_alpha -->
|
@ -1,7 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="2">
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{company} ° {street} ° {zip} {city}{county}</font></td>
|
||||
</tr>
|
||||
</table>
|
@ -1,7 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="2">
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{company} ° {street} ° {city}, {state} {zip}{country}</font></td>
|
||||
</tr>
|
||||
</table>
|
@ -1,52 +0,0 @@
|
||||
<center>
|
||||
<table border="0" cellspacing="2" cellpadding="2">
|
||||
<tr>
|
||||
<td colspan="6" align="center" bgcolor="#c9c9c9"><b>{title_fields}<b/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="6" align=left>
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
{left}
|
||||
<td align="center">{lang_showing}</td>
|
||||
{right}
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align=right>
|
||||
<form method="post" action="{actionurl}">
|
||||
<input type="text" name="query"> <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>
|
||||
</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}</a></td>
|
||||
</tr>
|
||||
<!-- END field_list -->
|
||||
|
||||
<!-- BEGIN add -->
|
||||
<tr valign="bottom">
|
||||
<td>
|
||||
<form method="POST" action="{add_action}">
|
||||
<input type="submit" name="add" value="{lang_add}"></form>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="bottom">
|
||||
<td>
|
||||
<form method="POST" action="{doneurl}">
|
||||
<input type="submit" name="done" value="{lang_done}"></form>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END add -->
|
||||
|
||||
</table>
|
||||
</center>
|
@ -1,144 +0,0 @@
|
||||
<!-- BEGIN preferences.tpl -->
|
||||
<br>
|
||||
<form method="POST" action="{action_url}">
|
||||
<table border="0" align="center" cellspacing="1" cellpadding="1" width="98%">
|
||||
<tr class="th">
|
||||
<td colspan="6" align="center">{lang_fields}:</font></td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td colspan="6">{lang_personal}:</font></td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td><input type="checkbox" name="prefs[fn]"{fn_checked}>{fn}</option></td>
|
||||
<td><input type="checkbox" name="prefs[n_given]"{n_given_checked}>{n_given}</option></td>
|
||||
<td><input type="checkbox" name="prefs[n_family]"{n_family_checked}>{n_family}</option></td>
|
||||
<td><input type="checkbox" name="prefs[n_middle]"{n_middle_checked}>{n_middle}</option></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td><input type="checkbox" name="prefs[n_prefix]"{n_prefix_checked}>{n_prefix}</option></td>
|
||||
<td><input type="checkbox" name="prefs[n_suffix]"{n_suffix_checked}>{n_suffix}</option></td>
|
||||
<td><input type="checkbox" name="prefs[bday]"{bday_checked}>{bday}</option></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td colspan="6">{lang_business}:</font></td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td><input type="checkbox" name="prefs[org_name]"{org_name_checked}>{org_name}</option></td>
|
||||
<td><input type="checkbox" name="prefs[org_unit]"{org_unit_checked}>{org_unit}</option></td>
|
||||
<td><input type="checkbox" name="prefs[title]"{title_checked}>{title}</option></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td><input type="checkbox" name="prefs[adr_one_street]"{adr_one_street_checked}>{adr_one_street}</option></td>
|
||||
<td><input type="checkbox" name="prefs[address2]"{address2_checked}>{address2}</option></td>
|
||||
<td><input type="checkbox" name="prefs[address3]"{address3_checked}>{address3}</option></td>
|
||||
<td><input type="checkbox" name="prefs[adr_one_locality]"{adr_one_locality_checked}>{adr_one_locality}</option></td>
|
||||
<td><input type="checkbox" name="prefs[adr_one_region]"{adr_one_region_checked}>{adr_one_region}</option></td>
|
||||
<td><input type="checkbox" name="prefs[adr_one_postalcode]"{adr_one_postalcode_checked}>{adr_one_postalcode}</option></td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td><input type="checkbox" name="prefs[adr_one_countryname]"{adr_one_countryname_checked}>{adr_one_countryname}</option></td>
|
||||
<td><input type="checkbox" name="prefs[adr_two_type]"{adr_one_type_checked}>{adr_one_type}</option></td>
|
||||
<td><input type="checkbox" name="prefs[tel_work]"{tel_work_checked}>{tel_work}</option></td>
|
||||
<td><input type="checkbox" name="prefs[email]"{email_checked}>{email}</option></td>
|
||||
<td colspan="2"><input type="checkbox" name="prefs[email_type]"{email_type_checked}>{email_type}</option></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td colspan="6">{lang_home}:</font></td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td><input type="checkbox" name="prefs[adr_two_street]"{adr_two_street_checked}>{adr_two_street}</option></td>
|
||||
<td><input type="checkbox" name="prefs[adr_two_locality]"{adr_two_locality_checked}>{adr_two_locality}</option></td>
|
||||
<td><input type="checkbox" name="prefs[adr_two_region]"{adr_two_region_checked}>{adr_two_region}</option></td>
|
||||
<td><input type="checkbox" name="prefs[adr_two_postalcode]"{adr_two_postalcode_checked}>{adr_two_postalcode}</option></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td><input type="checkbox" name="prefs[adr_two_countryname]"{adr_two_countryname_checked}>{adr_two_countryname}</option></td>
|
||||
<td><input type="checkbox" name="prefs[adr_two_type]"{adr_two_type_checked}>{adr_two_type}</option></td>
|
||||
<td><input type="checkbox" name="prefs[tel_home]"{tel_home_checked}>{tel_home}</option></td>
|
||||
<td><input type="checkbox" name="prefs[email_home]"{email_home_checked}>{email_home}</option></td>
|
||||
<td colspan="2"><input type="checkbox" name="prefs[email_home_type]"{email_home_type_checked}>{email_home_type}</option></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td colspan="6">{lang_phones}:</font></td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td><input type="checkbox" name="prefs[tel_voice]"{tel_voice_checked}>{tel_voice}</option></td>
|
||||
<td><input type="checkbox" name="prefs[tel_fax]"{tel_fax_checked}>{tel_fax}</option></td>
|
||||
<td><input type="checkbox" name="prefs[tel_msg]"{tel_msg_checked}>{tel_msg}</option></td>
|
||||
<td><input type="checkbox" name="prefs[tel_cell]"{tel_cell_checked}>{tel_cell}</option></td>
|
||||
<td><input type="checkbox" name="prefs[tel_pager]"{tel_pager_checked}>{tel_pager}</option></td>
|
||||
<td><input type="checkbox" name="prefs[tel_bbs]"{tel_bbs_checked}>{tel_bbs}</option></td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td><input type="checkbox" name="prefs[tel_modem]"{tel_modem_checked}>{tel_modem}</option></td>
|
||||
<td><input type="checkbox" name="prefs[tel_car]"{tel_car_checked}>{tel_car}</option></td>
|
||||
<td><input type="checkbox" name="prefs[tel_isdn]"{tel_isdn_checked}>{tel_isdn}</option></td>
|
||||
<td><input type="checkbox" name="prefs[tel_video]"{tel_video_checked}>{tel_video}</option></td>
|
||||
<td><input type="checkbox" name="prefs[ophone]"{ophone_checked}>{ophone}</option></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td colspan="6">{lang_other}:</font></td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td><input type="checkbox" name="prefs[geo]"{geo_checked}>{geo}</option></td>
|
||||
<td><input type="checkbox" name="prefs[url]"{url_checked}>{url}</option></td>
|
||||
<td><input type="checkbox" name="prefs[tz]"{tz_checked}>{tz}</option></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
{custom_fields}
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr class="th">
|
||||
<td colspan="6" align="center">{lang_otherprefs}:</font></td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td>{lang_default_filter}</td>
|
||||
<td>{filter_select}</td>
|
||||
<td colspan="3">
|
||||
<input type="checkbox" name="other[mainscreen_showbirthdays]"{show_birthday}>
|
||||
{lang_showbirthday}
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td>{lang_defaultcat}</td>
|
||||
<td>{cat_select}</td>
|
||||
<td colspan="3">
|
||||
<input type="checkbox" name="other[autosave_category]"{autosave}>
|
||||
{lang_autosave}
|
||||
</td>
|
||||
</tr>
|
||||
<tr height="40">
|
||||
<td colspan="6">
|
||||
<input type="submit" name="save" value="{lang_save}">
|
||||
<input type="submit" name="apply" value="{lang_apply}">
|
||||
<input type="submit" name="cancel" value="{lang_cancel}">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
@ -1,11 +0,0 @@
|
||||
|
||||
<!-- vcardin form -->
|
||||
{vcard_header}
|
||||
<form ENCTYPE="multipart/form-data" method="POST" action="{action_url}">
|
||||
<table border=0>
|
||||
<tr>
|
||||
<td>Vcard: <input type="file" name="uploadedfile"></td>
|
||||
<td><input type="submit" name="action" value="{lang_load_vcard}"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
@ -1,33 +0,0 @@
|
||||
<!-- BEGIN view_header -->
|
||||
<br>
|
||||
<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 -->
|
||||
{cols}
|
||||
<!-- BEGIN view_footer -->
|
||||
</table>
|
||||
<!-- END view_footer -->
|
||||
<!-- BEGIN view_buttons -->
|
||||
<center>
|
||||
<table border="0" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
{edit_button}
|
||||
</td>
|
||||
<td>
|
||||
{copy_button}
|
||||
</td>
|
||||
<td>
|
||||
{vcard_button}
|
||||
</td>
|
||||
<td>
|
||||
{done_button}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<!-- END view_buttons -->
|
Loading…
Reference in New Issue
Block a user