|
From: Jon O. <jon...@us...> - 2005-09-15 17:59:39
|
Update of /cvsroot/mxbb/mx_forum/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2687/modules/mx_forum/templates/subSilver Modified Files: index_body.tpl viewforum_body.tpl viewtopic_body.tpl Log Message: Making the phpBB integration module ready for mxBB 2.8 Index: viewforum_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_forum/templates/subSilver/viewforum_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** viewforum_body.tpl 9 Jan 2005 22:22:02 -0000 1.3 --- viewforum_body.tpl 15 Sep 2005 17:59:19 -0000 1.4 *************** *** 1,4 **** <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <form method="post" action="{S_POST_DAYS_ACTION}"> <tr> <td align="left" valign="bottom" colspan="2"><a class="cattitle" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><br /><span class="gensmall"><b>{L_MODERATOR}: {MODERATORS}<br /><br />{LOGGED_IN_USER_LIST}</b></span></td> --- 1,4 ---- + <form method="post" action="{S_POST_DAYS_ACTION}"> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="left" valign="bottom" colspan="2"><a class="cattitle" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><br /><span class="gensmall"><b>{L_MODERATOR}: {MODERATORS}<br /><br />{LOGGED_IN_USER_LIST}</b></span></td> *************** *** 6,10 **** </tr> <tr> ! <td align="left" valign="middle" colspan="3"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a><span class="nav"> <a href="{U_INDEX}{UU_INDEX}" class="nav">{LL_INDEX}</a> » <a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td> </tr> <tr> --- 6,10 ---- </tr> <tr> ! <td align="left" valign="middle" colspan="3"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a><span class="nav"> <a href="{UU_INDEX}" class="nav">{L_INDEX}</a> » <a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td> </tr> <tr> *************** *** 44,48 **** </table> ! </td></tr></table> <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> --- 44,48 ---- </table> ! <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> Index: viewtopic_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_forum/templates/subSilver/viewtopic_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** viewtopic_body.tpl 9 Jan 2005 22:22:02 -0000 1.3 --- viewtopic_body.tpl 15 Sep 2005 17:59:19 -0000 1.4 *************** *** 1,6 **** - <!-- BEGIN set_phpbb_cookie --> - <img src="images/spacer.gif" onLoad="set_phpbb_cookie('{set_phpbb_cookie.NAME}', '{set_phpbb_cookie.VALUE}', '{set_phpbb_cookie.EXPIRE}', '{set_phpbb_cookie.COOKIE_PATH}', '{set_phpbb_cookie.COOKIE_DOMAIN}', '{set_phpbb_cookie.COOKIE_SECURE}');"> - <!-- END set_phpbb_cookie --> - <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr> --- 1,2 ---- *************** *** 14,18 **** <tr> <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a> <a target="_blank" href="{U_PRINTER_TOPIC}"><img src="{PRINTER_IMG}" border="0" alt="{L_PRINTER_TOPIC}" align="middle" /></a></span></td> ! <td align="left" valign="middle" width="100%"><span class="nav"> <a href="{U_INDEX}{UU_INDEX}" class="nav">{LL_INDEX}</a> » <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> </tr> --- 10,14 ---- <tr> <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a> <a target="_blank" href="{U_PRINTER_TOPIC}"><img src="{PRINTER_IMG}" border="0" alt="{L_PRINTER_TOPIC}" align="middle" /></a></span></td> ! <td align="left" valign="middle" width="100%"><span class="nav"> <a href="{UU_INDEX}" class="nav">{L_INDEX}</a> » <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> </tr> *************** *** 33,37 **** <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> ! <td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> <td valign="top" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td> </tr> --- 29,33 ---- <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> ! <td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<br />{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> <td valign="top" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td> </tr> *************** *** 72,77 **** </table> - </td></tr></table> - <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> --- 68,71 ---- Index: index_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_forum/templates/subSilver/index_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index_body.tpl 9 Jan 2005 22:22:02 -0000 1.3 --- index_body.tpl 15 Sep 2005 17:59:19 -0000 1.4 *************** *** 5,9 **** {LAST_VISIT_DATE}<br /> <!-- END switch_user_logged_in --> ! {CURRENT_TIME}</span></td> <td align="right" valign="bottom" class="gensmall"> <!-- BEGIN switch_user_logged_in --> --- 5,9 ---- {LAST_VISIT_DATE}<br /> <!-- END switch_user_logged_in --> ! {CURRENT_TIME}<br /></td> <td align="right" valign="bottom" class="gensmall"> <!-- BEGIN switch_user_logged_in --> *************** *** 16,20 **** <table width="100%" cellpadding="4" cellspacing="0" border="0" > <tr> ! <th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> <span class="nav"><a href="{UU_INDEX}" class="nav">« {LL_INDEX}</a></span> </th> <th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th> <th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th> --- 16,20 ---- <table width="100%" cellpadding="4" cellspacing="0" border="0" > <tr> ! <th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> <span class="nav">« <a href="{UU_INDEX}">{L_INDEX}</a></span> </th> <th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th> <th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th> *************** *** 23,30 **** <!-- BEGIN catrow --> <tr> - <!-- <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td> - --> - <td class="catLeft" colspan="2" height="28"><span class="cattitle">{catrow.CAT_DESC}</span></td> <td class="rowpic" colspan="3" align="right"> </td> </tr> --- 23,27 ---- *************** *** 43,47 **** </table> ! </td></tr></table> <table width="100%" cellspacing="0" border="0" align="center" cellpadding="2"> --- 40,44 ---- </table> ! <table width="100%" cellspacing="0" border="0" align="center" cellpadding="2"> |