|
From: Jon O. <jon...@us...> - 2007-06-02 19:47:21
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4867 Modified Files: pa_mini.tpl Log Message: updated Index: pa_mini.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_mini.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pa_mini.tpl 31 May 2007 19:54:14 -0000 1.2 --- pa_mini.tpl 2 Jun 2007 19:47:18 -0000 1.3 *************** *** 2,6 **** <tr> <td> ! <table width="100%" cellpadding="2" cellspacing="0"> <tr><td align="center" class="row2"> <form method="get" name="jumpbox" action="{S_JUMPBOX_ACTION}" onSubmit="if(document.jumpbox.cat_id.value == -1){return false;}"> --- 2,6 ---- <tr> <td> ! <table width="100%" cellpadding="4" cellspacing="0"> <tr><td align="center" class="row2"> <form method="get" name="jumpbox" action="{S_JUMPBOX_ACTION}" onSubmit="if(document.jumpbox.cat_id.value == -1){return false;}"> *************** *** 22,30 **** <!-- IF CAT_NAV_SIMPLE --> ! <table width="100%" cellpadding="4" cellspacing="1" border="0"> ! <tr> ! <td class="row1" colspan="2"> ! <table border="0" cellpadding="2" cellspacing="1" width="100%" > ! <!-- BEGIN catcol --> <!-- BEGIN no_cat_parent --> --- 22,27 ---- <!-- IF CAT_NAV_SIMPLE --> ! <table width="100%" cellpadding="2" cellspacing="1" border="0"> ! <tr><td class="row1"><table border="0" cellpadding="2" cellspacing="0" width="100%" > <!-- BEGIN catcol --> <!-- BEGIN no_cat_parent --> *************** *** 34,47 **** </td> <td width="100%" valign="middle" nowrap="nowrap"> ! <a href="{catcol.no_cat_parent.U_CAT}" class="topictitle">{catcol.no_cat_parent.CAT_NAME}</a> <span class="gensmall">({catcol.no_cat_parent.FILECAT})</span><br> ! {catcol.no_cat_parent.SUB_CAT} </td> </tr> <!-- END no_cat_parent --> <!-- END catcol --> ! ! </table> ! </td> ! </tr> </table> <!-- ENDIF --> --- 31,43 ---- </td> <td width="100%" valign="middle" nowrap="nowrap"> ! <a href="{catcol.no_cat_parent.U_CAT}" class="topictitle">{catcol.no_cat_parent.CAT_NAME}</a> <span class="gensmall">({catcol.no_cat_parent.FILECAT})</span> </td> </tr> <!-- END no_cat_parent --> <!-- END catcol --> ! </table></td></tr> ! <tr valign="middle"> ! <td class="cat"><span class="gensmall"> </span></td> ! </tr> </table> <!-- ENDIF --> |