Update of /cvsroot/phpwsbb/phpwsbb/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5475 Modified Files: menu.tpl rank_tbl_row.tpl view.tpl view_forum_bottom.tpl view_forum_top.tpl view_thread_bottom.tpl view_thread_top.tpl Log Message: Changes for updated templates, extra icons and some xhtml changes. Fixed 'Edit Anon user' Index: view_forum_top.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/view_forum_top.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** view_forum_top.tpl 30 Sep 2004 04:30:15 -0000 1.3 --- view_forum_top.tpl 26 Oct 2004 05:14:08 -0000 1.4 *************** *** 2,26 **** {DESCRIPTION}<br /><br /> <!-- END DESCRIPTION --> ! <!-- BEGIN CATEGORY --> ! {CATEGORY_TEXT}: {CATEGORY}<br /> ! <!-- END CATEGORY --> <!-- BEGIN ACTIONS --> - <span class="smalltext"> <!-- BEGIN NEW --> ! | {NEW} <!-- END NEW --> <!-- BEGIN EDIT --> ! | {EDIT} <!-- END EDIT --> <!-- BEGIN DELETE --> ! | {DELETE} <!-- END DELETE --> <!-- BEGIN HIDE --> ! | {HIDE} <!-- END HIDE --> <!-- BEGIN PROFILE --> ! | {MYPROFILE} <!-- END PROFILE --> ! | ! </span> ! <!-- END ACTIONS --> --- 2,23 ---- {DESCRIPTION}<br /><br /> <!-- END DESCRIPTION --> ! <!-- BEGIN CATEGORY --> ! {CATEGORY_TEXT}: {CATEGORY}<br /> ! <!-- END CATEGORY --> <!-- BEGIN ACTIONS --> <!-- BEGIN NEW --> ! {NEW} <!-- END NEW --> <!-- BEGIN EDIT --> ! {EDIT} <!-- END EDIT --> <!-- BEGIN DELETE --> ! {DELETE} <!-- END DELETE --> <!-- BEGIN HIDE --> ! {HIDE} <!-- END HIDE --> <!-- BEGIN PROFILE --> ! {MYPROFILE} <!-- END PROFILE --> ! <!-- END ACTIONS --> \ No newline at end of file Index: menu.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/menu.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** menu.tpl 19 Sep 2004 18:44:32 -0000 1.3 --- menu.tpl 26 Oct 2004 05:14:08 -0000 1.4 *************** *** 1,3 **** ! <b> <!-- BEGIN LIST --> {LIST} --- 1,13 ---- ! <!-- BEGIN FORUM_ADMIN --> ! <div style="text-align:right; border-bottom: 1px solid; margin-bottom:1em"> ! <!-- BEGIN ADD_FORUM --> ! {ADD_FORUM} | ! <!-- END ADD_FORUM --> ! <!-- BEGIN SETTINGS --> ! {SETTINGS} ! <!-- END SETTINGS --> ! </div> ! <!-- END FORUM_ADMIN --> ! <!-- BEGIN LIST --> {LIST} *************** *** 9,26 **** :: {THREAD} <!-- END THREAD --> - </b> <br /> ! <!-- BEGIN FORUM_ADMIN --> ! <table border="0" width="100%" cellpadding="3" cellspacing="1"> ! <tr> ! <!-- BEGIN ADD_FORUM --> ! <td width="50%" class="bg_light" style="text-align:center">{ADD_FORUM}</td> ! <!-- END ADD_FORUM --> ! <!-- BEGIN SETTINGS --> ! <td width="50%" class="bg_light" style="text-align:center">{SETTINGS}</td> ! <!-- END SETTINGS --> ! </tr> ! </table> <br /> - <!-- END FORUM_ADMIN --> - <b>{PHPWSBB_MESSAGE}</b> --- 19,23 ---- :: {THREAD} <!-- END THREAD --> <br /> ! {PHPWSBB_MESSAGE} <br /> Index: view.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/view.tpl,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** view.tpl 3 Oct 2004 04:08:51 -0000 1.17 --- view.tpl 26 Oct 2004 05:14:08 -0000 1.18 *************** *** 4,8 **** <td width="140" valign="top"> <b>{POSTER}</b><br /> ! <span class="smalltext"> <!-- BEGIN RANK --> {RANK}<br /> --- 4,8 ---- <td width="140" valign="top"> <b>{POSTER}</b><br /> ! <div class="smalltext"> <!-- BEGIN RANK --> {RANK}<br /> *************** *** 23,48 **** <!-- END IPADDR --> <!-- BEGIN BAN_IPADDR --> ! [{BAN_IP}]<br /> <!-- END BAN_IPADDR --> <!-- BEGIN BAN_USER --> ! [{BAN_USERNAME}]<br /> <!-- END BAN_USER --> <!-- BEGIN EDIT_SETTINGS --> ! [{EDIT_USER}]<br /> <!-- END EDIT_SETTINGS --> ! </span> </td> <td valign="top"> ! <b>{SUBJECT}</b><br /> ! <span class="smalltext">{CREATED} ! </span> ! <hr size="1" noshade /> {BODY} ! <!-- BEGIN SIG --> ! <div class="smalltext"> ! ------------------------------<br /> {SIGNATURE} ! </div> <!-- END SIG --> </td> </tr> --- 23,56 ---- <!-- END IPADDR --> <!-- BEGIN BAN_IPADDR --> ! {BAN_IP}<br /> <!-- END BAN_IPADDR --> <!-- BEGIN BAN_USER --> ! {BAN_USERNAME}<br /> <!-- END BAN_USER --> + <!-- BEGIN NOTE --> + {NOTE}<br /> + <!-- END NOTE --> <!-- BEGIN EDIT_SETTINGS --> ! {EDIT_USER}<br /> <!-- END EDIT_SETTINGS --> ! </div> </td> <td valign="top"> ! <b>{SUBJECT}</b><br /> ! <div class="smalltext" style="border-bottom: 1px solid; margin-bottom: 1em"> ! {CREATED} ! </div> {BODY} ! <!-- BEGIN SIG --> ! <br /><br /> ! <span class="smalltext" style="border-top: 1px solid"> {SIGNATURE} ! </span> <!-- END SIG --> + <!-- BEGIN EDITED --> + <div class="smalltext" style="border-top: 1px solid; margin-top: 2em;"> + {EDITED} + </div> + <!-- END EDITED --> </td> </tr> *************** *** 50,73 **** <td>{NAV}</td> <td> ! | {QUOTE} ! <!-- BEGIN NOTE --> ! | {NOTE} ! <!-- END NOTE --> <!-- BEGIN REPORT --> ! | {REPORT} <!-- END REPORT --> <!-- BEGIN EDIT --> ! | {EDIT} <!-- END EDIT --> <!-- BEGIN FORK --> ! | {FORK} <!-- END FORK --> <!-- BEGIN DELETE --> ! | {DELETE} <!-- END DELETE --> <!-- BEGIN HIDE --> ! | {HIDE} <!-- END HIDE --> - | </td> </tr> --- 58,79 ---- <td>{NAV}</td> <td> ! <!-- BEGIN QUOTE --> ! {QUOTE} ! <!-- END QUOTE --> <!-- BEGIN REPORT --> ! {REPORT} <!-- END REPORT --> <!-- BEGIN EDIT --> ! {EDIT} <!-- END EDIT --> <!-- BEGIN FORK --> ! {FORK} <!-- END FORK --> <!-- BEGIN DELETE --> ! {DELETE} <!-- END DELETE --> <!-- BEGIN HIDE --> ! {HIDE} <!-- END HIDE --> </td> </tr> Index: view_thread_top.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/view_thread_top.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** view_thread_top.tpl 25 Sep 2004 04:46:03 -0000 1.3 --- view_thread_top.tpl 26 Oct 2004 05:14:08 -0000 1.4 *************** *** 2,26 **** <!-- BEGIN ACTIONS --> <!-- BEGIN REPLY --> ! | {REPLY} <!-- END REPLY --> <!-- BEGIN MONITOR --> ! | {MONITOR} <!-- END MONITOR --> - <!-- BEGIN PROFILE --> - | {MYPROFILE} - <!-- END PROFILE --> <!-- BEGIN LOCK --> ! | {LOCK} <!-- END LOCK --> <!-- BEGIN DELETE --> ! | {DELETE} <!-- END DELETE --> <!-- BEGIN HIDE --> ! | {HIDE} <!-- END HIDE --> <!-- BEGIN STICKY --> ! | {STICKY} <!-- END STICKY --> ! | <!-- END ACTIONS --> <!-- BEGIN THREAD_MOVE --> --- 2,25 ---- <!-- BEGIN ACTIONS --> <!-- BEGIN REPLY --> ! {REPLY} <!-- END REPLY --> <!-- BEGIN MONITOR --> ! {MONITOR} <!-- END MONITOR --> <!-- BEGIN LOCK --> ! {LOCK} <!-- END LOCK --> <!-- BEGIN DELETE --> ! {DELETE} <!-- END DELETE --> <!-- BEGIN HIDE --> ! {HIDE} <!-- END HIDE --> <!-- BEGIN STICKY --> ! {STICKY} <!-- END STICKY --> ! <!-- BEGIN PROFILE --> ! {MYPROFILE} ! <!-- END PROFILE --> <!-- END ACTIONS --> <!-- BEGIN THREAD_MOVE --> *************** *** 28,39 **** <!-- END THREAD_MOVE --> <table border="0" width="100%" cellspacing="1" cellpadding="4"> ! <tr class="bg_medium" style="text-align:center"> ! <td width="140"> ! <b>{AUTHOR}</b> ! </td> ! <td> ! <b>{MESSAGE}</b> ! </td> </tr> ! </table> ! --- 27,37 ---- <!-- END THREAD_MOVE --> <table border="0" width="100%" cellspacing="1" cellpadding="4"> ! <tr class="bg_medium"> ! <th width="140"> ! {AUTHOR} ! </th> ! <th> ! {MESSAGE} ! </th> </tr> ! </table> \ No newline at end of file Index: view_thread_bottom.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/view_thread_bottom.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** view_thread_bottom.tpl 25 Sep 2004 04:46:03 -0000 1.2 --- view_thread_bottom.tpl 26 Oct 2004 05:14:08 -0000 1.3 *************** *** 2,26 **** <!-- BEGIN ACTIONS --> <!-- BEGIN REPLY --> ! | {REPLY} <!-- END REPLY --> <!-- BEGIN MONITOR --> ! | {MONITOR} <!-- END MONITOR --> - <!-- BEGIN PROFILE --> - | {MYPROFILE} - <!-- END PROFILE --> <!-- BEGIN LOCK --> ! | {LOCK} <!-- END LOCK --> <!-- BEGIN DELETE --> ! | {DELETE} <!-- END DELETE --> <!-- BEGIN HIDE --> ! | {HIDE} <!-- END HIDE --> <!-- BEGIN STICKY --> ! | {STICKY} <!-- END STICKY --> ! | <!-- END ACTIONS --> <!-- BEGIN THREAD_MOVE --> --- 2,25 ---- <!-- BEGIN ACTIONS --> <!-- BEGIN REPLY --> ! {REPLY} <!-- END REPLY --> <!-- BEGIN MONITOR --> ! {MONITOR} <!-- END MONITOR --> <!-- BEGIN LOCK --> ! {LOCK} <!-- END LOCK --> <!-- BEGIN DELETE --> ! {DELETE} <!-- END DELETE --> <!-- BEGIN HIDE --> ! {HIDE} <!-- END HIDE --> <!-- BEGIN STICKY --> ! {STICKY} <!-- END STICKY --> ! <!-- BEGIN PROFILE --> ! {MYPROFILE} ! <!-- END PROFILE --> <!-- END ACTIONS --> <!-- BEGIN THREAD_MOVE --> Index: rank_tbl_row.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/rank_tbl_row.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rank_tbl_row.tpl 13 Aug 2004 21:32:38 -0000 1.1 --- rank_tbl_row.tpl 26 Oct 2004 05:14:08 -0000 1.2 *************** *** 1,5 **** ! <tr class="smalltext"> ! <td>{RANKROW_RANK_TITLE}</td> ! <td align="center">{RANKROW_RANK_MIN}</td> ! <td align="center">{RANKROW_RANK_SPECIAL}</td> </tr> --- 1,5 ---- ! <tr> ! <td style="text-align:left">{RANKROW_RANK_TITLE}</td> ! <td style="text-align:center">{RANKROW_RANK_MIN}</td> ! <td style="text-align:center">{RANKROW_RANK_SPECIAL}</td> </tr> Index: view_forum_bottom.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/view_forum_bottom.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** view_forum_bottom.tpl 30 Sep 2004 04:30:15 -0000 1.4 --- view_forum_bottom.tpl 26 Oct 2004 05:14:08 -0000 1.5 *************** *** 1,27 **** <!-- BEGIN ACTIONS --> - <span class="smalltext"> <!-- BEGIN NEW --> ! | {NEW} <!-- END NEW --> <!-- BEGIN EDIT --> ! | {EDIT} <!-- END EDIT --> <!-- BEGIN DELETE --> ! | {DELETE} <!-- END DELETE --> <!-- BEGIN HIDE --> ! | {HIDE} <!-- END HIDE --> <!-- BEGIN PROFILE --> ! | {MYPROFILE} <!-- END PROFILE --> - | - </span> <!-- END ACTIONS --> <!-- BEGIN MOD_LIST --> ! <br /> ! <div class="smalltext"> {MODERATORS_LABEL}: {MODERATORS} </div> ! <!-- END MOD_LIST --> --- 1,23 ---- <!-- BEGIN ACTIONS --> <!-- BEGIN NEW --> ! {NEW} <!-- END NEW --> <!-- BEGIN EDIT --> ! {EDIT} <!-- END EDIT --> <!-- BEGIN DELETE --> ! {DELETE} <!-- END DELETE --> <!-- BEGIN HIDE --> ! {HIDE} <!-- END HIDE --> <!-- BEGIN PROFILE --> ! {MYPROFILE} <!-- END PROFILE --> <!-- END ACTIONS --> <!-- BEGIN MOD_LIST --> ! <div style="margin-top:1em" class="smalltext"> {MODERATORS_LABEL}: {MODERATORS} </div> ! <!-- END MOD_LIST --> \ No newline at end of file |