|
From: FlorinCB <ory...@us...> - 2008-10-04 22:17:33
|
Update of /cvsroot/mxbb/mx_smartor/templates/_core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31876/templates/_core Modified Files: album_cat_body.tpl album_index_body.tpl album_showpage_body.tpl Log Message: upgrade finaly Index: album_index_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/_core/album_index_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** album_index_body.tpl 29 Aug 2008 10:31:40 -0000 1.3 --- album_index_body.tpl 4 Oct 2008 21:13:54 -0000 1.4 *************** *** 86,91 **** <tr><td class="catLeft" colspan="2" height="28"><span class="cattitle">{recent_comments_block.L_LAST_COMMENT_INFO}</span></td></tr> <tr> ! <th class="thTop" width="10%" height="25" nowrap="nowrap">{L_PIC_TITLE}</th> ! <th class="thTop" width="90%" height="25" nowrap="nowrap">{recent_comments_block.L_COMMENTS}</th> </tr> <!-- BEGIN comment_row --> --- 86,91 ---- <tr><td class="catLeft" colspan="2" height="28"><span class="cattitle">{recent_comments_block.L_LAST_COMMENT_INFO}</span></td></tr> <tr> ! <th class="thTop" width="10%" height="25">{L_PIC_TITLE}</th> ! <th class="thTop" width="90%" height="25>{recent_comments_block.L_COMMENTS}</th> </tr> <!-- BEGIN comment_row --> Index: album_showpage_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/_core/album_showpage_body.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** album_showpage_body.tpl 12 Sep 2008 05:17:58 -0000 1.5 --- album_showpage_body.tpl 4 Oct 2008 21:13:54 -0000 1.6 *************** *** 184,197 **** <td class="row2 bg2 nav" align="right"> ! <form action="{PAFILEDB_SEARCH_ACTION}"> ! <span class="gensmall">Search for: ! <select name="mode"> ! <option value="user">User Name</option> ! <option value="name">Name</option> ! <option value="desc">Description</option> ! </select> ! <br />that contains: <input type="text" name="search" maxlength="20"> <input type="submit" value="Go"></span> ! {PAFILEDB_SEARCH_HIDDEN} ! </form> </td> </tr> --- 184,202 ---- <td class="row2 bg2 nav" align="right"> ! <form> ! <span> ! {L_SEARCH}: ! <select> ! <option>{L_USERNAME}</option> ! <option>{L_PIC_NAME}</option> ! <option>{L_DESCRIPTION}</option> ! </select> ! <br>{L_SEARCH_CONTENTS} ! <input> ! ! <input> ! </span> ! {PAFILEDB_SEARCH_HIDDEN} ! </form> </td> </tr> Index: album_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/_core/album_cat_body.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** album_cat_body.tpl 29 Aug 2008 13:34:38 -0000 1.4 --- album_cat_body.tpl 4 Oct 2008 21:13:54 -0000 1.5 *************** *** 205,214 **** <!-- BEGIN comment_row --> <tr> ! <td class="row1" align="center" valign="middle" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';" nowrap="nowrap"> <table><tr><td><div class="picshadow"><div class="picframe"> <a href="{recent_comments_block.comment_row.U_PIC}" {TARGET_BLANK}><img src="{recent_comments_block.comment_row.THUMBNAIL}" {THUMB_SIZE} alt="{recent_comments_block.comment_row.DESC}" title="{recent_comments_block.comment_row.DESC}" vspace="10" border="0" {recent_comments_block.comment_row.PIC_PREVIEW} /></a> </div></div></td></tr></table> </td> ! <td class="row1" valign="top" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';" nowrap="nowrap"> <div style="text-align: right; float: right;"><span class="gensmall"><b>{L_PIC_TITLE}</b>: {recent_comments_block.comment_row.TITLE}</span></div> <span class="gensmall"><b>{L_POSTER}</b>: {recent_comments_block.comment_row.POSTER} [{recent_comments_block.comment_row.TIME}]</span> --- 205,214 ---- <!-- BEGIN comment_row --> <tr> ! <td class="row1" align="center" valign="middle" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';"> <table><tr><td><div class="picshadow"><div class="picframe"> <a href="{recent_comments_block.comment_row.U_PIC}" {TARGET_BLANK}><img src="{recent_comments_block.comment_row.THUMBNAIL}" {THUMB_SIZE} alt="{recent_comments_block.comment_row.DESC}" title="{recent_comments_block.comment_row.DESC}" vspace="10" border="0" {recent_comments_block.comment_row.PIC_PREVIEW} /></a> </div></div></td></tr></table> </td> ! <td class="row1" valign="top" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';"> <div style="text-align: right; float: right;"><span class="gensmall"><b>{L_PIC_TITLE}</b>: {recent_comments_block.comment_row.TITLE}</span></div> <span class="gensmall"><b>{L_POSTER}</b>: {recent_comments_block.comment_row.POSTER} [{recent_comments_block.comment_row.TIME}]</span> |