phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] addressbook/templates/base/person_data1.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
          person_data1.tpl

date: 2004/12/30 01:00:12;  author: skwashd;  state: Exp;  lines: +65 -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 
width="15%">{lang_prefix}</td>
                                                <td width="35%"><input 
type="text" name="entry[prefix]" value="{prefix}"></td>
                                                <td 
width="15%">{lang_address}</td>
                                                <td width="35%"><input 
type="text" name="entry[address]" value="{address}"></td>
                                                </tr>
                                                
                                                <tr bgcolor="{row_off}">
                                                <td>{lang_firstname}</td>
                                                <td><input type="text" 
name="entry[firstname]" value="{firstname}"></td>
                                                <td>{lang_email}</td>
                                                <td><input type="text" 
name="entry[email]" value="{email}"></td>
                                                </tr>

                                                <tr bgcolor="{row_on}">
                                                <td>{lang_lastname}</td>
                                                <td><input type="text" 
name="entry[lastname]" value="{lastname}"></td>
                                                <td>{lang_phone}</td>
                                                <td><input type="text" 
name="entry[phone]" value="{phone}"></td>
                                                </tr>
                                                <tr bgcolor="{row_off}">
                                                <td>{lang_middlename}</td>
                                                <td><input type="text" 
name="entry[middlename]" value="{middlename}"></td>
                                                <td>{lang_department}</td>
                                                <td><input type="text" 
name="entry[department]" value="{department}"></td>
                                                </tr>
                                                <tr bgcolor="{row_on}">
                                                <td>{lang_suffix}</td>
                                                <td><input type="text" 
name="entry[suffix]" value="{suffix}"></td>
                                                <td>{lang_birthday}</td>
                                                <td>{birthday}</td>
                                                </tr>
                                                <tr bgcolor="{row_off}">
                                                <td width="15%">{lang_cats}</td>
                                                <td width="35%">{cats_link}</td>
                                                <td width="15%">{lang_orgs}</td>
                                                <td width="35%">{orgs_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]