From: Eloi G. <ada...@us...> - 2008-12-18 05:46:13
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20084/templates Modified Files: list_summaries.tpl Added Files: list_category_summaries.tpl Log Message: Customized category display added --- NEW FILE: list_category_summaries.tpl --- <table width="100%" border="0" cellspacing="0" cellpadding="2" summary="{TBL_SUMMARY}"> <tr class="bg_dark" style="white-space:nowrap"> <th scope="col" width="100%" style="text-align:center" colspan="2"> {TITLE_SORT} </th> <th scope="col" class="smaller"> {CREATED_DATE_SORT} <br /> {UPDATED_DATE_SORT} </th> <th scope="col" class="smaller"> {PUBLICATION_DATE_SORT} <br /> {EXPIRATION_DATE_SORT} </th> </tr> <!-- BEGIN message --> <tr> <td colspan="4"> {EMPTY_MESSAGE} </td> </tr> <!-- END message --> <!-- BEGIN listrows --> <tr {TOGGLE}> <td colspan="5"> <h2>{TITLE_LINK}</h2> <!-- BEGIN CATEGORIES --> <div style="float:right;"> {CATEGORY} </div> <!-- END CATEGORIES --> {SUMMARYTEXT} <div class="smaller" style="clear:both; text-align:right"> (Read: {HITS} times) {MOREWORDS} - {MOREPAGES} </div> </td> </tr> <!-- END listrows --> </table> <!-- BEGIN navigate --> <hr /> <div class="align-center"> {PAGE_LABEL} {PAGES}<br /> {LIMIT_LABEL} {LIMITS}<br /><br /> </div> <!-- END navigate --> Index: list_summaries.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/list_summaries.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** list_summaries.tpl 17 Sep 2007 04:24:30 -0000 1.2 --- list_summaries.tpl 18 Dec 2008 05:46:08 -0000 1.3 *************** *** 1,4 **** --- 1,6 ---- + <!-- BEGIN SRCH --> {SEARCH_MENU} <br /> + <!-- END SRCH --> <table width="100%" border="0" cellspacing="0" cellpadding="2" summary="{TBL_SUMMARY}"> |