From: <dts...@us...> - 2003-05-28 19:52:03
|
Update of /cvsroot/phpwebsite-comm/modules/contacts/templates/contacts In directory sc8-pr-cvs1:/tmp/cvs-serv16031/templates/contacts Added Files: list.tpl row.tpl Log Message: Adding templates in --- NEW FILE: list.tpl --- <table border="0" width="100%" cellspacing="1" cellpadding="4" align="center"> <tr class="bg_medium"> <td class="smalltext" align="center">{SELECT_LABEL}</td> <td class="smalltext"><b>{FAMILYNAME_LABEL}</b></td> <td class="smalltext"><b>{GIVENNAME_LABEL}</b></td> </tr> {LIST_ITEMS} <!-- BEGIN navigation --> <tr class="bg_medium"> <td>{NAV_LIMITS}    {NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}</td> <td align="right">{ACTION_SELECT} {ACTION_BUTTON}</td> </tr> <!-- END navigation --> </table> --- NEW FILE: row.tpl --- <tr{ROW_CLASS}> <td align="center">{SELECT}</td> <td class="smalltext">{FAMILYNAME}</td> <td class="smalltext">{GIVENNAME}</td> </tr> |