|
From: Jon O. <jon...@us...> - 2006-07-04 18:00:38
|
Update of /cvsroot/mxbb/mx_linkdb/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23430/modules/mx_linkdb/templates/subSilver Modified Files: link_main_body.tpl subSilver.cfg Log Message: working... Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/templates/subSilver/subSilver.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** subSilver.cfg 5 Apr 2006 21:25:22 -0000 1.1 --- subSilver.cfg 4 Jul 2006 18:00:33 -0000 1.2 *************** *** 14,19 **** // the {LANG} place holder is available. This will be replaced // with xxx where xxx is the users selected language. If ! // that language isn't available it will default to english. ! // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // --- 14,19 ---- // the {LANG} place holder is available. This will be replaced // with xxx where xxx is the users selected language. If ! // that language isn't available it will default to english. ! // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // *************** *** 38,41 **** // ------------------------------------------------------------------------- $mx_images['linkdb_folder'] = $images['folder']; ! $mx_images['linkdb_link_new'] = $images['pa_file_new']; //???? ?> \ No newline at end of file --- 38,41 ---- // ------------------------------------------------------------------------- $mx_images['linkdb_folder'] = $images['folder']; ! $mx_images['linkdb_link_new'] = $images['pa_file_new']; ?> \ No newline at end of file Index: link_main_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/templates/subSilver/link_main_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** link_main_body.tpl 5 Apr 2006 21:25:22 -0000 1.3 --- link_main_body.tpl 4 Jul 2006 18:00:33 -0000 1.4 *************** *** 7,37 **** </table> - <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> <!-- BEGIN CAT_PARENT --> ! <tr> ! <th class="thHead" colspan="2">{L_CATEGORY}</th> ! </tr> ! <tr><td class="row1" colspan="2"> ! <table border="0" cellpadding="2" cellspacing="1" width="100%" > ! <!-- BEGIN catcol --> ! <tr> ! <!-- BEGIN no_cat_parent --> ! <td width="{LINK_WIDTH}%"> ! <table border="0" cellpadding="2" cellspacing="2" width="100%"> ! <tr> ! <td><a href="{CAT_PARENT.catcol.no_cat_parent.U_CAT}"><img src="{CAT_PARENT.catcol.no_cat_parent.CAT_IMAGE}" alt="{CAT_PARENT.catcol.no_cat_parent.CAT_NAME}" align="absmiddle" border="0" /></a></td> ! <td width="100%" valign="middle" nowrap="nowrap"><a href="{CAT_PARENT.catcol.no_cat_parent.U_CAT}" class="cattitle">{CAT_PARENT.catcol.no_cat_parent.CAT_NAME}</a> <span class="gensmall">({CAT_PARENT.catcol.no_cat_parent.FILECAT})</span><br> ! {CAT_PARENT.catcol.no_cat_parent.SUB_CAT} ! </tr></table> ! </td> ! <!-- END no_cat_parent --> ! </tr> ! <!-- END catcol --> ! </table> ! </td></tr> ! <!-- END CAT_PARENT --> </table> - <br /> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> --- 7,44 ---- </table> <!-- BEGIN CAT_PARENT --> ! <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> ! <tr> ! <th class="thHead" colspan="2">{L_CATEGORY}</th> ! </tr> ! <tr> ! <td class="row1" colspan="2"> ! <table border="0" cellpadding="2" cellspacing="1" width="100%" > ! <!-- BEGIN catcol --> ! <tr> ! <!-- BEGIN no_cat_parent --> ! <td width="{LINK_WIDTH}%"> ! <table border="0" cellpadding="2" cellspacing="2" width="100%"> ! <tr> ! <td> ! <a href="{CAT_PARENT.catcol.no_cat_parent.U_CAT}"><img src="{CAT_PARENT.catcol.no_cat_parent.CAT_IMAGE}" alt="{CAT_PARENT.catcol.no_cat_parent.CAT_NAME}" align="absmiddle" border="0" /></a> ! </td> ! <td width="100%" valign="middle" nowrap="nowrap"> ! <a href="{CAT_PARENT.catcol.no_cat_parent.U_CAT}" class="cattitle">{CAT_PARENT.catcol.no_cat_parent.CAT_NAME}</a> <span class="gensmall">({CAT_PARENT.catcol.no_cat_parent.FILECAT})</span><br> ! {CAT_PARENT.catcol.no_cat_parent.SUB_CAT} ! </td> ! </tr> ! </table> ! </td> ! <!-- END no_cat_parent --> ! </tr> ! <!-- END catcol --> ! </table> ! </td> ! </tr> </table> <br /> + <!-- END CAT_PARENT --> + <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> *************** *** 39,47 **** <th colspan="2" class="thHead">{L_LINK_US}</th> </tr> ! <tr> <td class="row1" width="80%"> <span class="gensmall">{L_LINK_US_EXPLAIN}</span><br /> <table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" style="table-layout:fixed;" class="bodyline"> ! <tr> <td style="left:0px;width:100%;word-wrap:break-word;font-size=9px;" class="gensmall">{LINK_US_SYNTAX}</td> </tr> --- 46,54 ---- <th colspan="2" class="thHead">{L_LINK_US}</th> </tr> ! <tr> <td class="row1" width="80%"> <span class="gensmall">{L_LINK_US_EXPLAIN}</span><br /> <table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" style="table-layout:fixed;" class="bodyline"> ! <tr> <td style="left:0px;width:100%;word-wrap:break-word;font-size=9px;" class="gensmall">{LINK_US_SYNTAX}</td> </tr> |