phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgroupware/addbook/templates/default add_org.t


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware/addbook/templates/default add_org.tpl,NONE,1.1 add_person.tpl,NONE,1.1 addbook_nextmatchs.tpl,NONE,1.1 already_contacts.tpl,NONE,1.1 confirm.tpl,NONE,1.1 edit.tpl,NONE,1.1 edit_categories.tpl,NONE,1.1 index.tpl,NONE,1.1 migrate.tpl,NONE,1.1 preference_acl.tpl,NONE,1.1 preference_acl_row.tpl,NONE,1.1 preference_colspan.tpl,NONE,1.1 preferences.tpl,NONE,1.1 show.tpl,NONE,1.1
Date: Mon, 06 May 2002 11:55:13 -0400

Update of /cvsroot/phpgroupware/phpgroupware/addbook/templates/default
In directory subversions:/tmp/cvs-serv19907

Added Files:
        add_org.tpl add_person.tpl addbook_nextmatchs.tpl 
        already_contacts.tpl confirm.tpl edit.tpl edit_categories.tpl 
        index.tpl migrate.tpl preference_acl.tpl 
        preference_acl_row.tpl preference_colspan.tpl preferences.tpl 
        show.tpl 
Log Message:
initial import of address@hidden's new addressbook

--- NEW FILE ---
<form name="add_org_form" action="{action_url}" method="post"> 
<table width="75%" border="0" align="center" cellspacing="0">
  <tr bgcolor="{th_bg}"> 
    <td colspan="4"><font color="{th_text}" face="arial, 
helvetica">{lang_add_organization}:</font></td>
  </tr>
  <tr bgcolor="{row_on}"> 
    <td width="20%"> <font color="{row_text}" face="arial, helvetica" 
size="-1"> 
      {lang_company}: </font> </td>
    <td width="20%"> <font size="-1"> 
      <input size="30" name="org[name]" value="{name}">
      </font> </td>
    <td rowspan="4" width="11%" valign="top"><font size="-1" face="Arial, 
Helvetica, sans-serif">{lang_notes}:</font></td>
    <td rowspan="4" width="49%">
      <textarea name="org[notes]" cols="40" rows="6">{notes}</textarea>
    </td>
  </tr>
  <tr bgcolor="{row_off}"> 
    <td width="20%"><font size="-1" color="{th_text}" face="arial, 
helvetica">{lang_belongs_to}:</font></td>
    <td width="20%">{organizations}</td>
  </tr>
  <tr bgcolor="{row_on}"> 
    <td width="20%"><font color="{row_text}" face="arial, helvetica" 
size="-1">{lang_street}:</font></td>
    <td width="20%"> <font size="-1"> 
      <input size="30" name="org[street]" value="{street}">
      </font> </td>
  </tr>
  <tr bgcolor="{row_off}"> 
    <td width="20%"><font color="{row_text}" face="arial, helvetica" 
size="-1">{lang_po_box}:</font></td>
    <td width="20%"><font size="-1"> 
      <input size="20" name="org[po_box]" value="{po_box}">
      </font> <font size="-1"> </font> </td>
  </tr>
  <tr bgcolor="{row_on}"> 
    <td width="20%"><font color="{row_text}" face="arial, helvetica" 
size="-1">{lang_postal_code}:</font></td>
    <td colspan="3"><font size="-1"> 
      <input size="30" name="org[postal_code]" value="{postal_code}">
      </font> <font size="-1"> </font> </td>
  </tr>
  <tr bgcolor="{row_off}"> 
    <td width="20%"> <font color="{row_text}" face="arial, helvetica" 
size="-1"> 
      {lang_city}: </font> </td>
    <td colspan="3"> <font size="-1"> 
      <input size="30" name="org[city]" value="{city}">
      </font> </td>
  </tr>
  <tr bgcolor="{row_on}"> 
    <td width="20%"> <font color="{row_text}" face="arial, helvetica" 
size="-1"> 
      {lang_state}: </font> </td>
    <td colspan="3"> <font size="-1"> 
      <input size="30" name="org[state]" value="{state}">
      </font> </td>
  </tr>
  <tr bgcolor="{row_off}"> 
    <td width="20%"> <font color="{row_text}" face="arial, helvetica" 
size="-1"> 
      {lang_country}: </font> </td>
    <td colspan="3"> <font size="-1"> {country} </font> </td>
  </tr>
  <tr bgcolor="{th_bg}"> 
    <td colspan="4">&nbsp;</td>
  </tr>
  <tr bgcolor="{row_off}"> 
    <td width="20%"><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_phone}:</font></td>
    <td width="20%"> 
      <input size="30" name="org[phone]" value="{phone}">
    </td>
    <td colspan="2"> <font size="-1"> <font face="Arial, Helvetica, 
sans-serif"> 
      <input type="radio" name="org[pref]" value="phone" {phone_checked}>
      <font size="-2"> pref</font></font> </font></td>
  </tr>
  <tr bgcolor="{row_on}"> 
    <td width="20%"><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_fax}</font>: 
    </td>
    <td width="20%"> 
      <input size="30" name="org[fax]" value="{fax}">
    </td>
    <td colspan="2"> 
      <input type="radio" name="org[pref]" value="fax" {fax_checked}>
      <font face="Arial, Helvetica, sans-serif" size="-1"> <font size="-2">pref 
      </font></font></td>
  </tr>
  <tr bgcolor="{row_off}"> 
    <td width="20%"><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_email}:</font></td>
    <td width="20%"> 
      <input size="30" name="org[email]" value="{email}" {email_checked}>
    </td>
    <td colspan="2"> <font size="-2"> <font face="Arial, Helvetica, 
sans-serif"> 
      <input type="radio" name="org[pref]" value="email">
      pref </font></font></td>
  </tr>
  <tr bgcolor="{row_on}"> 
    <td width="20%"><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_www}:</font></td>
    <td width="20%"> 
      <input size="30" name="org[www]" value="{www}">
    </td>
    <td colspan="2"> 
      <input type="radio" name="org[pref]" value="www" {www_checked}>
      <font face="Arial, Helvetica, sans-serif" size="-2">pref </font></td>
  </tr>
  <tr bgcolor="{th_bg}"> 
    <td colspan="4"><font color="{th_text}" face="arial, 
helvetica">{lang_head_contact}:</font></td>
  </tr>
  <tr bgcolor="{row_on}"> 
    <td colspan ="4"> 
      <table width="100%" cellspacing="0" cellpadding="2">
        <tr bgcolor="#ffffff"> 
          <td width='40%'><font face="arial, helvetica" 
size="-2">{lang_contact}</font></td>
          <td align='left'> 
            <div align="center"><font face="arial, helvetica" 
size="-2">{lang_category}</font></div>
          </td>
          <td width='15%' align='center'><font face="arial, helvetica" 
size="-2">{lang_delete}</font></td>
        </tr>
        <tr bgcolor="{row_on}"> 
          <td colspan='3'> {already_contacts} </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr bgcolor="{row_on}"> 
    <td colspan='4' align='right'> 
      <input type=submit name ='delete_contact' value='{lang_delete}'>
    </td>
  </tr>
  <tr bgcolor="{row_on}"> 
    <td width="20%"><font color="{row_text}" face="arial, helvetica" 
size="-1">{lang_contact}:</font></td>
    <td width="20%"><font color="{row_text}" face="arial, helvetica" size="-1"> 
      <input size="30" type="text" name="org[contact]" value="{contact}">
      </font> </td>
    <td colspan="4"><font color="{row_text}" face="arial, helvetica" 
size="-1">{lang_category}:</font> 
      <font size="-1">{contact_cat}</font> 
      <input type="submit" name="add_contact" value="{lang_add_contact}">
    </td>
  </tr>
  <tr bgcolor="{th_bg}"> 
    <td colspan="7">&nbsp;</td>
  </tr>
  <tr bgcolor="{row_on}"> 
    <td width="20%"><font color="{row_text}" face="arial, helvetica" 
size="-1">{lang_category}:</font></td>
    <td colspan="7"> 
      <select name="org[category]">
        <option value="">{lang_select}</option>
                        {box_categories}
                
      </select>
    </td>
  </tr>
  <tr bgcolor="{row_off}"> 
    <td width="20%"><font color="{row_text}" face="arial, helvetica" 
size="-1">{lang_private}:</font></td>
    <td colspan="7"> 
      <input type="checkbox" name="org[access]" {private}>
    </td>
  </tr>
  <tr> 
    <td colspan="7">&nbsp;</td>
  </tr>
  <tr bgcolor="{th_bg}"> 
    <td width="20%"> 
      <input type="hidden" name="mode" value="{mode}">
      <input type="submit" name="cancel" value="{lang_cancel}">
    </td>
    {buttons} </tr>
    <td width="20%"></form>
  
</table>

--- NEW FILE ---
<form name="add_person_form" action="{action_url}" method="post">
  <table width="85%" border="0" align="center" cellspacing="0" cellpadding="4">
    <tr bgcolor="{th_bg}"> 
      <td colspan="6"><font color="{th_text}" 
face="">{lang_add_person}:</font></td>
    </tr>
    <tr bgcolor="{row_on}"> 
      <td width="15%" height="39"><font color="{row_text}" face="Arial, 
Helvetica, sans-serif" size="-1">{lang_title}:</font></td>
      <td colspan="5" height="39"> <font size="-1"> 
        <input size="10" name="person[title]" value="{title}">
        </font> </td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td width="15%"><font color="{row_text}" face="Arial, Helvetica, 
sans-serif" size="-1">{lang_firstname}:</font></td>
      <td> <font size="-1"> 
        <input name="person[first_name]" value="{first_name}">
        </font> 
      <td><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_notes}:</font>
      <td colspan="2" rowspan="4">
        <textarea name="person[notes]" cols="50" rows="6">{notes}</textarea>
      
      <td>&nbsp;
    </tr>
    <tr bgcolor="{row_on}"> 
      <td width="15%"><font color="{row_text}" face="Arial, Helvetica, 
sans-serif" size="-1">{lang_middle}:</font></td>
      <td><font size="-1"> 
        <input name="person[middle]" value="{middle}">
        </font></td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr bgcolor="{row_on}"> 
      <td width="15%"><font color="{row_text}" face="Arial, Helvetica, 
sans-serif" size="-1">{lang_lastname}:</font></td>
      <td> <font size="-1"> 
        <input name="person[last_name]" value="{last_name}">
        </font> </td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td width="15%"><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_birthday}:</font></td>
      <td><font size="-1">{sbox_day}</font> <font size="-1">{sbox_month}</font> 
        <font size="-1">{sbox_year}</font> 
      <td>&nbsp;
      <td>&nbsp;
    </tr>
    <tr bgcolor="{row_on}"> 
      <td width="15%"><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_gender}</font></td>
      <td colspan="5"> 
        <input type="radio" name="person[gender]" value="female" 
{female_checked}>
        <font face="" size="-1">{lang_female} 
        <input type="radio" name="person[gender]" value="male" {male_checked}>
        <font face="" size="-1">{lang_male}</font></font></td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td width="15%"><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_street}:</font></td>
      <td colspan="5"> <font size="-1"> 
        <input size="30" name="person[street]" value="{street}">
        </font> </td>
    </tr>
    <tr bgcolor="{row_on}"> 
      <td width="15%"><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_po_box}:</font></td>
      <td colspan="5"> <font size="-1"> 
        <input size="30" name="person[po_box]" value="{po_box}">
        </font> </td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td width="15%"><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_postal_code}:</font></td>
      <td colspan="5"> <font size="-1"> 
        <input size="30" name="person[postal_code]" value="{postal_code}">
        </font> </td>
    </tr>
    <tr bgcolor="{row_on}"> 
      <td width="15%"><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_city}:</font></td>
      <td colspan="5"> <font size="-1"> 
        <input size="30" name="person[city]" value="{city}">
        </font> </td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td width="15%"><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_state}:</font></td>
      <td colspan="5"> <font size="-1"> 
        <input size="10" name="person[state]" value="{state}">
        </font> </td>
    </tr>
    <tr bgcolor="{row_on}"> 
      <td width="15%"><font color="{row_text}" face="Arial, Helvetica, 
sans-serif" size="-1">{lang_country}:</font></td>
      <td colspan="5"> <font size="-1">{country}</font> </td>
    </tr>
    <tr bgcolor="{th_bg}"> 
      <td colspan="6"><font color="{th_text}" face="arial, 
helvetica">{lang_head_organization}:</font></td>
    </tr>
    <tr bgcolor="{row_on}"> 
      <td width="15%"><font size="-1" face="Arial, Helvetica, 
sans-serif">{lang_job}:</font></td>
      <td width="20%"><font size="-1"> 
        <input size="30" name="person[job]" value="{job}">
        </font> </td>
      <td colspan="4"> <font color="{row_text}" face="Arial, Helvetica, 
sans-serif" size="-1">{lang_organization}:</font><font 
size="-1">{organizations}</font> 
      </td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td width="15%"><font size="-1" face="Arial, Helvetica, 
sans-serif">{lang_b_phone}: 
        </font></td>
      <td width="20%"><font size="-1"> 
        <input size="30" name="person[b_phone]" value="{b_phone}">
        </font> </td>
      <td width="11%"> 
        <div align="left"> 
          <input type="radio" name="person[pref]" value="b_phone" 
{b_phone_checked}>
          <font face="Arial, Helvetica, sans-serif" size="-2">pref </font></div>
      </td>
      <td width="22%"><font color="{row_text}" face="Arial, Helvetica, 
sans-serif" size="-1">{lang_b_email}:</font><font size="-1" face="Arial, 
Helvetica, sans-serif"> 
        </font><font size="-1"> </font> <font size="-1"> </font></td>
      <td width="20%"><font size="-1"> 
        <input size="30" name="person[b_email]" value="{b_email}">
        </font></td>
      <td width="12%"> 
        <div align="left"> 
          <input type="radio" name="person[pref]" value="b_email" 
{b_email_checked}>
          <font face="Arial, Helvetica, sans-serif" size="-2">pref</font> </div>
      </td>
    </tr>
    <tr bgcolor="{row_on}"> 
      <td width="15%"><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_p_phone}:</font></td>
      <td width="20%"><font size="-1"> 
        <input size="30" name="person[p_phone]" value="{p_phone}">
        </font> </td>
      <td width="11%"> 
        <div align="left"> 
          <input type="radio" name="person[pref]" value="p_phone" 
{p_phone_checked}>
          <font face="Arial, Helvetica, sans-serif" size="-2">pref</font></div>
      </td>
      <td width="22%"><font color="{row_text}" face="Arial, Helvetica, 
sans-serif" size="-1">{lang_p_email}:</font><font size="-1"> 
        </font> </td>
      <td width="20%"><font size="-1"> 
        <input size="30" name="person[p_email]" value="{p_email}">
        </font></td>
      <td width="12%"> 
        <input type="radio" name="person[pref]" value="p_email" 
{p_email_checked}>
        <font face="Arial, Helvetica, sans-serif" size="-2">pref</font> </td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td width="15%"><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_mobile}</font></td>
      <td width="20%"><font size="-1"> 
        <input size="30" name="person[mobile]" value="{mobile}">
        </font> </td>
      <td width="11%"> 
        <div align="left"> 
          <input type="radio" name="person[pref]" value="mobile" 
{mobile_checked}>
          <font face="Arial, Helvetica, sans-serif" size="-2">pref</font></div>
      </td>
      <td width="22%"><font color="{row_text}" face="Arial, Helvetica, 
sans-serif" size="-1">{lang_fax}:</font><font size="-1"> 
        </font> </td>
      <td width="20%"><font size="-1"> 
        <input size="30" name="person[fax]" value="{fax}">
        </font></td>
      <td width="12%"> 
        <input type="radio" name="person[pref]" value="fax" {fax_checked}>
        <font face="Arial, Helvetica, sans-serif" size="-2">pref</font> </td>
    </tr>
    <tr bgcolor="{th_bg}"> 
      <td colspan="6"><font color="{th_text}" face="arial, 
helvetica">{lang_head_contact}:</font></td>
    </tr>
    <tr bgcolor="{row_on}"> 
      <td colspan ="6" height="53"> 
        <table width="100%" cellspacing="0" cellpadding="2">
          <tr bgcolor="#ffffff"> 
            <td width='40%'><font face="arial, helvetica" 
size="-2">{lang_contact}</font></td>
            <td align='left'> 
              <div align="center"><font face="arial, helvetica" 
size="-2">{lang_category}</font></div>
            </td>
            <td width='15%' align='center'><font face="arial, helvetica" 
size="-2">{lang_delete}</font></td>
          </tr>
          <tr> 
            <td colspan='3'> {already_contacts} </td>
          </tr>
        </table>
      </td>
    </tr>
    <tr bgcolor="{row_on}"> 
      <td colspan='6' align='right'> 
        <input type=submit name ='delete_contact' value='{lang_delete}'>
      </td>
    </tr>
    <tr bgcolor="{row_on}"> 
      <td colspan="6"> 
        <table width="100%" border="0">
          <tr> 
            <td width="13%"><font color="{row_text}" face="arial, helvetica" 
size="-1">{lang_contact}:</font></td>
            <td width="21%"><font color="{row_text}" face="arial, helvetica" 
size="-1"> 
              <input size="30" type="text" name="person[contact]" 
value="{contact}">
              </font></td>
            <td width="66%"><font color="{row_text}" face="arial, helvetica" 
size="-1">{lang_category}:</font> 
              <font size="-1">{contact_cat}</font> 
              <input type="submit" name="add_contact" 
value="{lang_add_contact}">
            </td>
          </tr>
        </table>
        <font color="{row_text}" face="arial, helvetica" size="-1"> </font> 
</td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td colspan="6">&nbsp; </td>
    </tr>
    <tr bgcolor="{row_on}"> 
      <td width="15%"><font color="{row_text}" face="arial, helvetica" 
size="-1">{lang_category}:</font></td>
      <td colspan="5"> 
        <select name="person[category]">
          <option value="">{lang_select}</option>
                        {box_categories}
                
        </select>
      </td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td width="15%"><font color="{row_text}" face="arial, helvetica" 
size="-1">{lang_private}:</font></td>
      <td colspan="5"> 
        <input type="checkbox" name="person[access]" {private}>
      </td>
    </tr>
    <tr> 
      <td colspan="6">&nbsp; </td>
    </tr>
    <tr bgcolor="{th_bg}"> 
      <td width="15%" align='left'> 
        <input type="submit" name="cancel" value="{lang_cancel}">
        <input type="hidden" name="mode" value="{mode}">
      </td>
      {buttons} </tr>
    <td width="15%"> 
    <td width="20%"> 
  </table>
</form>

--- NEW FILE ---
<!-- BEGIN nextmatchs -->
 <table width="{table_width}" border="0" bgcolor="{th_bg}" cellspacing="0" 
cellpadding="0" cols="5">
  <tr>   {left}
   <td align="center" bgcolor="{th_bg}" valign="top" 
width="92%">{cats_search_filter_data}</td>   {right}
  </tr>
 </table>

<br>

<!-- END nextmatchs -->


<!-- BEGIN filter -->
       <td>
{select}
        <noscript>
         <input type="submit" value="{lang_filter}">
        </noscript>
       </td>
<!-- END filter -->


<!-- BEGIN form -->
<form method="POST" action="{action}" name="{form_name}">
<td width="2%" align="{align}" valign="top">
        {hidden}
        <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
        <tr>
                <td align="{align}">
                        <input type="image" src="{img}" border="{border}" 
alt="{label}" width="12" height="12" name="start" value="{start}">
                </td>
        </tr>
        </table>
</td>
</form>
<!-- END form -->


<!-- BEGIN icon -->
<td width="2%" align="{align}">&nbsp;{_link}</td>
<!-- END icon -->


<!-- BEGIN link -->
<td width="2%" align="{align}" valign="top">
        <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
        <tr>
                <td align="{align}">
                        <img src="{img}" border="{border}" width="12" 
height="12" alt="{label}">
                </td>
        </tr>
        </table>
</td>
<!-- END link -->


<!-- BEGIN search -->
       <td>
        <input type="text" name="query" 
value="{query_value}">&nbsp;{searchby}<input type="submit" name="Search" 
value="{lang_search}">
       </td>
<!-- END search -->

<!-- BEGIN cats -->
       <td>
        {lang_category}&nbsp;&nbsp;<select name="{cat_field}" 
onChange="this.form.submit();">
         <option value="0">{lang_all}</option>
         {categories}
        </select>
        <noscript><input type="submit" name="cats" 
value="{lang_select}"></noscript>
       </td>
<!-- END cats -->

<!-- BEGIN search_filter -->
    <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
     <form method="POST" action="{form_action}" name="filter">
      <input type="hidden" name="{filter}" value="{filter_value}">
      <input type="hidden" name="{qfield}" value="{qfield_value}">
      <input type="hidden" name="{start}" value="{start_value}">
      <input type="hidden" name="{order}" value="{order_value}">
      <input type="hidden" name="{sort}" value="{sort_value}">
      <input type="hidden" name="{query}" value="{query_value}">
      <tr>{search}<td>&nbsp;</td>{filter}
      </tr>
     </form>
    </table>
<!-- END search_filter -->

<!-- BEGIN cats_search_filter -->
    <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
     <form method="POST" action="{form_action}" name="filter">
      <input type="hidden" name="{filter}" value="{filter_value}">
      <input type="hidden" name="{qfield}" value="{qfield_value}">
      <input type="hidden" name="{start}" value="{start_value}">
      <input type="hidden" name="{order}" value="{order_value}">
      <input type="hidden" name="{sort}" value="{sort_value}">
      <input type="hidden" name="{query}" value="{query_value}">
      <tr>{cats}<td>&nbsp;</td>{search}<td>&nbsp;&nbsp;</td>{filter}
      </tr>
     </form>
    </table>
<!-- END cats_search_filter -->

--- NEW FILE ---
<!-- Begin already_contacts -->
<table width="70%" border="0" cellspacing="0" cellpadding="2">
<tr bgcolor='#ffffff'>
    <td colspan='2'>&nbsp;<td width='25%'><font face="arial, helvetica" 
size="-1">{lang_contact}</font></td>
    <td width='40' align='center'><font face="arial, helvetica" 
size="-1">{lang_category}</font></td>
    <td width='10' align='center'><font face="arial, helvetica" 
size="-1">{lang_work}</font></td>
    <td width='10' align='center'><font face="arial, helvetica" 
size="-1">{lang_preferred}</font></td>
    <td>&nbsp;</td>
</tr>
<form name='update_form' method='post' action='{action_url}'>
    {already_contacts}
   <tr>
        <td colspan='2'>
        <input type=submit name ='update' value='{lang_update)'>
        <input type="hidden" name='action' value='{action}'>
        </td>
    </tr>
</form>
</table>
<!-- End already_contacts -->

--- NEW FILE ---
<table width='100%' border='0'>
        <tr>
                <td align='center'>{lang_confirm}</td>
        </tr>
        <tr>
                <td align='center'>
                        <table width='300' border='0'>
                                <tr>
                                        <form name='cancel' method='post' 
action='javascript: history.back()'>
                                                <td align='center'><input 
type=submit value='{lang_no}'></td>
                                        </form> 
                                        <form name='ok' method='post' 
action='{action_url}'>
                                                <td align='center'><input 
type=submit value='{lang_yes}'></td>
                                        </form> 
                                </tr>
                        </table>
                </td>
        </tr>
</table>

--- NEW FILE ---
<form name="form1" method="post" action="{action_url}">
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">title</font></div>
      </td>
      <td colspan="3"> 
        <input type="text" name="title" value="{title}">
      </td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp; </td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">first_name</font></div>
      </td>
      <td colspan="3"> 
        <input type="text" name="first_name" value="{first_name}">
      </td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">middle_name</font></div>
      </td>
      <td colspan="3"> 
        <input type="text" name="middle_name" value="{middle_name}">
      </td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">last_name 
          </font></div>
      </td>
      <td colspan="3"> 
        <input type="text" name="last_name" value="{last_name}">
      </td>
      <td width="28"> 
        <div align="right"></div>
      </td>
      <td width="365">&nbsp; </td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp; </td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp; </td>
    </tr>
    <tr> 
      <td width="85" height="29"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">initials</font></div>
      </td>
      <td height="29" colspan="3"> 
        <input type="text" name="initials" value="{initials}">
      </td>
      <td width="28" height="29">&nbsp;</td>
      <td width="365" height="29">&nbsp; </td>
      <td width="155" height="29">&nbsp;</td>
      <td width="154" height="29">&nbsp;</td>
      <td width="105" height="29">&nbsp;</td>
      <td width="161" height="29">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">birtday</font></div>
      </td>
      <td width="83"> 
        {sbox_day}
      </td>
      <td width="56"> 
        {sbox_month}
      </td>
      <td width="67"> 
        {sbox_year}
      </td>
      <td width="28">&nbsp; </td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1"></font></div>
      </td>
      <td colspan="3">&nbsp; </td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1"></font></div>
      </td>
      <td colspan="3">&nbsp; </td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">street</font></div>
      </td>
      <td colspan="3"> 
        <input type="text" name="street" value="{street}">
      </td>
      <td width="28"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" size="1"> 
          nr </font></div>
      </td>
      <td width="365"><font face="Arial, Helvetica, sans-serif" size="1"> 
        <input type="text" name="nr" maxlength="10" value="{nr}">
        </font> </td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">postal_code</font></div>
      </td>
      <td colspan="3"> 
        <input type="text" name="postal_code" value="{postal_code}">
      </td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">location</font></div>
      </td>
      <td colspan="3"> 
        <input type="text" name="location" value="{location}">
      </td>
      <td width="28"> 
        <div align="right"></div>
      </td>
      <td width="365">&nbsp; </td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">country</font></div>
      </td>
      <td colspan="3"> 
        <input type="text" name="country" value="{country}">
      </td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1"></font></div>
      </td>
      <td colspan="3">&nbsp; </td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85" height="33"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">email</font></div>
      </td>
      <td height="33" colspan="3"> 
        <input type="text" name="home_email">
      </td>
      <td width="28" height="33">&nbsp;</td>
      <td width="365" height="33">&nbsp;</td>
      <td width="155" height="33">&nbsp; </td>
      <td width="154" height="33">&nbsp;</td>
      <td width="105" height="33">&nbsp;</td>
      <td width="161" height="33">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">homepage</font></div>
      </td>
      <td colspan="3"> 
        <input type="text" name="homepage">
      </td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1"></font></div>
      </td>
      <td colspan="3">&nbsp;</td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">home_phone</font></div>
      </td>
      <td colspan="3"> 
        <input type="text" name="home_phone">
      </td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">home_mobile</font></div>
      </td>
      <td colspan="3"> 
        <input type="text" name="home_mobile">
      </td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">home_fax</font></div>
      </td>
      <td colspan="3"> 
        <input type="text" name="home_fax">
      </td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"><font face="Arial, Helvetica, sans-serif" 
size="1">home_pager</font></div>
      </td>
      <td colspan="3"> 
        <input type="text" name="home_pager">
      </td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right"></div>
      </td>
      <td colspan="3">&nbsp;</td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"><font size="1" face="Arial, Helvetica, 
sans-serif">organization_location_selector</font></td>
      <td colspan="3"> 
        <select name="main_organization_location_selector">
          <option>Firma 1</option>
          <option>Firma 2</option>
          <option>Firma 3</option>
        </select>
      </td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr>
      <td width="85">&nbsp;</td>
      <td colspan="3">&nbsp;</td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
    <tr> 
      <td width="85"> 
        <div align="right">
                <input type="hidden" name="action" value="add">
            <input type="reset" name="reset" value="reset">
        </div>
      </td>
      <td colspan="3">
        <input type="submit" name="edit" value="edit">
      </td>
      <td width="28">&nbsp;</td>
      <td width="365">&nbsp;</td>
      <td width="155">&nbsp;</td>
      <td width="154">&nbsp;</td>
      <td width="105">&nbsp;</td>
      <td width="161">&nbsp;</td>
    </tr>
  </table>
  
</form>

--- NEW FILE ---
<table width="100%" border="0">
<tr><td align="center">
        <table cellpadding="2" cellspacing="0">
        <tr><td>&nbsp;</td></tr>
        {table_data}
        <tr><td>&nbsp;</td></tr>
        <form name="contact_categories" method="post" action="{add_url}">
        <tr>
                <td><input type=text name="category_name"></td>
        </tr>
        <tr>
                <td><input type=submit value="{lang_add}"></td>
        </tr>           
        </form>
        <form name="cancel_form" action="{cancel_url}">
        <tr>
                <td><input type=submit value="{lang_cancel}"></td>
        </tr>
        </form>
        </table>
</td></tr>
</table>

--- NEW FILE ---
<table width="100%">
        <tr><td align="center">
                <table width="80%" cellpadding="2" cellspacing="2">
                        <tr bgcolor='{th_bg}'>
                                <td align="left">
                                        <font face="Arial, Helvetica, 
sans-serif" size="-1"><b>{headline}</b></font>
                                </td>
                                <td colspan="{colspan}" align ='left'>
                                        <form name="dropdown_form" 
method="post" action="{dropdown_url}">
                                                <select name='contact_type' 
onChange='this.form.submit();'>
                                                {box_contact_type}
                                                </select>
                                        </form>
                                </td>
                        </tr>
                        {table_data}
                        <tr><td>&nbsp;</td></tr>
                        <tr bgcolor='{th_bg}'>
                                <td>
                                        <form action="{add_person_url}" 
method="POST">
                                                <input value="{add_person}" 
type="submit">
                                        </form>
                                </td>
                                <td colspan='{colspan}'>
                                        <form action="{add_org_url}" 
method="POST">
                                                <input value="{add_org}" 
type="submit">
                                        </form>
                                </td>
                        </tr>
                </table>
  </td></tr>
</table>
    

--- NEW FILE ---
<table width="100%" border="0 cellpadding="0">
<tr><td align="center">
<table width="350" border="0 cellpadding="2">
        <tr>
                <td>{lang_descr}</td>
        </tr>
        <tr>
                <form name="migrate_form" action="{action_url}" method="post">
                        <td>
                                <input type=submit name="migrate_ok" 
value="{lang_migrate}">
                        </td>
                </form>
                <form name="cancel_form" action="{cancel_url}" method="post">
                        <td>
                                <input type=submit name="cancel" 
value="{lang_cancel}">
                        </td>
                </form>
        </tr>
</table>
</td></tr>
</table>

--- NEW FILE ---
{errors}
{title}
<table border="0" align="center" width="70%">
 <tr>
  {nml}
  <td width="40%">
   <div align="center">
    <form method="POST" action="{action_url}">
{common_hidden_vars}
     <input type="text" name="query" value="{search_value}">
     <input type="submit" name="search" value="{search}">
    </form>
   </div>
  </td>
  {nmr}
 </tr>
</table>
<form method="POST" action="{action_url}">
 <table border="0" align="center" width="50%">
{row}
 </table>
{common_hidden_vars_form}
 <input type="hidden" name="processed" value="{processed}">
 <center><input type="submit" name="submit" value="{submit_lang}"></center>
</form>



***** Error reading new file: [Errno 2] No such file or directory: 
'preference_acl_row.tpl'
--- NEW FILE ---
  <tr bgcolor="{bg_color}">
    <td>{string}</td>
    <td align="center">{read_lang}</td>
    <td align="center">{edit_lang}</td>
    <td align="center">{delete_lang}</td>
  </tr>

--- NEW FILE ---
<!-- BEGIN preferences.tpl -->
<p><b>{lang_addbook_prefs}:</b>
<hr><p>
   <form method="POST" action="{action_url}">
   
  <table border="0" align="center" cellspacing="1" cellpadding="1">
    <tr bgcolor="{th_bg}"> 
      <td colspan="6" align="center"><font color="#000000" 
face="">{lang_fields}:</font></td>
    </tr>
    <tr bgcolor="{row_on}"> 
      <td colspan="6"><font color="#000000" face="">{lang_person}:</font></td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td> 
        <input type="checkbox" name="p_prefs[p_title]"{p_title_checked}>
        {lang_title}</td>
      <td> 
        <input type="checkbox" 
name="p_prefs[p_first_name]"{p_first_name_checked}>
        {lang_first_name}</td>
      <td> 
        <input type="checkbox" name="p_prefs[p_last_name]"{p_last_name_checked}>
        {lang_last_name}</td>
      <td> 
        <input type="checkbox" name="p_prefs[p_middle]"{p_middle_checked}>
        {lang_middle}</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td> 
        <input type="checkbox" name="p_prefs[p_birthday]"{p_birthday_checked}>
        {lang_birthday}</td>
      <td> 
        <input type="checkbox" name="p_prefs[p_gender]"{p_gender_checked}>
        {lang_gender}</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td> 
        <input type="checkbox" name="p_prefs[p_street]"{p_street_checked}>
        {lang_street}</td>
      <td> 
        <input type="checkbox" name="p_prefs[p_nr]"{p_nr_checked}>
        {lang_number}</td>
      <td> 
        <input type="checkbox" name="p_prefs[p_po_box]"{p_po_box_checked}>
        {lang_po_box}</td>
      <td> 
        <input type="checkbox" 
name="p_prefs[p_postal_code]"{p_postal_code_checked}>
        {lang_postal_code}</td>
      <td> 
        <input type="checkbox" name="p_prefs[p_city]"{p_city_checked}>
        {lang_city}</td>
      <td> 
        <input type="checkbox" name="p_prefs[p_state]"{p_state_checked}>
        {lang_state}</td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td> 
        <input type="checkbox" name="p_prefs[p_country]"{p_country_checked}>
        {lang_country}</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td> 
        <input type="checkbox" name="p_prefs[p_job]"{p_job_checked}>
        {lang_job}</td>
      <td> 
        <input type="checkbox" 
name="p_prefs[p_organization]"{p_organization_checked}>
        {lang_organization}</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td> 
        <input type="checkbox" name="p_prefs[p_pemail]"{p_pemail_checked}>
        {lang_p_email}</td>
      <td> 
        <input type="checkbox" name="p_prefs[p_bemail]"{p_bemail_checked}>
        {lang_b_email}</td>
      <td> 
        <input type="checkbox" name="p_prefs[p_pphone]"{p_pphone_checked}>
        {lang_p_phone}</td>
      <td> 
        <input type="checkbox" name="p_prefs[p_bphone]"{p_bphone_checked}>
        {lang_b_phone}</td>
        <td>
        <input type="checkbox" name="p_prefs[p_mobile]"{p_mobile_checked}>
        {lang_mobile}</td>
      <td>
        <input type="checkbox" name="p_prefs[p_fax]"{p_fax_checked}>
        {lang_fax}</td>
    </tr>
    <tr> 
      <td colspan="6">&nbsp;</td>
    </tr>
    <tr bgcolor="{row_on}"> 
      <td colspan="6"><font color="#000000" 
face="">{lang_organization}:</font></td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td> 
        <input type="checkbox" name="o_prefs[o_name]"{o_name_checked}>
        {lang_name}</td>
      <td> 
        <input type="checkbox" 
name="o_prefs[o_belongs_to]"{o_belongs_to_checked}>
        {lang_parent_organization} </td>
      <td>&nbsp; </td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td> 
        <input type="checkbox" name="o_prefs[o_street]"{o_street_checked}>
        {lang_street}</td>
      <td> 
        <input type="checkbox" name="o_prefs[o_po_box]"{o_po_box_checked}>
        {lang_po_box}</td>
      <td> 
        <input type="checkbox" 
name="o_prefs[o_postal_code]"{o_postal_code_checked}>
        {lang_postal_code}</td>
      <td> 
        <input type="checkbox" name="o_prefs[o_city]"{o_city_checked}>
        {lang_city}</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td> 
        <input type="checkbox" name="o_prefs[o_state]"{o_state_checked}>
        {lang_state}</td>
      <td> 
        <input type="checkbox" name="o_prefs[o_country]"{o_country_checked}>
        {lang_country}</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td colspan="2">&nbsp;</td>
    </tr>
    <tr bgcolor="{row_off}"> 
      <td> 
        <input type="checkbox" name="o_prefs[o_phone]"{o_phone_checked}>
        {lang_phone}</td>
      <td> 
        <input type="checkbox" name="o_prefs[o_fax]"{o_fax_checked}>
        {lang_fax} </td>
      <td> 
        <input type="checkbox" name="o_prefs[o_email]"{o_email_checked}>
        {lang_email}</td>
      <td> 
        <input type="checkbox" name="o_prefs[o_www]"{o_www_checked}>
        {lang_www}</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td colspan="6" align="center"> 
        <input type="submit" name="submit" value="{lang_submit}">
      </td>
    </tr>
  </table>
  </form>

--- NEW FILE ---
    <table width="100%">
     <tr><td align="center">
      <table cellpadding="4" cellspacing="0">
        <tr>
          <td align="left" colspan="4"><b>{headline}</b></td>
        </tr>
        {table_data}
        <tr><td colspan="4">&nbsp;</td></tr>
        <tr bgcolor={th_bg}>
        
                <form name='cancel_form' action='{cancel_url}' method='post'>
                        <td align='left'><input type=submit 
value='{lang_back}'></td>
                </form>
                <form name='meta_form' action='' method='post'>
                        <td align='left'><input type=submit value='{lang_meta}' 
name='{meta}'></td>
                </form>
                {buttons}       
        </tr>
      </table>
    </td></tr>
</table>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]