|
From: OryNider <ory...@us...> - 2007-07-05 06:00:27
|
Update of /cvsroot/mxbb/mx_smartor/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28358/templates/subSilver Modified Files: album_lists.tpl subSilver.cfg Log Message: this will enable preview in album_list if is on album_index. Index: album_lists.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/album_lists.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** album_lists.tpl 7 Jun 2007 20:13:42 -0000 1.7 --- album_lists.tpl 5 Jul 2007 06:00:22 -0000 1.8 *************** *** 19,23 **** <tr> <!-- BEGIN recent_col --> ! <td class="row1" width="{S_COL_WIDTH}" align="center"><a href="{recent_pics_block.recent_pics.recent_col.U_PIC}" {TARGET_BLANK}><img class="shadow" src="{recent_pics_block.recent_pics.recent_col.THUMBNAIL}" border="0" alt="{recent_pics_block.recent_pics.recent_col.DESC}" title="{recent_pics_block.recent_pics.recent_col.DESC}" vspace="10" /></a></td> <!-- END recent_col --> </tr> --- 19,23 ---- <tr> <!-- BEGIN recent_col --> ! <td class="row1" width="{S_COL_WIDTH}" align="center"><a href="{recent_pics_block.recent_pics.recent_col.U_PIC}" {TARGET_BLANK}><img src="{recent_pics_block.recent_pics.recent_col.THUMBNAIL}" border="0" alt="{recent_pics_block.recent_pics.recent_col.DESC}" title="{recent_pics_block.recent_pics.recent_col.DESC}" vspace="10" {recent_pics_block.recent_pics.recent_col.PIC_PREVIEW} /></a></td> <!-- END recent_col --> </tr> *************** *** 48,52 **** <tr> <!-- BEGIN most_col --> ! <td class="row1" width="{S_COL_WIDTH}" align="center"><a href="{most_pics_block.most_pics.most_col.U_PIC}" {TARGET_BLANK}><img class="shadow" src="{most_pics_block.most_pics.most_col.THUMBNAIL}" border="0" alt="{most_pics_block.most_pics.most_col.DESC}" title="{most_pics_block.most_pics.most_col.DESC}" vspace="10" /></a></td> <!-- END most_col --> </tr> --- 48,52 ---- <tr> <!-- BEGIN most_col --> ! <td class="row1" width="{S_COL_WIDTH}" align="center"><a href="{most_pics_block.most_pics.most_col.U_PIC}" {TARGET_BLANK}><img src="{most_pics_block.most_pics.most_col.THUMBNAIL}" border="0" alt="{most_pics_block.most_pics.most_col.DESC}" title="{most_pics_block.most_pics.most_col.DESC}" vspace="10" {most_pics_block.most_pics.most_col.PIC_PREVIEW} /></a></td> <!-- END most_col --> </tr> *************** *** 77,81 **** <tr> <!-- BEGIN highest_col --> ! <td class="row1" width="{S_COL_WIDTH}" align="center"><a href="{highest_pics_block.highest_pics.highest_col.U_PIC}" {TARGET_BLANK}><img class="shadow" src="{highest_pics_block.highest_pics.highest_col.THUMBNAIL}" border="0" alt="{highest_pics_block.highest_pics.highest_col.DESC}" title="{highest_pics_block.highest_pics.highest_col.DESC}" vspace="10" /></a></td> <!-- END highest_col --> </tr> --- 77,81 ---- <tr> <!-- BEGIN highest_col --> ! <td class="row1" width="{S_COL_WIDTH}" align="center"><a href="{highest_pics_block.highest_pics.highest_col.U_PIC}" {TARGET_BLANK}><img src="{highest_pics_block.highest_pics.highest_col.THUMBNAIL}" border="0" alt="{highest_pics_block.highest_pics.highest_col.DESC}" title="{highest_pics_block.highest_pics.highest_col.DESC}" vspace="10" {highest_pics_block.highest_pics.highest_col.PIC_PREVIEW} /></a></td> <!-- END highest_col --> </tr> *************** *** 107,111 **** <tr> <!-- BEGIN rand_col --> ! <td class="row1" width="{S_COL_WIDTH}" align="center"><a href="{random_pics_block.rand_pics.rand_col.U_PIC}" {TARGET_BLANK}><img class="shadow" src="{random_pics_block.rand_pics.rand_col.THUMBNAIL}" border="0" alt="{random_pics_block.rand_pics.rand_col.DESC}" title="{random_pics_block.rand_pics.rand_col.DESC}" vspace="10" /></a></td> <!-- END rand_col --> </tr> --- 107,111 ---- <tr> <!-- BEGIN rand_col --> ! <td class="row1" width="{S_COL_WIDTH}" align="center"><a href="{random_pics_block.rand_pics.rand_col.U_PIC}" {TARGET_BLANK}><img src="{random_pics_block.rand_pics.rand_col.THUMBNAIL}" border="0" alt="{random_pics_block.rand_pics.rand_col.DESC}" title="{random_pics_block.rand_pics.rand_col.DESC}" vspace="10" {random_pics_block.rand_pics.rand_col.PIC_PREVIEW} /></a></td> <!-- END rand_col --> </tr> |