|
From: FlorinCB <ory...@us...> - 2008-08-29 13:34:44
|
Update of /cvsroot/mxbb/mx_smartor/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27425 Modified Files: album_box.tpl album_cat_body.tpl album_showpage_body.tpl Log Message: fix Index: album_box.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/_core/album_box.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** album_box.tpl 29 Aug 2008 10:31:39 -0000 1.3 --- album_box.tpl 29 Aug 2008 13:34:37 -0000 1.4 *************** *** 17,21 **** <th class="thCornerL" width="80%" height="25" colspan="2" nowrap="nowrap"> {catheader.L_CATEGORY} </th> <!-- BEGIN thumb --> ! <th width="5%" class="{catheader.thumb.CLASS}"> {catheader.thumb.L_LAST_PIC_THUMB} </th> <!-- END thumb --> <!-- BEGIN total_pics --> --- 17,25 ---- <th class="thCornerL" width="80%" height="25" colspan="2" nowrap="nowrap"> {catheader.L_CATEGORY} </th> <!-- BEGIN thumb --> ! <th width="5%" class="{catheader.thumb.CLASS}"> ! ! {catheader.thumb.L_LAST_PIC_THUMB} ! ! </th> <!-- END thumb --> <!-- BEGIN total_pics --> *************** *** 65,69 **** </td> <!-- BEGIN thumb --> ! <td class="{COL0}" align="center" onMouseOver="this.style.backgroundColor='{THUMB_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{THUMB_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.thumb.LAST_PIC_URL} </span></td> <!-- END thumb --> <!-- BEGIN total_pics --> --- 69,80 ---- </td> <!-- BEGIN thumb --> ! <td class="{COL0}" align="center" onMouseOver="this.style.backgroundColor='{THUMB_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{THUMB_OUT_COLOR}';"> ! <span class="gensmall"> ! <div class="picshadow"> ! <div class="picframe"> ! {catmain.catrow.thumb.LAST_PIC_URL} ! </div> ! </div> ! </span></td> <!-- END thumb --> <!-- BEGIN total_pics --> Index: album_showpage_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/_core/album_showpage_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** album_showpage_body.tpl 29 Aug 2008 10:31:41 -0000 1.3 --- album_showpage_body.tpl 29 Aug 2008 13:34:38 -0000 1.4 *************** *** 190,193 **** --- 190,194 ---- <tr> <td class="row1 bg1" width="100%" align="center"> + <!-- BEGIN switch_slideshow_enabled --> <form name="slideshow" action="{U_SLIDESHOW}" method="post" onsubmit="return true;"> *************** *** 196,203 **** </form> <!-- END switch_slideshow_enabled --> ! {U_PIC_L1}<img src="{U_PIC}" border="0" vspace="10" alt="{PIC_TITLE}" title="{PIC_TITLE}" />{U_PIC_L2}<br /> <span class="genmed">{U_PIC_CLICK} </span><br /> <!-- BEGIN pic_nuffed_enabled --> ! <span class="genmed"><a href="{pic_nuffed_enabled.U_PIC_NUFFED_CLICK}" class="genmed">{pic_nuffed_enabled.L_PIC_NUFFED_CLICK}</a></span><br /> <!-- END pic_nuffed_enabled --> </td> --- 197,213 ---- </form> <!-- END switch_slideshow_enabled --> ! ! <div class="picshadow"> ! <div class="picframe"> ! {U_PIC_L1}<img src="{U_PIC}" border="0" vspace="10" alt="{PIC_TITLE}" title="{PIC_TITLE}" />{U_PIC_L2} ! </div> ! </div> ! <span class="genmed">{U_PIC_CLICK} </span><br /> <!-- BEGIN pic_nuffed_enabled --> ! <span class="genmed"> ! <a href="{pic_nuffed_enabled.U_PIC_NUFFED_CLICK}" class="genmed">{pic_nuffed_enabled.L_PIC_NUFFED_CLICK}</a> ! </span> ! <br /> <!-- END pic_nuffed_enabled --> </td> Index: album_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/_core/album_cat_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** album_cat_body.tpl 29 Aug 2008 10:31:39 -0000 1.3 --- album_cat_body.tpl 29 Aug 2008 13:34:38 -0000 1.4 *************** *** 122,128 **** <!-- BEGIN piccol --> <td class="row1" align="center" width="{S_COL_WIDTH}" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';"> ! <table><tr><td><div class="picshadow"><div class="picframe"> <a href="{index_pics_block.picrow.piccol.U_PIC}" {TARGET_BLANK}><img src="{index_pics_block.picrow.piccol.THUMBNAIL}" {THUMB_SIZE} alt="{index_pics_block.picrow.piccol.DESC}" title="{index_pics_block.picrow.piccol.DESC}" vspace="10" border="0" {index_pics_block.picrow.piccol.PIC_PREVIEW} /></a> ! </div></div></td></tr></table> <span class="genmed"><br />{index_pics_block.picrow.piccol.APPROVAL}</span> </td> --- 122,136 ---- <!-- BEGIN piccol --> <td class="row1" align="center" width="{S_COL_WIDTH}" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';"> ! <table> ! <tr> ! <td> ! <div class="picshadow"> ! <div class="picframe"> <a href="{index_pics_block.picrow.piccol.U_PIC}" {TARGET_BLANK}><img src="{index_pics_block.picrow.piccol.THUMBNAIL}" {THUMB_SIZE} alt="{index_pics_block.picrow.piccol.DESC}" title="{index_pics_block.picrow.piccol.DESC}" vspace="10" border="0" {index_pics_block.picrow.piccol.PIC_PREVIEW} /></a> ! </div> ! </div> ! </td> ! </tr> ! </table> <span class="genmed"><br />{index_pics_block.picrow.piccol.APPROVAL}</span> </td> |