From: <go...@us...> - 2002-10-11 10:05:21
|
Update of /cvsroot/xoops/xoops-current/html/modules/newbb/templates/xoops In directory usw-pr-cvs1:/tmp/cvs-serv9405/html/modules/newbb/templates/xoops Modified Files: thread.html viewtopic_flat.html Log Message: Index: thread.html =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/newbb/templates/xoops/thread.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** thread.html 20 Sep 2002 08:54:40 -0000 1.2 --- thread.html 11 Oct 2002 10:05:17 -0000 1.3 *************** *** 1,5 **** <!-- start thread post --> <tr> ! <td class='bg5' colspan='2'><a name="{$topic_post.post_id}"> </td> </tr> <tr valign='top' class='bg1'> --- 1,5 ---- <!-- start thread post --> <tr> ! <td class='bg5' colspan='2'><a name="{$topic_post.post_id}"></a></td> </tr> <tr valign='top' class='bg1'> Index: viewtopic_flat.html =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/newbb/templates/xoops/viewtopic_flat.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** viewtopic_flat.html 11 Oct 2002 06:14:23 -0000 1.2 --- viewtopic_flat.html 11 Oct 2002 10:05:18 -0000 1.3 *************** *** 11,17 **** <!-- start topic thread --> <table border='0' cellpadding='0' cellspacing='0' align='center' width='95%'> ! <tr> ! <td align="left"><a name="threadtop" id="threadtop"><a href="viewtopic.php?viewmode=thread&order={$order_current}&topic_id={$topic_id}&forum={$forum_id}">{$lang_threaded}</a> | <a href="viewtopic.php?viewmode=flat&order={$order_other}&topic_id={$topic_id}&forum={$forum_id}">{$lang_order_other}</a></td> ! <td align="right"><a href="viewtopic.php?viewmode=flat&;order={$order_current}&topic_id={$topic_id}&forum={$forum_id}&move=prev&topic_time={$topic_time}">{$lang_prevtopic}</a> | <a href="viewtopic.php?viewmode=flat&order={$order_current}&topic_id={$topic_id}&forum={$forum_id}&move=next&topic_time={$topic_time}">{$lang_nexttopic}</a> | <a href="#threadbottom">{$lang_bottom}</a></td> <tr> <td class='bg2' colspan="2"> --- 11,18 ---- <!-- start topic thread --> <table border='0' cellpadding='0' cellspacing='0' align='center' width='95%'> ! <tr> ! <td align="left"><a id="threadtop"></a><a href="viewtopic.php?viewmode=thread&order={$order_current}&topic_id={$topic_id}&forum={$forum_id}">{$lang_threaded}</a> | <a href="viewtopic.php?viewmode=flat&order={$order_other}&topic_id={$topic_id}&forum={$forum_id}">{$lang_order_other}</a></td> ! <td align="right"><a href="viewtopic.php?viewmode=flat&;order={$order_current}&topic_id={$topic_id}&forum={$forum_id}&move=prev&topic_time={$topic_time}">{$lang_prevtopic}</a> | <a href="viewtopic.php?viewmode=flat&order={$order_current}&topic_id={$topic_id}&forum={$forum_id}&move=next&topic_time={$topic_time}">{$lang_nexttopic}</a> | <a href="#threadbottom">{$lang_bottom}</a></td> ! </tr> <tr> <td class='bg2' colspan="2"> *************** *** 31,37 **** </tr> <tr> ! <td align="left"><a name="threadbottom" id="threadbottom"><a href="viewtopic.php?viewmode=thread&order={$order_current}&topic_id={$topic_id}&forum={$forum_id}">{$lang_threaded}</a> | <a href="viewtopic.php?viewmode=flat&order={$order_other}&topic_id={$topic_id}&forum={$forum_id}">{$lang_order_other}</a></td> <td align="right"><a href="viewtopic.php?viewmode=flat&order={$order_current}&topic_id={$topic_id}&forum={$forum_id}&move=prev&topic_time={$topic_time}">{$lang_prevtopic}</a> | <a href="viewtopic.php?viewmode=flat&order={$order_current}&topic_id={$topic_id}&forum={$forum_id}&move=next&topic_time={$topic_time}">{$lang_nexttopic}</a> | <a href="#threadtop">{$lang_top}</a></td> ! <tr> </table> <!-- end topic thread --> --- 32,38 ---- </tr> <tr> ! <td align="left"><a id="threadbottom"></a><a href="viewtopic.php?viewmode=thread&order={$order_current}&topic_id={$topic_id}&forum={$forum_id}">{$lang_threaded}</a> | <a href="viewtopic.php?viewmode=flat&order={$order_other}&topic_id={$topic_id}&forum={$forum_id}">{$lang_order_other}</a></td> <td align="right"><a href="viewtopic.php?viewmode=flat&order={$order_current}&topic_id={$topic_id}&forum={$forum_id}&move=prev&topic_time={$topic_time}">{$lang_prevtopic}</a> | <a href="viewtopic.php?viewmode=flat&order={$order_current}&topic_id={$topic_id}&forum={$forum_id}&move=next&topic_time={$topic_time}">{$lang_nexttopic}</a> | <a href="#threadtop">{$lang_top}</a></td> ! </tr> </table> <!-- end topic thread --> |