|
From: Jon O. <jon...@us...> - 2007-05-31 19:54:17
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24119 Modified Files: pa_mini.tpl Log Message: minor fixes Index: pa_mini.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_mini.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pa_mini.tpl 13 Aug 2006 18:53:10 -0000 1.1 --- pa_mini.tpl 31 May 2007 19:54:14 -0000 1.2 *************** *** 21,24 **** --- 21,50 ---- <td align="center"> + <!-- 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 --> + <tr> + <td> + <a href="{catcol.no_cat_parent.U_CAT}"><img src="{catcol.no_cat_parent.CAT_IMAGE}" alt="{catcol.no_cat_parent.CAT_NAME}" align="absmiddle" border="0" /></a> + </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 --> + <!-- IF FILELIST --> <table width="100%" cellpadding="2" cellspacing="0"> |