phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/templates/base/org_data.tpl, 1.1.2.1


From: nomail
Subject: [Phpgroupware-cvs] addressbook/templates/base/org_data.tpl, 1.1.2.1
Date: Thu, 30 Dec 2004 02:00:12 +0100

Update of /addressbook/templates/base
Added Files:
        Branch: proposed-0_9_18-branch
          org_data.tpl

date: 2004/12/30 01:00:12;  author: skwashd;  state: Exp;  lines: +64 -0

Log Message:
new layout
=====================================================================
<!-- BEGIN TAB_BODY_GENERAL_DATA -->
<table width="80%" border="0" align="center" cellspacing="0" cellpadding="0">
<tbody>
    <tr>
      <td>
                <table width="80%" border="0" align="center" cellspacing="0" 
cellpadding="0">
                <tbody>
                        <th bgcolor="{th_bg}">{lang_general_data}</th>
                        <tr>
                        <td valign="top" width="40%">
                                <table width="100%" border="0" align="center" 
cellspacing="2" cellpadding="2">
                                        <tbody>

                                                <tr bgcolor="{row_on}">
                                                <td>{lang_title}</td>
                                                <td><input type="text" 
name="entry[title]" value="{title}"></td>
                                                <td>{lang_phone}</td>
                                                <td><input type="text" 
name="entry[phone]" value="{phone}"></td>
                                                </tr>
                                                <tr bgcolor="{row_off}">
                                                <td>{lang_name}</td>
                                                <td><input type="text" 
name="entry[name]" value="{name}"></td>
                                                <td>{lang_email}</td>
                                                <td><input type="text" 
name="entry[email]" value="{email}"></td>
                                                </tr>
                                                <tr bgcolor="{row_on}">
                                                <td>{lang_address}</td>
                                                <td><input type="text" 
name="entry[address]" value="{address}"></td>
                                                <td>{lang_fax}</td>
                                                <td><input type="text" 
name="entry[fax]" value="{fax}"></td>
                                                </tr>
                                                <tr bgcolor="{row_off}">
                                                <td>{lang_city}</td>
                                                <td><input type="text" 
name="entry[city]" value="{city}"></td>
                                                </tr>
                                                <tr bgcolor="{row_on}">
                                                <td>{lang_state}</td>
                                                <td><input type="text" 
name="entry[state]" value="{state}"></td>
                                                </tr>
                                                <tr bgcolor="{row_off}">
                                                <td>{lang_country}</td>
                                                <td><input type="text" 
name="entry[country]" value="{country}"></td>
                                                </tr>
                                                <tr bgcolor="{row_off}">
                                                <td width="15%">{lang_cats}</td>
                                                <td width="35%">{cats_link}</td>
                                                <td 
width="15%">{lang_persons}</td>
                                                <td 
width="35%">{persons_link}</td>
                                                </tr>
                                                <tr bgcolor="{row_on}">
                                                <td 
width="15%">{lang_private}</td>
                                <td width="35%"><input type="checkbox" 
name="access"></td>
</tr>
                                        </tbody>
                                </table>
                        </td>
                        </tr>
                </tbody>
                </table>
          </td>
    </tr>
  </tbody>
</table>
<!-- END TAB_BODY_GENERAL_DATA -->




reply via email to

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