Update of /cvsroot/mxbb/core/modules/mx_textblocks/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1355/mx_textblocks/templates/subSilver Modified Files: mx_textblock_bbcode.tpl mx_textblock_blog.tpl mx_textblock_html.tpl mx_textblock_multi.tpl mx_textblock_preview.tpl Log Message: Code cleanup and fixed XHTML issues in some templates. Index: mx_textblock_html.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/templates/subSilver/mx_textblock_html.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_textblock_html.tpl 9 Jan 2005 21:53:02 -0000 1.5 --- mx_textblock_html.tpl 26 Apr 2005 19:52:18 -0000 1.6 *************** *** 1,10 **** <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline"> ! <!-- ! <tr> ! <th class="thHead" align="left" colspan="2"> {L_TITLE} </th> ! </tr> --> ! <tr> ! <td class="row1" align="left" colspan="2"><span class="genmed">{U_TEXT}</span></td> ! </tr> ! </table> --- 1,10 ---- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline"> ! <!-- ! <tr> ! <th class="thHead" align="left" colspan="2"> {L_TITLE} </th> ! </tr> --> ! <tr> ! <td class="row1" align="left" colspan="2"><span class="genmed">{U_TEXT}</span></td> ! </tr> ! </table> \ No newline at end of file Index: mx_textblock_multi.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/templates/subSilver/mx_textblock_multi.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_textblock_multi.tpl 9 Jan 2005 21:53:02 -0000 1.4 --- mx_textblock_multi.tpl 26 Apr 2005 19:52:18 -0000 1.5 *************** *** 1,38 **** <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="{BLOCK_STYLE}"> - <tr> ! <!-- BEGIN switch_standard_style --> ! <!--<th class="thHead" align="left" colspan="2"> {L_TITLE} </th>--> ! <!-- END switch_standard_style --> ! <!-- BEGIN switch_no_style --> ! <!--<td class="row1" align="left" colspan="2"><b>{L_TITLE}</b> </td>--> ! <!-- END switch_no_style --> ! ! </tr> ! ! <!-- BEGIN switch_toc --> ! <tr> ! <td class="row1" align="left" colspan="2"><br /><span class="topictitle">{L_TOC}</span><br /><hr> ! <span class="nav"> ! <!-- BEGIN pages --> ! {switch_toc.pages.TOC_ITEM} ! <!-- END pages --> ! </span></td> ! </tr> ! <!-- END switch_toc --> ! ! <tr> ! <td class="row1" align="left" colspan="2"><span class="{TEXT_STYLE}">{U_TEXT}</span></td> ! </tr> ! <!-- BEGIN switch_pages --> ! <tr> ! <td class="row1" align="center" colspan="2"><span class="nav"><hr>{L_GOTO_PAGE} ! <!-- BEGIN pages --> ! {switch_pages.pages.PAGE_LINK} ! <!-- END pages --> ! </span></td> ! </tr> ! <!-- END switch_pages --> ! ! </table> --- 1,36 ---- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="{BLOCK_STYLE}"> ! <!-- <tr> --> ! <!-- BEGIN switch_standard_style --> ! <!-- <th class="thHead" align="left" colspan="2"> {L_TITLE} </th> --> ! <!-- END switch_standard_style --> ! <!-- BEGIN switch_no_style --> ! <!-- <td class="row1" align="left" colspan="2"><b>{L_TITLE}</b> </td> --> ! <!-- END switch_no_style --> ! <!-- </tr> --> ! <!-- BEGIN switch_toc --> ! <tr> ! <td class="row1" align="left" colspan="2"><br /><span class="topictitle">{L_TOC}</span><br /><hr /><span class="nav"> ! <!-- BEGIN pages --> ! {switch_toc.pages.TOC_ITEM} ! <!-- END pages --> ! </span></td> ! </tr> ! <!-- END switch_toc --> ! ! <tr> ! <td class="row1" align="left" colspan="2"><span class="{TEXT_STYLE}">{U_TEXT}</span></td> ! </tr> ! ! <!-- BEGIN switch_pages --> ! <tr> ! <td class="row1" align="center" colspan="2"><span class="nav"><hr />{L_GOTO_PAGE} ! <!-- BEGIN pages --> ! {switch_pages.pages.PAGE_LINK} ! <!-- END pages --> ! </span></td> ! </tr> ! <!-- END switch_pages --> ! ! </table> \ No newline at end of file Index: mx_textblock_preview.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/templates/subSilver/mx_textblock_preview.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_textblock_preview.tpl 9 Jan 2005 21:53:02 -0000 1.3 --- mx_textblock_preview.tpl 26 Apr 2005 19:52:18 -0000 1.4 *************** *** 1,9 **** <table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline"> ! <tr> ! <th class="thCornerL" align="left" > {BLOCK_TITLE} </th> ! <th class="thCornerR" align="right" > </th> ! </tr> ! <tr> ! <td class="row1" align="left" colspan="2"><span class="genmed">{BLOCK_INFO}</span></td> ! </tr> ! </table> --- 1,9 ---- <table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline"> ! <tr> ! <th class="thCornerL" align="left" > {BLOCK_TITLE} </th> ! <th class="thCornerR" align="right" > </th> ! </tr> ! <tr> ! <td class="row1" align="left" colspan="2"><span class="genmed">{BLOCK_INFO}</span></td> ! </tr> ! </table> \ No newline at end of file Index: mx_textblock_blog.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/templates/subSilver/mx_textblock_blog.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_textblock_blog.tpl 15 Jan 2005 23:55:39 -0000 1.2 --- mx_textblock_blog.tpl 26 Apr 2005 19:52:18 -0000 1.3 *************** *** 1,64 **** ! <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline" > ! <tr> ! ! <!-- BEGIN switch_blog_edit --> ! <form action="{switch_blog_edit.EDIT_ACTION}" method="post" > ! <!--<th class="thCornerL" align="left" > {L_TITLE} </th>--> ! <td class="row1" align="left" > {switch_blog_edit.EDIT_IMG} </td> ! <!-- END switch_blog_edit --> ! ! <!-- BEGIN switch_blog_noedit --> ! <!--<th class="thHead" align="left" colspan="2"> {L_TITLE} </th>--> ! <!-- END switch_blog_noedit --> ! ! <!-- BEGIN switch_blog_edit --> ! {switch_blog_edit.S_HIDDEN_FORM_FIELDS} </form> ! <!-- END switch_blog_edit --> ! ! </tr> ! <tr> ! <!-- BEGIN switch_standard_style --> ! <!--<th class="thHead" align="left" colspan="2"> {L_TITLE} </th>--> ! <!-- END switch_standard_style --> ! <!-- BEGIN switch_no_style --> ! <!--<td class="row1" align="left" colspan="2"><b>{L_TITLE}</b> </td>--> ! <!-- END switch_no_style --> ! ! </tr> ! ! <!-- BEGIN switch_toc --> ! <tr> ! <td class="row1" align="left" colspan="2"><br /><span class="topictitle">{L_TOC}</span><br /><hr> ! <span class="nav"> ! <!-- BEGIN pages --> ! {switch_toc.pages.TOC_ITEM} ! <!-- END pages --> ! </span></td> ! </tr> ! <!-- END switch_toc --> ! <!-- BEGIN switch_blog_id --> ! <tr> ! <td class="row1" align="left" colspan="2"><span class="{TEXT_STYLE}"><i>{switch_blog_id.BLOG_ID}</i></span><hr></td> ! </tr> ! <!-- END switch_blog_id --> ! <tr> ! <td class="row1" align="left" colspan="2"><span class="{TEXT_STYLE}">{U_TEXT}</span></td> ! </tr> ! <!-- BEGIN switch_pages --> ! <tr> ! <td class="row1" align="center" colspan="2"><span class="nav"><hr>{L_GOTO_PAGE} ! <!-- BEGIN pages --> ! {switch_pages.pages.PAGE_LINK} ! <!-- END pages --> ! </span></td> ! </tr> ! <!-- END switch_pages --> ! ! </table> --- 1,58 ---- ! <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline"> ! <tr> ! <!-- BEGIN switch_blog_edit --> ! <form action="{switch_blog_edit.EDIT_ACTION}" method="post"> ! <!-- <th class="thCornerL" align="left" > {L_TITLE} </th> --> ! <td class="row1" align="left" > {switch_blog_edit.EDIT_IMG} </td> ! <!-- END switch_blog_edit --> ! <!-- BEGIN switch_blog_noedit --> ! <!-- <th class="thHead" align="left" colspan="2"> {L_TITLE} </th> --> ! <!-- END switch_blog_noedit --> ! <!-- BEGIN switch_blog_edit --> ! {switch_blog_edit.S_HIDDEN_FORM_FIELDS} </form> ! <!-- END switch_blog_edit --> ! </tr> ! <!-- <tr> --> ! <!-- BEGIN switch_standard_style --> ! <!-- <th class="thHead" align="left" colspan="2"> {L_TITLE} </th> --> ! <!-- END switch_standard_style --> ! <!-- BEGIN switch_no_style --> ! <!-- <td class="row1" align="left" colspan="2"><b>{L_TITLE}</b> </td> --> ! <!-- END switch_no_style --> ! <!-- </tr> --> ! <!-- BEGIN switch_toc --> ! <tr> ! <td class="row1" align="left" colspan="2"><br /><span class="topictitle">{L_TOC}</span><br /><hr /><span class="nav"> ! <!-- BEGIN pages --> ! {switch_toc.pages.TOC_ITEM} ! <!-- END pages --> ! </span></td> ! </tr> ! <!-- END switch_toc --> ! <!-- BEGIN switch_blog_id --> ! <tr> ! <td class="row1" align="left" colspan="2"><span class="{TEXT_STYLE}"><i>{switch_blog_id.BLOG_ID}</i></span><hr /></td> ! </tr> ! <!-- END switch_blog_id --> ! <tr> ! <td class="row1" align="left" colspan="2"><span class="{TEXT_STYLE}">{U_TEXT}</span></td> ! </tr> ! ! <!-- BEGIN switch_pages --> ! <tr> ! <td class="row1" align="center" colspan="2"><span class="nav"><hr />{L_GOTO_PAGE} ! <!-- BEGIN pages --> ! {switch_pages.pages.PAGE_LINK} ! <!-- END pages --> ! </span></td> ! </tr> ! <!-- END switch_pages --> ! ! </table> \ No newline at end of file Index: mx_textblock_bbcode.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/templates/subSilver/mx_textblock_bbcode.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_textblock_bbcode.tpl 9 Jan 2005 21:53:02 -0000 1.4 --- mx_textblock_bbcode.tpl 26 Apr 2005 19:52:18 -0000 1.5 *************** *** 1,10 **** <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline"> <!-- ! <tr> ! <th class="thHead" align="left" colspan="2"> {L_TITLE} </th> ! </tr> --> ! <tr> ! <td class="row1" align="left" colspan="2"><span class="genmed">{U_TEXT}</span></td> ! </tr> ! </table> --- 1,10 ---- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline"> <!-- ! <tr> ! <th class="thHead" align="left" colspan="2"> {L_TITLE} </th> ! </tr> --> ! <tr> ! <td class="row1" align="left" colspan="2"><span class="genmed">{U_TEXT}</span></td> ! </tr> ! </table> \ No newline at end of file |