|
From: OryNider <ory...@us...> - 2007-07-04 15:50:19
|
Update of /cvsroot/mxbb/mx_smartor/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29934 Modified Files: album_cat_body.tpl album_showpage_body.tpl subSilver.cfg Log Message: Many bugs fixed by me and Mighty Gorgon himself ... Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/subSilver.cfg,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** subSilver.cfg 3 Jul 2007 01:26:15 -0000 1.6 --- subSilver.cfg 4 Jul 2007 15:50:06 -0000 1.7 *************** *** 171,173 **** --- 171,194 ---- $images['mx_icon_latest_reply'] = "$current_template_phpbb_images/icon_latest_reply.gif"; $images['mx_icon_newest_reply'] = "$current_template_phpbb_images/icon_newest_reply.gif"; + + // + // Define common theme colors (if not present in db) + // + $theme['body_bgcolor'] = ( ($theme['body_bgcolor']) ? $theme['body_bgcolor'] : 'FFFFFF' ); + $theme['body_text'] = ( ($theme['body_text']) ? $theme['body_text'] : '383B3F' ); + $theme['body_link'] = ( ($theme['body_link']) ? $theme['body_link'] : '006699' ); + $theme['body_vlink'] = ( ($theme['body_vlink']) ? $theme['body_vlink'] : '006699' ); + $theme['body_alink'] = ( ($theme['body_alink']) ? $theme['body_alink'] : '006699' ); + $theme['body_hlink'] = ( ($theme['body_hlink']) ? $theme['body_hlink'] : 'f3a625' ); + $theme['tr_color1'] = ( ($theme['tr_color1']) ? $theme['tr_color1'] : 'F7EEEE' ); // row1 + $theme['tr_color2'] = ( ($theme['tr_color2']) ? $theme['tr_color2'] : 'FBF4F4' ); // row2 + $theme['tr_color3'] = ( ($theme['tr_color3']) ? $theme['tr_color3'] : 'f1f1f1' ); // row3 + $theme['th_color1'] = ( ($theme['th_color1']) ? $theme['th_color1'] : 'FFA34F' ); // bodyline border color + $theme['th_color2'] = ( ($theme['th_color2']) ? $theme['th_color2'] : '333333' ); // forumline border color + $theme['th_color3'] = ( ($theme['th_color3']) ? $theme['th_color3'] : 'd1d7dc' ); // boxes border color + $theme['td_color1'] = ( ($theme['td_color1']) ? $theme['td_color1'] : 'F7EEEE' ); // code/quote boxes background + $theme['td_color2'] = ( ($theme['td_color2']) ? $theme['td_color2'] : 'FBF4F4' ); // post box background + $theme['fontface1'] = ( ($theme['fontface1']) ? $theme['fontface1'] : 'Verdana,Arial,Helvetica,sans-serif'); + $theme['fontcolor1'] = ( ($theme['fontcolor1']) ? $theme['fontcolor1'] : '383B3F' ); // Main font color + $theme['fontcolor2'] = ( ($theme['fontcolor2']) ? $theme['fontcolor2'] : '726363' ); ?> \ No newline at end of file Index: album_showpage_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/album_showpage_body.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** album_showpage_body.tpl 7 Jun 2007 20:13:45 -0000 1.7 --- album_showpage_body.tpl 4 Jul 2007 15:50:06 -0000 1.8 *************** *** 153,161 **** <style type="text/css"> <!-- ! .shadow { color:#00aa00; filter: DropShadow(Color=#660000, OffX=3, OffY=3, Positive=1)} ! img.shadow { color:#00aa00; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='gray', Positive='true')} --> </style> - <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> --- 153,160 ---- <style type="text/css"> <!-- ! .shadow { color:#00aa00; filter: DropShadow(Color=#660000, OffX=3, OffY=3, Positive=1) } ! img.shadow { color:#00aa00; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='gray', Positive='true') } --> </style> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> Index: album_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/album_cat_body.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** album_cat_body.tpl 7 Jun 2007 20:13:40 -0000 1.6 --- album_cat_body.tpl 4 Jul 2007 15:50:06 -0000 1.7 *************** *** 64,119 **** </table> {ALBUM_BOARD_INDEX} ! <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> ! <tr> ! <th class="thTop" height="25" align="center" colspan="{S_COLS}" nowrap="nowrap">{L_CATEGORY} :: {CAT_TITLE}</th> ! </tr> ! <!-- BEGIN no_pics --> ! <tr> ! <td class="row5" align="center" height="50"><span class="gen">{L_NO_PICS}</span></td> ! </tr> ! <!-- END no_pics --> ! <!-- BEGIN picrow --> ! <tr> ! <!-- BEGIN piccol --> ! <td align="center" width="{S_COL_WIDTH}" class="row1"><span class="genmed"><a href="{picrow.piccol.U_PIC}" {TARGET_BLANK}><img class="shadow" src="{picrow.piccol.THUMBNAIL}" border="0" alt="{picrow.piccol.DESC}" title="{picrow.piccol.DESC}" vspace="10" /></a><br /><i>{picrow.piccol.TITLE}</i> {picrow.piccol.APPROVAL}</span></td> ! <!-- END piccol --> ! </tr> ! <tr> ! <!-- BEGIN pic_detail --> ! <td class="row2"><span class="gensmall"> ! {L_POSTER}: {picrow.pic_detail.POSTER}<br /> ! {L_POSTED}: {picrow.pic_detail.TIME}<br /> ! {L_VIEW}: {picrow.pic_detail.VIEW}, {picrow.pic_detail.COMMENTS} ! {picrow.pic_detail.RATING} ! {picrow.pic_detail.IP} ! {picrow.pic_detail.EDIT} {picrow.pic_detail.DELETE} {picrow.pic_detail.LOCK} {picrow.pic_detail.MOVE}</span> </td> ! <!-- END pic_detail --> ! </tr> ! <!-- END picrow --> ! <tr> ! <td class="catBottom" colspan="{S_COLS}" align="center" height="28"> ! <form action="{S_ALBUM_ACTION}" method="post"> ! <span class="gensmall">{L_SELECT_SORT_METHOD}: ! <select name="sort_method"> ! <option {SORT_TIME} value='pic_time'>{L_TIME}</option> ! <option {SORT_PIC_TITLE} value='pic_title'>{L_PIC_TITLE}</option> ! <option {SORT_USERNAME} value='username'>{L_USERNAME}</option> ! <option {SORT_VIEW} value='pic_view_count'>{L_VIEW}</option> ! ! ! {SORT_RATING_OPTION} ! {SORT_COMMENTS_OPTION} ! {SORT_NEW_COMMENT_OPTION} ! </select> ! {L_ORDER}: ! <select name="sort_order"> ! <option {SORT_ASC} value='ASC'>{L_ASC}</option> ! <option {SORT_DESC} value='DESC'>{L_DESC}</option> ! </select> ! <input type="submit" name="submit" value="{L_SORT}" class="liteoption" /></span> </td> ! </tr> </table> <table width="98%" align="center" cellspacing="1" cellpadding="2" border="0"> --- 64,265 ---- </table> {ALBUM_BOARD_INDEX} ! <!-- BEGIN index_pics_block --> ! <table class="forumline" width="98%" align="center" cellspacing="1" cellpadding="2"> ! <tr> ! <th class="thTop" height="25" align="center" colspan="{S_COLS}" nowrap="nowrap"> ! <!-- BEGIN enable_gallery_title --> ! {CAT_TITLE} ! <!-- END enable_gallery_title --> ! </th> ! </tr> ! <!-- BEGIN no_pics --> ! <tr> ! <td class="row1" align="center" colspan="{S_COLS}"> ! <span class="gen"> ! <br /> ! {L_NO_PICS}<br /> ! <br /> ! <!-- BEGIN manage_personal_gal_folders --> ! {U_CREATE_PERSONAL_GALLERY} ! <br /> ! <!-- ! <a href="{U_CREATE_PERSONAL_GALLERY}"><img src="{CREATE_CATEGORY_IMG}" border="0" alt="{L_CREATE_PERSONAL_GALLERY}" title="{L_CREATE_PERSONAL_GALLERY}" /></a><br /> ! <br /> ! --> ! <!-- END manage_personal_gal_folders --> ! </span> ! </td> ! </tr> ! <!-- END no_pics --> ! <!-- BEGIN picrow --> ! <tr> ! <!-- 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> ! <!-- END piccol --> ! <!-- BEGIN nopiccol --> ! <td align="center" width="{S_COL_WIDTH}" class="row1"> </span></td> ! <!-- END nopiccol --> ! </tr> ! <tr> ! <!-- BEGIN pic_detail --> ! <td class="row2" align="center"> ! <span class="gensmall"> ! {L_PIC_TITLE}: {index_pics_block.picrow.pic_detail.TITLE}<br /> ! {L_PIC_ID}: {index_pics_block.picrow.pic_detail.PIC_ID}<br /> ! <!-- BEGIN cats --> ! {L_PIC_CAT}: <a href="{index_pics_block.picrow.pic_detail.cats.U_PIC_CAT}" {TARGET_BLANK}>{index_pics_block.picrow.pic_detail.cats.CATEGORY}</a><br /> ! <!-- END cats --> ! {L_POSTER}: {index_pics_block.picrow.pic_detail.POSTER}<br /> ! {L_POSTED}: {index_pics_block.picrow.pic_detail.TIME}<br /> ! {L_VIEW}: {index_pics_block.picrow.pic_detail.VIEW}<br /> ! {index_pics_block.picrow.pic_detail.RATING} ! {index_pics_block.picrow.pic_detail.COMMENTS} ! {index_pics_block.picrow.pic_detail.IP} ! {index_pics_block.picrow.pic_detail.EDIT} {index_pics_block.picrow.pic_detail.DELETE} {index_pics_block.picrow.pic_detail.LOCK} {index_pics_block.picrow.pic_detail.MOVE} {index_pics_block.picrow.pic_detail.AVATAR_PIC} <!-- {index_pics_block.picrow.pic_detail.IMG_BBCODE} --> ! </span> ! </td> ! <!-- END pic_detail --> ! <!-- BEGIN picnodetail --> ! <td class="row2"> </td> ! <!-- END picnodetail --> ! </tr> ! <!-- END picrow --> ! <tr> ! <td class="catBottom" colspan="{S_COLS}" align="center" height="28"> ! <form action="{S_ALBUM_ACTION}" method="post"> ! <span class="gensmall">{L_SELECT_SORT_METHOD}: ! <select name="sort_method"> ! <option {SORT_TIME} value='pic_time'>{L_TIME}</option> ! <option {SORT_PIC_TITLE} value='pic_title'>{L_PIC_TITLE}</option> ! {SORT_USERNAME_OPTION} ! <option {SORT_VIEW} value='pic_view_count'>{L_VIEW}</option> ! {SORT_RATING_OPTION} ! {SORT_COMMENTS_OPTION} ! {SORT_NEW_COMMENT_OPTION} ! </select> ! {L_ORDER}: ! <select name="sort_order"> ! <option {SORT_ASC} value='ASC'>{L_ASC}</option> ! <option {SORT_DESC} value='DESC'>{L_DESC}</option> ! </select> ! <input type="submit" name="submit" value="{L_SORT}" class="liteoption" /></span> ! </td> ! </tr> ! </table> ! <!-- END index_pics_block --> ! ! <!-- BEGIN recent_comments_block --> ! <br /> ! <table class="forumline" width="98%" align="center" cellspacing="1" cellpadding="2"> ! <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 --> ! <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> ! <hr /> ! <div class="postbody">{recent_comments_block.comment_row.COMMENT_TEXT}</div> ! <!-- ! <span class="gensmall"><b>{L_PIC_TITLE}</b>: {recent_comments_block.comment_row.TITLE}</span><br /> ! <span class="gensmall"><b>{L_POSTER}</b>: {recent_comments_block.comment_row.POSTER}</span><br /> ! <span class="gensmall"><b>{L_POSTED}</b>: {recent_comments_block.comment_row.TIME}</span><hr /> ! <span class="gensmall"><b>{recent_comments_block.L_LAST_COMMENT}</b>:</span><hr /> ! <div class="postbody">{recent_comments_block.comment_row.COMMENT_TEXT}</div> ! --> ! </td> ! </tr> ! <!-- END comment_row --> ! </table> ! <br /> ! <!-- END recent_comments_block --> ! ! <!-- BEGIN recent_pics_block --> ! <br /> ! <table class="forumline" width="98%" align="center" cellspacing="1" cellpadding="2"> ! <tr><th class="thTop" height="25" colspan="{S_COLS}" nowrap="nowrap">{L_RECENT_PUBLIC_PICS}</th></tr> ! <!-- BEGIN no_pics --> ! <tr><td class="row1" align="center" colspan="{S_COLS}" height="50"><span class="gen">{L_NO_PICS}</span></td></tr> ! <!-- END no_pics --> ! <!-- BEGIN recent_pics --> ! <tr> ! <!-- BEGIN recent_col --> ! <td class="row1" width="{S_COL_WIDTH}" align="center" 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> ! <tr> ! <!-- BEGIN recent_detail --> ! <td class="row2" align="center"> ! <span class="gensmall"> ! {L_POSTER}: {recent_pics_block.recent_pics.recent_detail.POSTER}<br /> ! {L_PIC_TITLE}: {recent_pics_block.recent_pics.recent_detail.TITLE}<br /> ! {L_PIC_ID}: {recent_pics_block.recent_pics.recent_detail.PIC_ID}<br /> ! {L_POSTED}: {recent_pics_block.recent_pics.recent_detail.TIME}<br /> ! {L_VIEW}: {recent_pics_block.recent_pics.recent_detail.VIEW}<br /> ! {recent_pics_block.recent_pics.recent_detail.RATING} ! {recent_pics_block.recent_pics.recent_detail.COMMENTS} ! {recent_pics_block.recent_pics.recent_detail.IP} ! </span> ! </td> ! <!-- END recent_detail --> ! </tr> ! <!-- END recent_pics --> ! </table> ! <br /> ! <!-- END recent_pics_block --> ! ! <!-- BEGIN mostviewed_pics_block --> ! <table class="forumline" width="98%" align="center" cellspacing="1" cellpadding="2"> ! <tr><th class="thTop" height="25" colspan="{S_COLS}" nowrap="nowrap">{L_MOST_VIEWED}</th></tr> ! <!-- BEGIN no_pics --> ! <tr><td class="row1" align="center" colspan="{S_COLS}" height="50"><span class="gen">{L_NO_PICS}</span></td></tr> ! <!-- END no_pics --> ! <!-- BEGIN mostviewed_pics --> ! <tr> ! <!-- BEGIN mostviewed_col --> ! <td class="row1" width="{S_COL_WIDTH}" align="center" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';"> ! <table><tr><td><div class="picshadow"><div class="picframe"> ! <a href="{mostviewed_pics_block.mostviewed_pics.mostviewed_col.U_PIC}" {TARGET_BLANK}><img src="{mostviewed_pics_block.mostviewed_pics.mostviewed_col.THUMBNAIL}" {THUMB_SIZE} alt="{mostviewed_pics_block.mostviewed_pics.mostviewed_col.DESC}" title="{mostviewed_pics_block.mostviewed_pics.mostviewed_col.DESC}" vspace="10" border="0" {mostviewed_pics_block.mostviewed_pics.mostviewed_col.PIC_PREVIEW} /></a> ! </div></div></td></tr></table> </td> ! <!-- END mostviewed_col --> ! </tr> ! <tr> ! <!-- BEGIN mostviewed_detail --> ! <td class="row2" align="center"> ! <span class="gensmall"> ! {L_POSTER}: {mostviewed_pics_block.mostviewed_pics.mostviewed_detail.H_POSTER}<br /> ! {L_PIC_TITLE}: {mostviewed_pics_block.mostviewed_pics.mostviewed_detail.H_TITLE}<br /> ! {L_PIC_ID}: {mostviewed_pics_block.mostviewed_pics.mostviewed_detail.PIC_ID}<br /> ! {L_POSTED}: {mostviewed_pics_block.mostviewed_pics.mostviewed_detail.H_TIME}<br /> ! {L_VIEW}: {mostviewed_pics_block.mostviewed_pics.mostviewed_detail.H_VIEW}<br /> ! {mostviewed_pics_block.mostviewed_pics.mostviewed_detail.H_RATING} ! {mostviewed_pics_block.mostviewed_pics.mostviewed_detail.H_COMMENTS} ! {mostviewed_pics_block.mostviewed_pics.mostviewed_detail.H_IP} ! </span> ! </td> ! <!-- END mostviewed_detail --> ! </tr> ! <!-- END mostviewed_pics --> </table> + <br /> + <!-- END mostviewed_pics_block --> <table width="98%" align="center" cellspacing="1" cellpadding="2" border="0"> |