|
From: Shaun M. <sin...@us...> - 2004-10-26 05:14:48
|
Update of /cvsroot/phpwsbb/phpwsbb/templates/forums In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5577 Modified Files: list.tpl row.tpl Log Message: Changes for updated templates, extra icons and some xhtml changes. Fixed 'Edit Anon user' Index: row.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/forums/row.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** row.tpl 19 Sep 2004 18:44:32 -0000 1.5 --- row.tpl 26 Oct 2004 05:14:39 -0000 1.6 *************** *** 3,12 **** <td class="smalltext" style="text-align:center">{SELECT}</td> <!-- END SELECT --> ! <td class="smalltext"> <a href="./index.php?module=phpwsbb&PHPWSBB_MAN_OP=viewforum&PHPWS_MAN_ITEMS={ID}">{LABEL}</a><br /> ! <font size="-2">{DESCRIPTION}</font> </td> ! <td class="smalltext">{THREADS}</td> ! <td class="smalltext">{POSTS}</td> ! <td class="smalltext">{LASTPOST}</td> ! </tr> --- 3,12 ---- <td class="smalltext" style="text-align:center">{SELECT}</td> <!-- END SELECT --> ! <td> <a href="./index.php?module=phpwsbb&PHPWSBB_MAN_OP=viewforum&PHPWS_MAN_ITEMS={ID}">{LABEL}</a><br /> ! <span class="smalltext">{DESCRIPTION}</span> </td> ! <td class="smalltext" style="text-align:center">{THREADS}</td> ! <td class="smalltext" style="text-align:center">{POSTS}</td> ! <td class="smalltext" style="text-align:center">{LASTPOST}</td> ! </tr> \ No newline at end of file Index: list.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/forums/list.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** list.tpl 3 Oct 2004 03:58:04 -0000 1.6 --- list.tpl 26 Oct 2004 05:14:39 -0000 1.7 *************** *** 8,17 **** <tr class="bg_medium"> <!-- BEGIN SELECT_LABEL --> ! <th class="smalltext" scope="col"><b>{SELECT_LABEL}</b></th> <!-- END SELECT_LABEL --> ! <th width="60%" scope="col"><b>{LABEL_LABEL}</b></th> ! <th valign="middle" style="text-align:center" scope="col"><b>{THREADS_LABEL}</b></th> ! <th valign="middle" style="text-align:center" scope="col"><b>{POSTS_LABEL}</b></th> ! <th width="30%" valign="middle" nowrap="nowrap" style="text-align:center" scope="col"><b>{LASTPOST_LABEL}</b></th> </tr> {LIST_ITEMS} --- 8,17 ---- <tr class="bg_medium"> <!-- BEGIN SELECT_LABEL --> ! <th>{SELECT_LABEL}</th> <!-- END SELECT_LABEL --> ! <th width="50%" scope="col">{LABEL_LABEL}</th> ! <th width="10%" valign="middle" style="text-align:center" scope="col">{THREADS_LABEL}</th> ! <th width="10%" valign="middle" style="text-align:center" scope="col">{POSTS_LABEL}</th> ! <th width="30%" valign="middle" style="text-align:center" nowrap="nowrap" scope="col">{LASTPOST_LABEL}</th> </tr> {LIST_ITEMS} *************** *** 20,24 **** <table border="0" width="100%" style="background-color: transparent"> <tr> ! <td width="33%">{NAV_INFO}</td> <td width="33%" style="text-align:center"> {NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}<br /> --- 20,24 ---- <table border="0" width="100%" style="background-color: transparent"> <tr> ! <td width="33%" style="text-align:left">{NAV_INFO}</td> <td width="33%" style="text-align:center"> {NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}<br /> *************** *** 28,30 **** </tr> </table> ! <!-- END ACTION_STUFF --> --- 28,30 ---- </tr> </table> ! <!-- END ACTION_STUFF --> \ No newline at end of file |