Update of /cvsroot/mxbb/mx_smartor/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9232/templates/subSilver Modified Files: album_box.tpl album_cat_body.tpl album_comment_body.tpl album_edit_body.tpl album_hon.tpl album_index_body.tpl album_lists.tpl album_memberlist_body.tpl album_modcp_body.tpl album_move_body.tpl album_page_body.tpl album_personal_body.tpl album_personal_index_body.tpl album_posting_smilies.tpl album_rate_body.tpl album_search_body.tpl album_showpage_body.tpl album_upload_body.tpl subSilver.cfg Added Files: album_jupload_body.tpl album_nuffimage_box.tpl album_nuffload_pbar_body.tpl album_otf_body.tpl album_pic_nuffed_body.tpl album_slideshow_body.tpl subSilver.css Log Message: Index: album_hon.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/album_hon.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** album_hon.tpl 18 Feb 2005 10:10:14 -0000 1.3 --- album_hon.tpl 7 Jun 2007 20:13:40 -0000 1.4 *************** *** 1,8 **** ! <form action="album_hotornot.php"> ! <input type="hidden" name="pic_id" value="{PICTURE_ID}" /> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <!-- BEGIN hon_rating --> <tr> ! <td align="center" class="row2"><span class="genmed">Rate me: <!-- BEGIN hon_row --> --- 1,7 ---- ! <form action="album_hotornot.php" method="post"> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <!-- BEGIN hon_rating --> <tr> ! <td align="center" class="row2"><span class="genmed">Rata me: <!-- BEGIN hon_row --> *************** *** 67,68 **** --- 66,75 ---- </tr> </table> + + <br /> + + <!-- + You must keep my copyright notice visible with its original content + --> + <div align="center" style="font-family: Verdana; font-size: 10px; letter-spacing: -1px">Powered by Photo Album Addon {ALBUM_VERSION} © 2002-2003 <a href="http://smartor.is-root.com" target="_blank">Smartor</a> <br /> {ALBUM_VERSION_INFO}</div> + <br /> \ No newline at end of file Index: album_box.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/album_box.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** album_box.tpl 5 Apr 2006 21:40:23 -0000 1.2 --- album_box.tpl 7 Jun 2007 20:13:40 -0000 1.3 *************** *** 1,87 **** <!-- BEGIN catheader --> ! <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> ! <tr> ! <th width="80%" class="thCornerL" height="25" 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 --> ! <th width="5%" class="{catheader.total_pics.CLASS}"> {catheader.total_pics.L_TOTAL_PICS} </th> ! <!-- END total_pics --> ! <!-- BEGIN total_comments --> ! <th width="5%" class="{catheader.total_comments.CLASS}"> {catheader.total_comments.L_TOTAL_COMMENTS} </th> ! <!-- END total_comments --> ! <!-- BEGIN pics --> ! <th width="5%" class="{catheader.pics.CLASS}"> {catheader.pics.L_PICS} </th> ! <!-- END pics --> ! <!-- BEGIN comments --> ! <th width="5%" class="{catheader.comments.CLASS}" > {catheader.comments.L_COMMENTS} </th> ! <!-- END comments --> ! <!-- BEGIN last_comment --> ! <th width="10%" class="{catheader.last_comment.CLASS}" > {catheader.last_comment.L_LAST_COMMENT_INFO} </th> ! <!-- END last_comment --> ! <!-- BEGIN last_pic --> ! <th width="10%" class="{catheader.last_pic.CLASS}"> {catheader.last_pic.L_LAST_PIC} </th> ! <!-- END last_pic --> ! </tr> ! <tr> ! <!-- BEGIN col_span --> ! <!-- <td class="catLeft" colspan="{catheader.col_span.HEADER_COL_SPAN}" height="28"><span class="cattitle">{catheader.L_PUBLIC_CATS}</span></td> --> ! <!-- END col_span --> ! </tr> <!-- END catheader --> <!-- BEGIN catmain --> <!-- BEGIN catrow --> ! <tr> ! <td class="row1" height="50" onMouseOver="this.style.backgroundColor='{catmain.catrow.T_TD_COLOR1}';" onMouseOut="this.style.backgroundColor='{catmain.catrow.T_TR_COLOR1}';"> ! <span class="forumlink"><a href="{catmain.catrow.U_VIEWCAT}" class="forumlink">{catmain.catrow.CAT_TITLE}</a> ! <!-- BEGIN newpics --> ! <img src="{catmain.catrow.newpics.I_NEWEST_PICS}" alt="{catmain.catrow.newpics.L_NEWEST_PICS}" title="{catmain.catrow.newpics.L_NEWEST_PICS}"> ! <!-- END newpics --> ! <br /></span> ! <span class="genmed">{catmain.catrow.CAT_DESC}<!--<br />--></span> ! <span class="gensmall">{catmain.catrow.L_MODERATORS} {catmain.catrow.MODERATORS}</span> ! </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 --> ! <td class="{COL1}" align="center" onMouseOver="this.style.backgroundColor='{TOTAL_PICS_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{TOTAL_PICS_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.total_pics.TOTAL_PICS}</span></td> ! <!-- END total_pics --> ! <!-- BEGIN total_comments --> ! <td class="{COL2}" align="center" onMouseOver="this.style.backgroundColor='{TOTAL_COMMENTS_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{TOTAL_COMMENTS_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.total_comments.TOTAL_COMMENTS}</span></td> ! <!-- END total_comments --> ! <!-- BEGIN pics --> ! <td class="{COL3}" align="center" onMouseOver="this.style.backgroundColor='{PICS_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{PICS_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.pics.PICS}</span></td> ! <!-- END pics --> ! <!-- BEGIN comments --> ! <td class="{COL4}" align="center" onMouseOver="this.style.backgroundColor='{COMMENTS_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{COMMENTS_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.comments.COMMENTS}</span></td> ! <!-- END comments --> ! <!-- BEGIN last_comment --> ! <td class="{COL5}" align="center" nowrap="nowrap" onMouseOver="this.style.backgroundColor='{LAST_COMMENT_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{LAST_COMMENT_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.last_comment.LAST_COMMENT_INFO}</span></td> ! <!-- END last_comment --> ! <!-- BEGIN last_pic --> ! <td class="{COL6}" align="center" nowrap="nowrap" onMouseOver="this.style.backgroundColor='{LAST_PIC_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{LAST_PIC_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.last_pic.LAST_PIC_INFO}</span></td> ! <!-- END last_pic --> ! </tr> ! ! <!-- BEGIN subcat_link --> ! <tr> ! <td class="row1" colspan="4" height="28"> ! <span class="gensmall"><b>{catmain.catrow.subcat_link.L_LINKS}</b>: {catmain.catrow.subcat_link.LINKS}</span><hr> ! </td> ! </tr> ! <!-- END subcat_link --> ! <!-- END catrow --> ! <!-- END catmain --> <!-- BEGIN catfooter --> ! <!-- BEGIN cat_public_footer --> ! <tr> ! <td class="cat" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}" height="28"><span class="cattitle"><a href="{catfooter.cat_public_footer.U_USERS_PERSONAL_GALLERIES}" class="cattitle">{catfooter.cat_public_footer.L_USERS_PERSONAL_GALLERIES}</a> » <a href="{catfooter.cat_public_footer.U_YOUR_PERSONAL_GALLERY}" class="cattitle">{catfooter.cat_public_footer.L_YOUR_PERSONAL_GALLERY}</a></span></td> ! </tr> ! <!-- END cat_public_footer --> ! </table> ! <!-- END catfooter --> \ No newline at end of file --- 1,126 ---- <!-- BEGIN catheader --> ! <table class="forumline" width="98%" align="center" cellspacing="1" cellpadding="2"> ! <tr> ! <!-- BEGIN col_span --> ! <td class="catLeft" colspan="{catheader.col_span.HEADER_COL_SPAN}" height="28"><span class="cattitle">{catheader.L_PUBLIC_CATS}</span></td> ! <!-- END col_span --> ! </tr> ! <tr> ! <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 --> ! <th width="5%" class="{catheader.total_pics.CLASS}"> {catheader.total_pics.L_TOTAL_PICS} </th> ! <!-- END total_pics --> ! <!-- BEGIN total_comments --> ! <th width="5%" class="{catheader.total_comments.CLASS}"> {catheader.total_comments.L_TOTAL_COMMENTS} </th> ! <!-- END total_comments --> ! <!-- BEGIN pics --> ! <th width="5%" class="{catheader.pics.CLASS}"> {catheader.pics.L_PICS} </th> ! <!-- END pics --> ! <!-- BEGIN comments --> ! <th width="5%" class="{catheader.comments.CLASS}" nowrap="nowrap"> {catheader.comments.L_COMMENTS} </th> ! <!-- END comments --> ! <!-- BEGIN last_comment --> ! <th width="15%" class="{catheader.last_comment.CLASS}" nowrap="nowrap"> {catheader.last_comment.L_LAST_COMMENT_INFO} </th> ! <!-- END last_comment --> ! <!-- BEGIN last_pic --> ! <th class="{catheader.last_pic.CLASS}" nowrap="nowrap"> {catheader.last_pic.L_LAST_PIC} </th> ! <!-- END last_pic --> ! </tr> <!-- END catheader --> <!-- BEGIN catmain --> <!-- BEGIN catrow --> ! <tr> ! <td class="row1" width="1%"><img src="{catmain.catrow.CAT_IMG}" alt="" /></td> ! <!-- <td class="row1" height="50" onMouseOver="this.style.backgroundColor='{T_TD_COLOR1}';" onMouseOut="this.style.backgroundColor='{T_TR_COLOR1}';"> --> ! <td class="row1" height="50" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';"> ! <span class="forumlink"> ! {NAV_DOT} <a href="{catmain.catrow.U_VIEWCAT}" class="forumlink">{catmain.catrow.CAT_TITLE}</a> ! <!-- BEGIN newpics --> ! <img src="{catmain.catrow.newpics.I_NEWEST_PICS}" border="0" alt="{catmain.catrow.newpics.L_NEWEST_PICS}" title="{catmain.catrow.newpics.L_NEWEST_PICS}"> ! <!-- END newpics --> ! </span> ! <span class="genmed" nowrap="nowrap">{catmain.catrow.SLIDESHOW} </span> ! <br /> ! <img src="{SPACER}" width="14" height="1" alt="" /> ! <span class="genmed">{catmain.catrow.CAT_DESC} </span> ! <span class="gensmall">{catmain.catrow.L_MODERATORS} {catmain.catrow.MODERATORS}</span> ! <!-- BEGIN subcat_link --> ! <br /> ! <img src="{SPACER}" width="1" height="14" alt="" /> ! <span class="gensmall">{catmain.catrow.subcat_link.L_LINKS}: {catmain.catrow.subcat_link.LINKS}</span> ! <!-- END subcat_link --> ! </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 --> ! <td class="{COL1}" align="center" onMouseOver="this.style.backgroundColor='{TOTAL_PICS_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{TOTAL_PICS_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.total_pics.TOTAL_PICS} </span></td> ! <!-- END total_pics --> ! <!-- BEGIN total_comments --> ! <td class="{COL2}" align="center" onMouseOver="this.style.backgroundColor='{TOTAL_COMMENTS_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{TOTAL_COMMENTS_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.total_comments.TOTAL_COMMENTS} </span></td> ! <!-- END total_comments --> ! <!-- BEGIN pics --> ! <td class="{COL3}" align="center" onMouseOver="this.style.backgroundColor='{PICS_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{PICS_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.pics.PICS} </span></td> ! <!-- END pics --> ! <!-- BEGIN comments --> ! <td class="{COL4}" align="center" onMouseOver="this.style.backgroundColor='{COMMENTS_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{COMMENTS_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.comments.COMMENTS} </span></td> ! <!-- END comments --> ! <!-- BEGIN last_comment --> ! <td class="{COL5}" align="center" nowrap="nowrap" onMouseOver="this.style.backgroundColor='{LAST_COMMENT_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{LAST_COMMENT_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.last_comment.LAST_COMMENT_INFO} </span></td> ! <!-- END last_comment --> ! <!-- BEGIN last_pic --> ! <td class="{COL6}" align="center" nowrap="nowrap" onMouseOver="this.style.backgroundColor='{LAST_PIC_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{LAST_PIC_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.last_pic.LAST_PIC_INFO} </span></td> ! <!-- END last_pic --> ! </tr> <!-- END catrow --> ! <!-- END catmain --> <!-- BEGIN catfooter --> ! <!-- BEGIN cat_public_footer --> ! <!-- BEGIN show_all_pics_link --> ! <tr> ! <td class="row1" height="50" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';"> ! <span class="forumlink"> ! {NAV_DOT} <a href="{U_ALBUM_ALLPICS}" class="cattitle">{L_ALBUM_ALLPICS}</a> ! </span> ! </td> ! </tr> ! <!-- END show_all_pics_link --> ! <!-- BEGIN show_otf_link --> ! <tr> ! <td class="row1" height="50" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';"> ! <span class="forumlink"> ! {NAV_DOT} <a href="{U_ALBUM_OTF}" class="cattitle">{L_ALBUM_OTF}</a> ! </span> ! </td> ! </tr> ! <!-- END show_otf_link --> ! <!-- BEGIN show_personal_galleries_link --> ! <tr> ! <td class="row1" height="50" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';"> ! <span class="forumlink"> ! {NAV_DOT} <a href="{catfooter.cat_public_footer.U_USERS_PERSONAL_GALLERIES}" class="cattitle">{catfooter.cat_public_footer.L_USERS_PERSONAL_GALLERIES}</a> ! </span> ! <br /> ! <img src="{SPACER}" width="5" height="15" alt="" /> ! <span class="gensmall"> ! {NAV_DOT} <a href="{catfooter.cat_public_footer.U_YOUR_PERSONAL_GALLERY}" class="gensmall"><b>{catfooter.cat_public_footer.L_YOUR_PERSONAL_GALLERY}</b></a> ! </span> ! </td> ! </tr> ! <!-- END show_personal_galleries_link --> ! <tr> ! <td class="catBottom" height="28" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}"> ! <br /> ! <img src="{SPACER}" width="14" height="1" alt="" /> ! <span class="gensmall">{L_RSS}: <a target="_blank" alt="album_rdf" href="{U_ALBUM_RDF}">1.0</a> <a target="_blank" alt="album_rss" href="{U_ALBUM_RSS}">2.0</a></span> ! </td> ! </tr> ! <!-- END cat_public_footer --> ! <!-- END catfooter --> ! </table> ! <br clear="all" /> \ No newline at end of file Index: album_search_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/album_search_body.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** album_search_body.tpl 5 Apr 2006 21:40:23 -0000 1.4 --- album_search_body.tpl 7 Jun 2007 20:13:44 -0000 1.5 *************** *** 1,69 **** <!-- BEGIN switch_search --> ! <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"> ! <br><br> ! ! <input type="submit" value="Submit"> ! <input type="reset" value="Reset"> ! ! </span> ! {PAFILEDB_SEARCH_HIDDEN} ! </form> <!-- END switch_search --> <!-- BEGIN switch_search_results --> ! <!-- ! <table width="100%" height="99%" cellpadding="2" cellspacing="0"> ! <tr> ! <th class="thHead" align="left" > {L_TITLE} </th> </tr> - </table> - --> - <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td><span class="maintitle">Search found {L_NRESULTS} matches</span><br /></td> - </tr> - <tr> - <td><span class="nav"> <a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC}</span></td> - </tr> </table> ! <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> ! <tr> ! <th class="thTop" align="left" nowrap="nowrap" width="20%">{L_TCATEGORY}</th> ! <th class="thTop" align="left" nowrap="nowrap">{L_TTITLE}</th> ! <th class="thTop" nowrap="nowrap" width="12%">{L_TSUBMITER}</th> ! <th class="thTop" nowrap="nowrap" width="20%">{L_TSUBMITED}</th> ! </tr> ! ! <!-- BEGIN search_results --> ! <tr> ! <td class="row1" align="left"><span class="gensmall"><a href="{switch_search_results.search_results.U_CAT}">{switch_search_results.search_results.L_CAT}</a></span></td> ! <td class="row1" align="left"><span class="gensmall"><a href="{switch_search_results.search_results.U_PIC}">{switch_search_results.search_results.L_PIC}</a></span></td> ! <td class="row1"><span class="gensmall"><a href="{switch_search_results.search_results.U_PROFILE}"><center>{switch_search_results.search_results.L_USERNAME}</center></a></span></td> ! <td class="row1"><span class="gensmall"><center>{switch_search_results.search_results.L_TIME}</center></span></td> ! </tr> ! <!-- END search_results --> ! ! <tr> ! <td class="cat" colspan="4" height="28" valign="middle"> </td> ! </tr> </table> ! <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> ! <tr> ! <td align="right"><span class="gensmall">{S_TIMEZONE}</span></td> ! </tr> </table> <!-- END switch_search_results --> ! --- 1,70 ---- <!-- BEGIN switch_search --> ! <form name="search" action="{U_ALBUM_SEARCH}"> ! <span class="gensmall"> ! {L_SEARCH}: ! <select name="mode"> ! <option value="user">{L_USERNAME}</option> ! <option value="name">{L_PIC_NAME}</option> ! <option value="desc">{L_DESCRIPTION}</option> ! </select> ! {L_SEARCH_CONTENTS} ! <input type="text" name="search" maxlength="20"> ! ! <input class="liteoption" type="submit" value="{L_GO}"> ! </span> ! </form> <!-- END switch_search --> <!-- BEGIN switch_search_results --> ! <table width="98%" align="center" cellspacing="1" cellpadding="2" border="0"> ! <tr> ! <td><span class="maintitle">{L_SEARCH_MATCHES} {L_NRESULTS} / {L_TRESULTS}</span><br /></td> ! </tr> ! <tr> ! <td class="nav" width="100%"> ! <span class="nav"> ! <a href="{U_INDEX}" class="nav">{L_INDEX}</a>{NAV_SEP} ! <a class="nav" href="{U_ALBUM}">{L_ALBUM_INDEX}</a> ! </span> ! </td> </tr> </table> ! <table class="forumline" width="98%" align="center" cellspacing="1" cellpadding="2"> ! <tr> ! <th class="thTop" nowrap="nowrap" width="5%"> </th> ! <th class="thTop" nowrap="nowrap" width="25%">{L_TCATEGORY}</th> ! <th class="thTop" nowrap="nowrap" width="32%">{L_TTITLE}</th> ! <th class="thTop" nowrap="nowrap" width="18%">{L_TSUBMITER}</th> ! <th class="thTop" nowrap="nowrap" width="20%">{L_TSUBMITED}</th> ! </tr> ! ! <!-- BEGIN search_results --> ! <tr> ! <td class="row1" align="center" valign="middle"> ! <!-- <img src="{IMG_FOLDER}" /> --> ! <div class="picshadow"><div class="picframe"> ! <a href="{switch_search_results.search_results.U_PIC}" class="genmed"><img src="{switch_search_results.search_results.THUMBNAIL}" {THUMB_SIZE} alt="{switch_search_results.search_results.DESC}" border="0" {switch_search_results.search_results.PIC_PREVIEW} /></a> ! </div></div> ! </td> ! <td class="row1"><a href="{switch_search_results.search_results.U_CAT}" class="genmed"><b>{switch_search_results.search_results.L_CAT}</b></a></td> ! <td class="row1"><a href="{switch_search_results.search_results.U_PIC}" class="genmed">{switch_search_results.search_results.L_PIC}</a></td> ! <td class="row1" align="center"><a href="{switch_search_results.search_results.U_PROFILE}" class="genmed"><b>{switch_search_results.search_results.L_USERNAME}</b></a></td> ! <td class="row1" align="center"><span class="gensmall">{switch_search_results.search_results.L_TIME}</span></td> ! </tr> ! <!-- END search_results --> ! ! <tr><td class="catBottom" colspan="7" height="28" valign="middle"> </td></tr> </table> ! <table width="98%" align="center" cellspacing="1" cellpadding="2" border="0"> ! <tr> ! <td><span class="nav">{PAGE_NUMBER}<br />{PAGINATION}</span></td> ! <td align="right"><span class="nav">{S_TIMEZONE}</span></td> ! </tr> </table> <!-- END switch_search_results --> ! <br /> ! <!-- You must keep my copyright notice visible with its original content --> ! {ALBUM_COPYRIGHT} \ No newline at end of file --- NEW FILE: album_pic_nuffed_body.tpl --- <table width="98%" align="center" cellspacing="1" cellpadding="2" border="0"> <tr> <td> <span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a>{NAV_SEP} <a class="nav" href="{U_ALBUM}">{L_ALBUM}</a> {NAV_CAT_DESC} </span> </td> <td align="right"> </td> </tr> </table> <a name="TopPic"></a> <table class="forumline" width="98%" align="center" cellspacing="1" cellpadding="2"> <tr><th class="thTop" width="100%" height="25">{NEXT_PIC} {PIC_TITLE} {PREV_PIC}</th></tr> <tr> <td class="row1" width="100%" align="center"> {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> <!-- BEGIN disable_pic_nuffed --> <br /> <span class="genmed"><a href="{disable_pic_nuffed.U_PIC_UNNUFFED_CLICK}" class="genmed">{disable_pic_nuffed.L_PIC_UNNUFFED_CLICK}</a></span><br /> <!-- END disable_pic_nuffed --> </td> </tr> <tr> <td class="row2" width="100%"> <table width="100%" align="center" border="0" cellspacing="1" cellpadding="2"> <tr> <td width="50%" align="right" valign="top"><span class="genmed">{L_POSTER}:</span></td> <td width="50%" align="left" valign="top"><span class="genmed"><b>{POSTER}</b></span></td> </tr> <tr> <td valign="top" align="right"><span class="genmed">{L_PIC_TITLE}:</span></td> <td valign="top" align="left"><b><span class="genmed">{PIC_TITLE}</span></b></td> </tr> <tr> <td valign="top" align="right"><span class="genmed">{L_PIC_DETAILS}:</span></td> <td valign="top" align="left"><b><span class="genmed">{L_PIC_ID}: {PIC_ID} - {L_PIC_TYPE}: {PIC_TYPE} - {L_PIC_SIZE}: {PIC_SIZE}</span></b></td> </tr> <!-- BEGIN bbcode_switch --> <tr> <td valign="top" align="right"><span class="genmed">{L_PIC_BBCODE}:</span></td> <td valign="top" align="left"><b><span class="genmed"><input name="BBCode" size="50" maxlength="100" value="{PIC_BBCODE}" type="text" readonly="1" onClick="javascript:this.form.BBCode.focus();this.form.BBCode.select();" /></span></b></td> </tr> <!-- END bbcode_switch --> <tr> <td valign="top" align="right"><span class="genmed">{L_POSTED}:</span></td> <td valign="top" align="left"><b><span class="genmed">{PIC_TIME}</span></b></td> </tr> <tr> <td valign="top" align="right"><span class="genmed">{L_VIEW}:</span></td> <td valign="top" align="left"><b><span class="genmed">{PIC_VIEW}</span></b></td> </tr> <tr> <td valign="top" align="right"><span class="genmed">{L_PIC_DESC}:</span></td> <td valign="top" align="left"><b><span class="genmed">{PIC_DESC}</span></b></td> </tr> </table> </td> </tr> </table> {NUFFIMAGE_BOX} <!-- BEGIN pics_nav --> <br /> <table class="forumline" width="98%" align="center" cellspacing="1" cellpadding="2"> <tr><th class="thTop" nowrap="nowrap" width="100%" colspan="5">{pics_nav.L_PICS_NAV}</th></tr> <tr> <!-- BEGIN next --> <td class="row1" width="20%" align="center"> <a href="{pics_nav.next.U_PICS_LINK}"><img src="{pics_nav.next.U_PICS_THUMB}" {THUMB_SIZE} border="0" alt="{pics_nav.L_PICS_NAV_NEXT}" title="{pics_nav.L_PICS_NAV_NEXT}" vspace="10" /></a> </td> <!-- END next --> <td class="row1" width="20%" align="center"> <img src="{U_PIC_THUMB}" {THUMB_SIZE} border="5px" alt="{PIC_TITLE}" title="{PIC_TITLE}" vspace="10" style="color: #FF8866" /> </td> <!-- BEGIN prev --> <td class="row1" width="20%" align="center"> <a href="{pics_nav.prev.U_PICS_LINK}"><img src="{pics_nav.prev.U_PICS_THUMB}" {THUMB_SIZE} border="0" alt="{pics_nav.L_PICS_NAV_PREV}" title="{pics_nav.L_PICS_NAV_PREV}" vspace="10" /></a> </td> <!-- END prev --> </tr> </table> <br /> <!-- END pics_nav --> <!-- You must keep my copyright notice visible with its original content --> {ALBUM_COPYRIGHT} Index: album_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/album_cat_body.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** album_cat_body.tpl 5 Apr 2006 21:40:23 -0000 1.5 --- album_cat_body.tpl 7 Jun 2007 20:13:40 -0000 1.6 *************** *** 1,69 **** <!-- ! <table width="100%" height="99%" cellpadding="2" cellspacing="0"> ! <tr> ! <th class="thHead" align="left" > {L_TITLE} </th> ! </tr> ! </table> --> ! <table width="100%" cellspacing="2" cellpadding="2" border="0"> ! <tr> ! <td><a class="maintitle" href="{U_VIEW_CAT}">{CAT_TITLE}</a><br /> ! <span class="gensmall"><b>{L_MODERATORS}: {MODERATORS}</b></span> ! <!-- Album Category Hierarchy : begin --> ! <!-- BEGIN personal_gallery_header --> ! <br><span class="genmed">{L_PERSONAL_GALLERY_EXPLAIN}</span> ! <!-- END personal_gallery_header --> ! <!-- Album Category Hierarchy : end --> ! </td> ! ! ! <td align="right"> ! <form name="search" 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> ! </table> ! ! <table width="100%" cellspacing="2" cellpadding="2" border="0"> ! <tr> ! <td><a href="{U_UPLOAD_PIC}"><img src="{UPLOAD_PIC_IMG}" border="0" alt="{L_UPLOAD_PIC}" title="{L_UPLOAD_PIC}" /></a></td> ! <td class="nav" width="100%"><span class="nav"> <a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC}</span></td> ! </tr> </table> - <!-- Album Category Hierarchy : begin --> - {ALBUM_BOARD_INDEX} - <!-- Album Category Hierarchy : end --> ! <table width="100%" cellspacing="2" border="0" cellpadding="2"> ! <!-- ! <tr> ! <td align="left"><span class="nav">{PAGE_NUMBER}</span> </td> ! <td align="right"><span class="nav">{PAGINATION}</span> </td> ! </tr> ! --> ! <!-- BEGIN lettering --> ! <tr> ! <td class="row5" align="center" colspan="2"><span class="gen">{lettering.L_SELECT_INITIAL}</span> <span class="genmed">{lettering.INITIALS}</span></td> ! </tr> ! <!-- END lettering --> </table> ! ! <!-- BEGIN index_pics_block --> <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} ! <!-- BEGIN enable_gallery_title --> ! :: {CAT_TITLE} ! <!-- END enable_gallery_title --></th> </tr> <!-- BEGIN no_pics --> --- 1,70 ---- + <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%" align="center" cellspacing="1" cellpadding="2" border="0"> ! <tr> ! <td> ! <a class="maintitle" href="{U_VIEW_CAT}">{CAT_TITLE}</a><br /> ! <span class="gensmall">{CAT_DESC} </span><br /><br /> ! <span class="gensmall">{L_MODERATORS}: {MODERATORS}</span> ! <!-- BEGIN personal_gallery_header --> ! <br /> ! <span class="genmed">{L_PERSONAL_GALLERY_EXPLAIN}</span> ! <!-- END personal_gallery_header --> ! <br /><br /> ! <span class="nav">{PAGE_NUMBER}<br />{PAGINATION}</span> ! </td> ! <td align="right"> ! <form action="{PAFILEDB_SEARCH_ACTION}"> ! <span class="gensmall">{L_SEARCH} <select name="mode"> ! <option value="user">{L_USERNAME}</option> ! <option value="name">{L_PIC_NAME}</option> ! <option value="desc">{L_DESCRIPTION}</option> </select> ! <br />{L_SEARCH_CONTENTS} <input type="text" name="search" maxlength="20"> <input type="submit" value="{L_GO}"></span> {PAFILEDB_SEARCH_HIDDEN} </form> ! </td> ! </tr> </table> ! <table width="100%" align="center" cellspacing="1" cellpadding="2" border="0"> ! <tr> ! <td class="nav" align="left"> ! <!-- BEGIN manage_personal_gal_folders --> ! <a href="{U_MANAGE_PIC}"><img src="{MANAGE_PIC_IMG}" border="0" alt="{L_MANAGE_PIC}" title="{L_MANAGE_PIC}" align="middle" /></a> ! <!-- END manage_personal_gal_folders --> ! <!-- BEGIN enable_view_toggle --> ! <a href="{U_TOGGLE_VIEW_ALL}"><img src="{TOGGLE_VIEW_ALL_IMG}" border="0" alt="{L_TOGGLE_VIEW_ALL}" title="{L_TOGGLE_VIEW_ALL}" align="middle" /></a> ! <!-- END enable_view_toggle --> ! <!-- BEGIN enable_picture_upload --> ! {UPLOAD_FULL_LINK} {JUPLOAD_FULL_LINK} ! <!-- END enable_picture_upload --> ! <!-- BEGIN enable_picture_upload_pg --> ! {UPLOAD_FULL_LINK} {JUPLOAD_FULL_LINK} ! <!-- END enable_picture_upload_pg --> ! <!-- BEGIN enable_picture_download --> ! {DOWNLOAD_FULL_LINK} <!-- {DOWNLOAD_ALL_FULL_LINK} --> ! <!-- END enable_picture_download --> ! <!-- BEGIN enable_picture_download_pg --> ! {DOWNLOAD_FULL_LINK} <!-- {DOWNLOAD_ALL_FULL_LINK} --> ! <!-- END enable_picture_download_pg --> ! <br /> ! <span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_ALBUM}">{L_ALBUM_INDEX}</a> <!-- {NAV_SEP} -- a class="nav" href="{U_VIEW_CAT}">{CAT_TITLE}</a --> ! {NAV_CAT_DESC} </span> ! </td> ! <td class="nav" align="right" valign="bottom"><span class="gensmall"><b>{SLIDESHOW} </b></span></td> ! </tr> </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 --> *************** *** 75,92 **** <tr> <!-- BEGIN piccol --> ! <td align="center" width="{S_COL_WIDTH}" class="row1" ><span class="genmed"><a href="{index_pics_block.picrow.piccol.U_PIC}"><img class="shadow" src="{index_pics_block.picrow.piccol.THUMBNAIL}" border="0" alt="{index_pics_block.picrow.piccol.DESC}" title="{index_pics_block.picrow.piccol.DESC}" vspace="10" /></a><br /><i>{index_pics_block.picrow.piccol.TITLE}</i> ({index_pics_block.picrow.piccol.POSTER})</span> <br /><span class="gensmall">{L_VIEW}: {index_pics_block.picrow.piccol.VIEW}<br />{index_pics_block.picrow.piccol.APPROVAL}<br /></span></td> <!-- END piccol --> </tr> <tr> <!-- BEGIN pic_detail --> ! <td class="row2" align="left"><span class="gensmall"> ! <!-- 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_POSTED}: {index_pics_block.picrow.pic_detail.TIME}<br /> ! {index_pics_block.picrow.pic_detail.RATING} ! {index_pics_block.picrow.pic_detail.COMMENTS} ! {index_pics_block.picrow.pic_detail.IP} ! <b>{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}</b></span> </td> <!-- END pic_detail --> --- 76,91 ---- <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 --> *************** *** 94,98 **** <!-- END picrow --> <tr> ! <td class="cat" colspan="{S_COLS}" align="center" height="28"> <form action="{S_ALBUM_ACTION}" method="post"> <span class="gensmall">{L_SELECT_SORT_METHOD}: --- 93,97 ---- <!-- 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}: *************** *** 100,106 **** <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} --- 99,107 ---- <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} *************** *** 115,175 **** </tr> </table> - <!-- END index_pics_block --> - <table width="100%" cellspacing="2" border="0" cellpadding="2"> - <tr> - <td align="left"><span class="nav">{PAGE_NUMBER}</span> </td> - <td align="right"><span class="nav">{PAGINATION}</span> </td> - </tr> - </table> ! <table width="100%" cellspacing="2" border="0" cellpadding="2"> ! <!-- Album Category Hierarchy : begin --> ! <tr> ! <!-- BEGIN enable_picture_upload --> ! <td><a href="{U_UPLOAD_PIC}"><img src="{UPLOAD_PIC_IMG}" border="0" alt="{L_UPLOAD_PIC}" title="{L_UPLOAD_PIC}" /></a></td> ! <!-- END enable_picture_upload --> ! <!-- BEGIN enable_view_toggle --> ! <td><a href="{U_TOGGLE_VIEW_ALL}"><img src="{TOGGLE_VIEW_ALL_IMG}" border="0" alt="{L_TOGGLE_VIEW_ALL}" title="{L_TOGGLE_VIEW_ALL}" /></a></td> ! <!-- END enable_view_toggle --> ! <td class="nav" width="100%"><span class="nav"> <a href="{U_ALBUM}" class="nav">{L_ALBUM}</a>{NAV_CAT_DESC}</span></td> ! </tr> ! </table> ! ! <!-- BEGIN recent_pics_block --> ! <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> ! <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" ><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" /></a><br /><span class="genmed"><i>{recent_pics_block.recent_pics.recent_col.TITLE}</i> ({recent_pics_block.recent_pics.recent_col.POSTER})</span> <br /><span class="gensmall">{L_VIEW}: {recent_pics_block.recent_pics.recent_col.VIEW}</span></td> ! <!-- END recent_col --> ! </tr> ! <tr> ! <!-- BEGIN recent_detail --> ! <td class="row2"><span class="gensmall"> ! {L_POSTED}: {recent_pics_block.recent_pics.recent_detail.TIME}<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> - <p /> - <!-- END recent_pics_block --> </form> <table width="100%" cellspacing="0" border="0" cellpadding="0"> ! <tr> ! <td align="right" class="gensmall" nowrap="nowrap" colspan="{S_COLS}">{ALBUM_JUMPBOX}</td> ! </tr> ! <tr> ! <td align="right" class="gensmall" colspan="{S_COLS}">{S_AUTH_LIST}</td> ! </tr> ! </table> \ No newline at end of file --- 116,159 ---- </tr> </table> ! <table width="98%" align="center" cellspacing="1" cellpadding="2" border="0"> ! <tr> ! <td class="nav" width="100%"> ! <span class="nav"> ! <!-- BEGIN manage_personal_gal_folders --> ! <a href="{U_MANAGE_PIC}"><img src="{MANAGE_PIC_IMG}" border="0" alt="{L_MANAGE_PIC}" title="{L_MANAGE_PIC}" align="middle" /></a> ! <!-- END manage_personal_gal_folders --> ! <!-- BEGIN enable_view_toggle --> ! <a href="{U_TOGGLE_VIEW_ALL}"><img src="{TOGGLE_VIEW_ALL_IMG}" border="0" alt="{L_TOGGLE_VIEW_ALL}" title="{L_TOGGLE_VIEW_ALL}" align="middle" /></a> ! <!-- END enable_view_toggle --> ! <!-- BEGIN enable_picture_upload --> ! {UPLOAD_FULL_LINK} {JUPLOAD_FULL_LINK} ! <!-- END enable_picture_upload --> ! <!-- BEGIN enable_picture_upload_pg --> ! {UPLOAD_FULL_LINK} {JUPLOAD_FULL_LINK} ! <!-- END enable_picture_upload_pg --> ! <!-- BEGIN enable_picture_download --> ! {DOWNLOAD_FULL_LINK} ! <!-- END enable_picture_download --> ! <!-- BEGIN enable_picture_download_pg --> ! {DOWNLOAD_FULL_LINK} ! <!-- END enable_picture_download_pg --> ! <br /> ! <a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_ALBUM}">{L_ALBUM_INDEX}</a> <!-- {NAV_SEP} -- a class="nav" href="{U_VIEW_CAT}">{CAT_TITLE}</a --> ! {NAV_CAT_DESC} ! </span> ! </td> ! <td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGE_NUMBER}<br />{PAGINATION}</span></td> ! </tr> ! <tr><td colspan="2"></td></tr> </table> </form> <table width="100%" cellspacing="0" border="0" cellpadding="0"> ! <tr><td align="right" class="gensmall" nowrap="nowrap"> </td></tr> ! <tr><td align="right" class="gensmall"><br />{S_TIMEZONE}<br />{S_AUTH_LIST}</td></tr> ! </table> ! <br /> ! ! <!-- You must keep my copyright notice visible with its original content --> ! {ALBUM_COPYRIGHT} \ No newline at end of file Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/subSilver.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** subSilver.cfg 5 Apr 2006 21:40:23 -0000 1.1 --- subSilver.cfg 7 Jun 2007 20:13:46 -0000 1.2 *************** *** 1,3 **** --- 1,12 ---- <?php + /** + * + * @package mxBB Portal Module - mx_smartor + * @version $Id$ + * @copyright (c) 2002-2006 mxBB Development Team + * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * + */ + // // ** Configuration file for subSilver template ** *************** *** 7,19 **** // ** www.subBlue.com ** // ! // ** subSilver dev. forum: www.subSky.com/phpBB2/ ** // // $Id$ // // Please note that to enable support of different languages ! // the {LANG} place holder is available. This will be replaced // with xxx where xxx is the users selected language. If ! // that language isn't available it will default to english. ! // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // --- 16,28 ---- // ** www.subBlue.com ** // ! // *** subSilver dev. forum: www.subSky.com/phpBB2/ ** // // $Id$ // // Please note that to enable support of different languages ! // the ". LANG ." place holder is available. This will be replaced // with xxx where xxx is the users selected language. If ! // that language isn't available it will default to english. ! // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // *************** *** 22,56 **** // Do not alter this line! // ! define(MX_TEMPLATE_CONFIG, TRUE); $mx_template_config = true; // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- ! $current_template_images = PORTAL_URL . $current_template_path . "/images"; ! // ------------------------------------------------------------------------- ! // Define images ! // ------------------------------------------------------------------------- ! $mx_images['upload_pic'] = "$current_template_images/{LANG}/upload_pic.gif"; ! $mx_images['no_thumbnail'] = "$current_template_images/nothumbnail.jpg"; ! $mx_images['mini_new_pictures'] = "$current_template_images/icon_minipost_new.gif"; ! $mx_images['all_pic_view_mode'] = "$current_template_images/{LANG}/simple_view.gif"; ! $mx_images['normal_pic_view_mode'] = "$current_template_images/{LANG}/normal_view.gif"; ! $mx_images['mini_all_pic_view_mode'] = "$current_template_images/icon_mini_showall.gif"; ! $mx_images['show_all_pics'] = "$current_template_images/{LANG}/show_all_pics.gif"; ! $mx_images['show_all_ratings'] = "$current_template_images/{LANG}/show_all_ratings.gif"; ! $mx_images['show_all_comments'] = "$current_template_images/{LANG}/show_all_comments.gif"; // ------------------------------------------------------------------------- ! // Redefine phpBB images // ------------------------------------------------------------------------- ! $mx_images['smartor_icon_profile'] = $images['icon_profile']; ! $mx_images['smartor_icon_pm'] = $images['icon_pm']; ! $mx_images['smartor_icon_aim'] = $images['icon_aim']; ! $mx_images['smartor_icon_yim'] = $images['icon_yim']; ! $mx_images['smartor_icon_msnm'] = $images['icon_msnm']; ! $mx_images['smartor_icon_icq'] = $images['icon_icq']; ! $mx_images['smartor_icon_email'] = $images['icon_email']; ! $mx_images['smartor_icon_www'] = $images['icon_www']; ?> \ No newline at end of file --- 31,138 ---- // Do not alter this line! // ! if( !defined('MX_TEMPLATE_CONFIG')) ! { ! define(MX_TEMPLATE_CONFIG, TRUE); ! } ! $mx_template_config = true; + $mx_template_name = 'subSilver'; + // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- ! // ! if ( empty($current_template_path) ) ! { ! $current_template_path = "templates/". $mx_template_name; ! } ! ! $mx_template_images = PORTAL_URL . $current_template_path . "/images"; ! $current_smartor_images = $module_root_path . "templates/". $mx_template_name ."/images"; ! $current_template_phpbb_images = PHPBB_URL . "templates/". $mx_template_name ."/images"; // phpBB graphics template ! ! ! if ( !file_exists( $current_smartor_images . '/lang_' . $board_config['default_lang'] ) ) ! { ! $link_language='lang_english'; ! } ! else ! { ! $link_language='lang_' . $board_config['default_lang']; ! } ! ! ! if( !defined('LANG')) ! { ! define('LANG', $link_language); ! } // ------------------------------------------------------------------------- ! // (Re)Define images // ------------------------------------------------------------------------- ! ! // Rss Feed Site Images - BEGIN ! $mx_images['logo_url'] = "$mx_template_images/logo.gif"; ! ! // Mighty Gorgon - Full Album Pack - BEGIN ! $mx_images['icon_left_arrow3'] = "$current_smartor_images/icon_left_arrow3.gif"; ! $mx_images['icon_right_arrow3'] = "$current_smartor_images/icon_right_arrow3.gif"; ! $mx_images['no_thumbnail'] = "$current_smartor_images/nothumbnail.jpg"; ! $mx_images['spacer'] = "$current_smartor_images/spacer.gif"; ! $mx_images['mini_new_pictures'] = "$current_template_phpbb_images/icon_minipost_new.gif"; ! $mx_images['mini_all_pic_view_mode'] = "$current_smartor_images/icon_mini_showall.gif"; ! $mx_images['icon_album'] = "$current_smartor_images/" . LANG . "/icon_album.gif"; ! $mx_images['manage_pic'] = "$current_smartor_images/" . LANG . "/manage_pic.gif"; ! $mx_images['upload_pic'] = "$current_smartor_images/" . LANG . "/upload_pic.gif"; ! $mx_images['jupload_pic']= "$current_smartor_images/" . LANG . "/jupload_pic.gif"; ! $mx_images['download_pic'] = "$current_smartor_images/" . LANG . "/download.gif"; ! $mx_images['download_all_pic'] = "$current_smartor_images/" . LANG . "/download_all.gif"; ! $mx_images['all_pic_view_mode'] = "$current_smartor_images/" . LANG . "/simple_view.gif"; ! $mx_images['normal_pic_view_mode'] = "$current_smartor_images/" . LANG . "/normal_view.gif"; ! $mx_images['show_all_pics'] = "$current_smartor_images/" . LANG . "/show_all_pics.gif"; ! $mx_images['show_all_ratings'] = "$current_smartor_images/" . LANG . "/show_all_ratings.gif"; ! $mx_images['show_all_comments'] = "$current_smartor_images/" . LANG . "/show_all_comments.gif"; ! $mx_images['orange_dot'] = "$current_smartor_images/orange_dot.png"; ! $mx_images['blue_dot'] = "$current_smartor_images/blue_dot.png"; ! $mx_images['green_dot'] = "$current_smartor_images/green_dot.png"; ! $mx_images['yellow_dot'] = "$current_smartor_images/yellow_dot.png"; ! ! // Use standard phpBB graphics ! // ! $mx_images['icon_quote'] = "$current_template_phpbb_images/" . LANG . "/icon_quote.gif"; ! $mx_images['icon_edit'] = "$current_template_phpbb_images/" . LANG . "/icon_edit.gif"; ! $mx_images['icon_search'] = "$current_template_phpbb_images/" . LANG . "/icon_search.gif"; ! $mx_images['icon_profile'] = "$current_template_phpbb_images/" . LANG . "/icon_profile.gif"; ! $mx_images['icon_pm'] = "$current_template_phpbb_images/" . LANG . "/icon_pm.gif"; ! $mx_images['icon_email'] = "$current_template_phpbb_images/" . LANG . "/icon_email.gif"; ! $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $mx_images['icon_ip'] = "$current_template_phpbb_images/" . LANG . "/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_template_phpbb_images/" . LANG . "/icon_www.gif"; ! $mx_images['icon_icq'] = "$current_template_phpbb_images/" . LANG . "/icon_icq_add.gif"; ! $mx_images['icon_aim'] = "$current_template_phpbb_images/" . LANG . "/icon_aim.gif"; ! $mx_images['icon_yim'] = "$current_template_phpbb_images/" . LANG . "/icon_yim.gif"; ! $mx_images['icon_msnm'] = "$current_template_phpbb_images/" . LANG . "/icon_msnm.gif"; ! $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; ! $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; ! $mx_images['icon_minipost_new'] = "$current_template_phpbb_images/icon_minipost_new.gif"; ! $mx_images['icon_latest_reply'] = "$current_template_phpbb_images/icon_latest_reply.gif"; ! $mx_images['icon_newest_reply'] = "$current_template_phpbb_images/icon_newest_reply.gif"; ! ! $mx_images['forum'] = "$current_template_phpbb_images/folder_big.gif"; ! $mx_images['forum_new'] = "$current_template_phpbb_images/folder_new_big.gif"; ! $mx_images['forum_locked'] = "$current_template_phpbb_images/folder_locked_big.gif"; ! ! $mx_images['folder'] = "$current_template_phpbb_images/folder.gif"; ! $mx_images['folder_new'] = "$current_template_phpbb_images/folder_new.gif"; ! $mx_images['folder_hot'] = "$current_template_phpbb_images/folder_hot.gif"; ! $mx_images['folder_hot_new'] = "$current_template_phpbb_images/folder_new_hot.gif"; ! $mx_images['folder_locked'] = "$current_template_phpbb_images/folder_lock.gif"; ! $mx_images['folder_locked_new'] = "$current_template_phpbb_images/folder_lock_new.gif"; ! $mx_images['folder_sticky'] = "$current_template_phpbb_images/folder_sticky.gif"; ! $mx_images['folder_sticky_new'] = "$current_template_phpbb_images/folder_sticky_new.gif"; ! $mx_images['folder_announce'] = "$current_template_phpbb_images/folder_announce.gif"; ! $mx_images['folder_announce_new'] = "$current_template_phpbb_images/folder_announce_new.gif"; ! ?> \ No newline at end of file Index: album_posting_smilies.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/album_posting_smilies.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** album_posting_smilies.tpl 4 Jan 2004 23:42:56 -0000 1.1 --- album_posting_smilies.tpl 7 Jun 2007 20:13:44 -0000 1.2 *************** *** 1,44 **** <script language="javascript" type="text/javascript"> <!-- ! function emoticon(text) { text = ' ' + text + ' '; ! if (opener.document.commentform.comment.createTextRange && opener.document.commentform.comment.caretPos) { ! var caretPos = opener.document.commentform.comment.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; ! opener.document.commentform.comment.focus(); ! } else { ! opener.document.commentform.comment.value += text; ! opener.document.commentform.comment.focus(); } } //--> </script> ! <table width="100%" border="0" cellspacing="0" cellpadding="10"> <tr> <td><table width="100%" border="0" cellspacing="1" cellpadding="4" class="forumline"> <tr> ! <th class="thHead" height="25">{L_EMOTICONS}</th> ! </tr> ! <tr> ! <td><table width="100" border="0" cellspacing="0" cellpadding="5"> ! <!-- BEGIN smilies_row --> ! <tr align="center" valign="middle"> ! <!-- BEGIN smilies_col --> ! <td><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" onmouseover="this.style.cursor='hand';" onclick="emoticon('{smilies_row.smilies_col.SMILEY_CODE}');javascript:window.close();" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></td> ! <!-- END smilies_col --> ! </tr> ! <!-- END smilies_row --> ! <!-- BEGIN switch_smilies_extra --> ! <tr align="center"> ! <td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="open_window('{U_MORE_SMILIES}', 250, 300);return false" target="_smilies" class="nav">{L_MORE_SMILIES}</a></td> ! </tr> ! <!-- END switch_smilies_extra --> ! </table></td> ! </tr> ! <tr> ! <td align="center"><br /><span class="genmed"><a href="javascript:window.close();" class="genmed">{L_CLOSE_WINDOW}</a></span></td> </tr> </table></td> </tr> ! </table> --- 1,69 ---- <script language="javascript" type="text/javascript"> <!-- ! function emoticon(text) ! { ! var txtarea = opener.document.commentform.comment; text = ' ' + text + ' '; ! if (txtarea.createTextRange && txtarea.caretPos) ! { ! var caretPos = txtarea.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; ! txtarea.focus(); ! } ! else if (txtarea.selectionEnd && (txtarea.selectionStart | txtarea.selectionStart == 0)) ! { ! mozInsert(txtarea, text, ""); ! } ! else ! { ! txtarea.value += text; ! txtarea.focus(); } } + + function mozInsert(txtarea, openTag, closeTag) + { + if (txtarea.selectionEnd > txtarea.value.length) + { + txtarea.selectionEnd = txtarea.value.length; + } + + var startPos = txtarea.selectionStart; + var endPos = txtarea.selectionEnd+openTag.length; + + txtarea.value=txtarea.value.slice(0,startPos)+openTag+txtarea.value.slice(startPos); + txtarea.value=txtarea.value.slice(0,endPos)+closeTag+txtarea.value.slice(endPos); + + txtarea.selectionStart = startPos+openTag.length; + txtarea.selectionEnd = endPos; + txtarea.focus(); + } //--> </script> ! <table width="98%" align="center" border="0" cellspacing="0" cellpadding="10"> <tr> <td><table width="100%" border="0" cellspacing="1" cellpadding="4" class="forumline"> + <tr><th class="thHead" height="25">{L_EMOTICONS}</th></tr> <tr> ! <td> ! <table width="100" border="0" cellspacing="0" cellpadding="5"> ! <!-- BEGIN smilies_row --> ! <tr align="center" valign="middle"> ! <!-- BEGIN smilies_col --> ! <td><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" onmouseover="this.style.cursor='hand';" onclick="emoticon('{smilies_row.smilies_col.SMILEY_CODE}');javascript:window.close();" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></td> ! <!-- END smilies_col --> ! </tr> ! <!-- END smilies_row --> ! <!-- BEGIN switch_smilies_extra --> ! <tr align="center"> ! <td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="open_window('{U_MORE_SMILIES}', 250, 300);return false" target="_smilies" class="nav">{L_MORE_SMILIES}</a></td> ! </tr> ! <!-- END switch_smilies_extra --> ! </table> ! </td> </tr> + <tr><td align="center"><br /><span class="genmed"><a href="javascript:window.close();" class="genmed">{L_CLOSE_WINDOW}</a></span></td></tr> </table></td> </tr> ! </table> \ No newline at end of file Index: album_modcp_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/subSilver/album_modcp_body.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** album_modcp_body.tpl 5 Apr 2006 21:40:23 -0000 1.4 --- album_modcp_body.tpl 7 Jun 2007 20:13:42 -0000 1.5 *************** *** 1,40 **** - <script language="JavaScript" type="text/javascript"> - <!-- - //--- Album Category Hierarchy : begin - //--- version : 1.2.0 - // tested with IE4+ and FireFox 0.8+ - function checkBox(field) - { - checkBoxes = field.form["pic_id[]"]; - checkButton = field.form["checkButton"]; - - for (i = 0; i < checkBoxes.length; i++) - { - checkBoxes[i].checked = (checkButton.value == "{L_CHECK_ALL}") ? true : false; - } - return (checkButton.value == "{L_CHECK_ALL}") ? "{L_UNCHECK_ALL}" : "{L_CHECK_ALL}"; - } - - function checkBoxInverse(field) - { - checkBoxes = field.form["pic_id[]"]; - - for (i = 0; i < checkBoxes.length; i++) - { - checkBoxes[i].checked = (checkBoxes[i].checked) ? false : true; - } - } - //--- Album Category Hierarchy : begin - // --> - </script> - <form name="modcp" action="{S_ALBUM_ACTION}" method="post"> - <!-- - <table width="100%" height="99%" cellpadding="2" cellspacing="0"> - <tr> - <th class="thHead" align="left" > {L_TITLE} </th> - </tr> - </table> - --> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> --- 1,3 ---- *************** *** 43,47 **** </tr> <tr> ! <td class="nav"><span class="nav"> <a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC}</span></td> <td align="right" nowrap="nowrap"> <span class="gensmall">{L_SELECT_SORT_METHOD}: --- 6,10 ---- </tr> <tr> ! <td class="nav"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a class="nav" href="{U_ALBUM}">{L_ALBUM}</a></span></td> <td align="right" nowrap="nowrap"> <span class="gensmall">{L_SELECT_SORT_METHOD}: *************** *** 49,53 **** <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} --- 12,16 ---- <option {SORT_TIME} value='pic_time'>{L_TIME}</option> <option {SORT_PIC_TITLE} value='pic_title'>{L_PIC_TITLE}</option> ! <option {SORT_USERNAME} value='pic_user_id'>{L_USERNAME}</option> <option {SORT_VIEW} value='pic_view_count'>{L_VIEW}</option> {SORT_RATING_OPTION} *************** *** 93,97 **** <!-- END picrow --> <tr> ! <td class="cat" colspan="6" align="right" height="28"> <input type="hidden" name="mode" value="modcp" /> <input type="submit" class="liteoption" name="move" value="{L_MOVE}" /> --- 56,60 ---- <!-- END picrow --> <tr> ! <td class="catbottom" colspan="6" align="right" height="28"> <input type="hidden" name="mode" value="modcp" /> <input type="submit" class="liteoption" name="move" value="{L_MOVE}" /> *************** *** 101,107 **** {APPROVAL_BUTTON} {UNAPPROVAL_BUTTON} - - <input type="button" class="liteoption" name="checkButton" value="{L_CHECK_ALL}" onClick="this.value=checkBox(this)"> - <input type="button" class="liteoption" name="inverseButton" value="{L_INVERSE_SELECTION}" onClick="checkBoxInverse(this)"> </td> </tr> --- 64,67 ---- *************** *** 119,120 **** --- 79,87 ---- </form> + <br /> + + <!-- + You must keep my copyright notice visible with its original content + --> + <div align="center" style="font-family: Verdana; font-size: 10px; letter-spacing: -1px">Powered by Photo Album Addon {ALBUM_VERSION} © 2002-2003 <a href="http://smartor.is-root.com" target="_blank">Smartor</a><br /> {ALBUM_VERSION_INFO}</div> + <br /> \ No newline at end of file --- NEW FILE: album_slideshow_body.tpl --- <!-- BEGIN switch_slideshow --> {U_SLIDESHOW_REFRESH} <!-- END switch_slideshow --> <!-- BEGIN switch_slideshow_scripts --> <style type="text/css" media="screen, projection"> img { filter:alpha(opacity=100); border:none; } /* duplicate image positioning */ img.idupe { position:absolute; z-index:30000; visibility:hidden; } </style> <script language="JavaScript" type="text/javascript"> // (C) 2000 www.CodeLifter.com - http://www.codelifter.com // Free for all users, but leave in this header // Modified by Mighty Gorgon // Version: 1.0.0 // Date: 2006/01/12 // Usage // <img name="SlideShow" src="album_mod/upload/img_001.jpg" alt="Picture Des" /> // <a href="javascript:runSlideShow()">SLIDESHOW</a> // ***************************************************** // SlideShow Transiction FX //****************************************************** // ***************************************************** // DOM scripting by brothercake - http://www.brothercake.com/ //****************************************************** // ***************************************************** // Edited by Mighty Gorgon - http://www.mightygorgon.com/ //****************************************************** // Usage // <img id="SlideShow" src="album_mod/upload/img_001.jpg" alt="Picture Des" /> // <!-- define crossfade (image-object, 'new src', 'seconds'[, 'new alt text']) --> // <a href="javascript:crossfade(document.getElementById('SlideShowPic'), 'album_mod/upload/img_001.jpg', '2', 'Picture Des')">NEXT</a> // <!-- define swapfade (image-object, 'new src', 'seconds'[, 'new alt text']) --> // <a href="javascript:swapfade(document.getElementById('SlideShowPic'), 'album_mod/upload/img_001.jpg', '2', 'Picture Des')">NEXT</a> // <!-- define crosswipe (image-object, 'new src', 'seconds', 'direction'[, 'new alt text']) --> // <a href="javascript:crosswipe(document.getElementById('SlideShowPic'), 'album_mod/upload/img_001.jpg', '2', 'Picture Des', 'lr')">NEXT</a> //global object var ssfx = { 'clock' : null, 'fade' : true, 'count' : 1 } // SlideShow Speed (seconds) var slideShowSpeed = {SLIDESHOW_DEL... [truncated message content] |