|
From: Jon O. <jon...@us...> - 2005-05-01 16:07:18
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14294/templates/subSilver Modified Files: mx_main_layout.tpl Log Message: update for new cache - supports sub blocks Index: mx_main_layout.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/mx_main_layout.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_main_layout.tpl 19 Apr 2005 18:08:59 -0000 1.1 --- mx_main_layout.tpl 1 May 2005 16:07:10 -0000 1.2 *************** *** 3,13 **** <tr valign="top"> <!-- BEGIN layout_column --> ! <td class="{layout_column.COL_CLASS}" width="{layout_column.BLOCK_SIZE}"> ! <!-- BEGIN blocks --> ! <table width="100%" cellpadding="0" cellspacing="0" border="0" class="mx_graphborder"> <tr> <td> <!-- BEGIN graph_border --> <table width="100%" cellpadding="0" cellspacing="0" border="0"> --- 3,24 ---- <tr valign="top"> <!-- BEGIN layout_column --> ! <td class="{layout_column.COL_CLASS}" width="{layout_column.BLOCK_SIZE}"> ! <!-- BEGIN blocks --> ! ! <!-- BEGIN sub_start --> ! <table border="0" cellspacing="0" cellpadding="0" width="{layout_column.BLOCK_SIZE}"> ! <tr valign="top"> ! <!-- END sub_start --> ! ! <!-- BEGIN sub_col --> ! {layout_column.blocks.sub_col.INNER_SPACE} ! <td class="{layout_column.blocks.sub_col.COL_CLASS}" width="{layout_column.blocks.sub_col.BLOCK_SIZE}"> ! <!-- END sub_col --> ! <table width="100%" cellpadding="0" cellspacing="0" border="0" class="mx_graphborder"> <tr> <td> + <!-- BEGIN graph_border --> <table width="100%" cellpadding="0" cellspacing="0" border="0"> *************** *** 28,32 **** <!-- BEGIN show_title --> ! <th class="{layout_column.blocks.show_title.TITLECLASS}" align="left" width="100%"> {layout_column.blocks.show_title.L_TITLE} </th> --- 39,43 ---- <!-- BEGIN show_title --> ! <th class="{layout_column.blocks.show_title.TITLECLASS}" align="left" width="99%"> {layout_column.blocks.show_title.L_TITLE} </th> *************** *** 34,38 **** <!-- BEGIN edit --> ! <th class="{layout_column.blocks.edit.TITLECLASS}" align="right" > <form action="{layout_column.blocks.edit.EDIT_ACTION}" method="post" class="mx_editform"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> --- 45,49 ---- <!-- BEGIN edit --> ! <th class="{layout_column.blocks.edit.TITLECLASS}" align="right" width="1"> <form action="{layout_column.blocks.edit.EDIT_ACTION}" method="post" class="mx_editform"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> *************** *** 86,101 **** </table> ! <!-- BEGIN block_stats --> ! <div align="right"><span class="copyright">{layout_column.blocks.block_stats.L_BLOCK_UPDATED}{layout_column.blocks.block_stats.EDITOR_NAME} ({layout_column.blocks.block_stats.EDIT_TIME})</span></div> ! <br clear="all" /> ! <!-- END block_stats --> ! <!-- BEGIN no_stats --> ! <br clear="all" /> ! <!-- END no_stats --> ! <!-- END blocks --> ! </td> <!-- END layout_column --> </tr> --- 97,120 ---- </table> ! <!-- BEGIN block_stats --> ! <div align="right"><span class="copyright">{layout_column.blocks.block_stats.L_BLOCK_UPDATED}{layout_column.blocks.block_stats.EDITOR_NAME} ({layout_column.blocks.block_stats.EDIT_TIME})</span></div> ! <br clear="all" /> ! <!-- END block_stats --> ! <!-- BEGIN no_stats --> ! <br clear="all" /> ! <!-- END no_stats --> ! <!-- BEGIN sub_col --> ! </td> ! <!-- END sub_col --> ! <!-- BEGIN sub_end --> ! </tr></table> ! <!-- END sub_end --> ! ! <!-- END blocks --> ! ! </td> <!-- END layout_column --> </tr> |