|
From: OryNider <ory...@us...> - 2008-03-15 21:33:55
|
Update of /cvsroot/mxbb/mx_smartor/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23513/_core Modified Files: album_lists.tpl Log Message: picture album efect in album lists Index: album_lists.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/_core/album_lists.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** album_lists.tpl 5 Feb 2008 04:04:24 -0000 1.1 --- album_lists.tpl 15 Mar 2008 21:33:50 -0000 1.2 *************** *** 5,9 **** --> </style> - <!-- BEGIN recent_pics_block --> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> --- 5,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 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> --- 18,26 ---- <tr> <!-- BEGIN recent_col --> ! <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="{recent_pics_block.recent_pics.recent_col.U_PIC}" {TARGET_BLANK}><img src="{recent_pics_block.recent_pics.recent_col.THUMBNAIL}" {THUMB_SIZE} alt="{recent_pics_block.recent_pics.recent_col.DESC}" title="{recent_pics_block.recent_pics.recent_col.DESC}" vspace="10" border="0" {recent_pics_block.recent_pics.recent_col.PIC_PREVIEW} /></a> ! </div></div></td></tr></table> ! </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 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> --- 51,59 ---- <tr> <!-- BEGIN most_col --> ! <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="{most_pics_block.most_pics.most_col.U_PIC}" {TARGET_BLANK}><img src="{most_pics_block.most_pics.most_col.THUMBNAIL}" {THUMB_SIZE} alt="{most_pics_block.most_pics.most_col.DESC}" title="{most_pics_block.most_pics.most_col.DESC}" vspace="10" border="0" {most_pics_block.most_pics.most_col.PIC_PREVIEW} /></a> ! </div></div></td></tr></table> ! </td> <!-- END most_col --> </tr> *************** *** 76,81 **** <!-- BEGIN highest_pics --> <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> --- 83,92 ---- <!-- BEGIN highest_pics --> <tr> ! <!-- BEGIN highest_col --> ! <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="{highest_pics_block.highest_pics.highest_col.U_PIC}" {TARGET_BLANK}><img src="{highest_pics_block.highest_pics.highest_col.THUMBNAIL}" {THUMB_SIZE} alt="{highest_pics_block.highest_pics.highest_col.DESC}" title="{highest_pics_block.highest_pics.highest_col.DESC}" vspace="10" border="0" {highest_pics_block.highest_pics.highest_col.PIC_PREVIEW} /></a> ! </div></div></td></tr></table> ! </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 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> --- 118,126 ---- <tr> <!-- BEGIN rand_col --> ! <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="{random_pics_block.rand_pics.rand_col.highest_col.U_PIC}" {TARGET_BLANK}><img src="{random_pics_block.rand_pics.rand_col.THUMBNAIL}" {THUMB_SIZE} alt="{random_pics_block.rand_pics.rand_col.DESC}" title="{random_pics_block.rand_pics.rand_col.DESC}" vspace="10" border="0" {random_pics_block.rand_pics.rand_col.PIC_PREVIEW} /></a> ! </div></div></td></tr></table> ! </td> <!-- END rand_col --> </tr> |