|
From: Jon O. <jon...@us...> - 2006-07-01 21:32:24
|
Update of /cvsroot/mxbb/mx_linkdb/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv10721/modules/mx_linkdb/templates/subSilver Added Files: link_footer.tpl link_header.tpl Removed Files: pa_footer.tpl pa_header.tpl Log Message: Ok. Moving files. Renaming files. Adding code... --- pa_header.tpl DELETED --- --- NEW FILE: link_footer.tpl --- </td> </tr> <tr> <td align="left" valign="middle" height="35" width="50%"> <form method="get" name="jumpbox" action="{S_JUMPBOX_ACTION}" onSubmit="if(document.jumpbox.cat_id.value == -1){return false;}"> <input type="hidden" name="action" value="category" /> <input type="hidden" name="page" value="{MX_PAGE}" /> <select name="cat_id" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"> <option value="-1">{L_JUMP}</option> {JUMPMENU} </select> </form> </td> <td align="right" valign="middle"> <!--<span class="gensmall" >{S_TIMEZONE}</span>--> </td> </tr> </table> </td> </tr> </table> <!-- <div align="center"><span class="copyright"><br /> Based on linkdb {LINKDB_VERSION} © 2003 <a href="http://www.phpbb.com/phpBB/viewtopic.php?p=1183059" target="_blank">CRLin</a>, <a href="http://www.hostsector.com/~mohd/" target="_blank">pafiledb</a> and <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=110836" target="_blank">Advanced Links Mod</a><br /> This script (LinkDb v. 1.0.0 :: mxBB Portal Module 2004) is modified by the <a href="http://www.mx-system.com/" target="_blank">mxBB Team</a></span></div> --> --- NEW FILE: link_header.tpl --- <table width="100%" cellpadding="0" cellspacing="0" > <tr> <td align="center" width="100%" height="100%" valign="top"> <table width="100%" cellpadding="3" cellspacing="1" class="forumline" style="border-top:none;"> <tr> <td align="center" class="row1"> <span class="gen"> <a href="{U_PASEARCH}" class="gen">{L_SEARCH}</a> <!-- BEGIN ADD_LINK --> • <a href="{U_UPLOAD}" class="gen"><b>{L_UPLOAD}</b></a> <!-- END ADD_LINK --> </span></br> <span class="genmed"> <a href="{U_VIEW_ALL}" class="gensmall">{L_VIEW_ALL}</a> • <a href="{U_DESCEND_BY_HITS}" class="gensmall">{L_STATS_MOST_POPULAR}</a> • <a href="{U_DESCEND_BY_JOIN}" class="gensmall">{L_STATS_LATEST}</a> • <a href="{U_DESCEND_BY_RATINGS}" class="gensmall">{L_STATS_TOPRATED}</a> </span> </br><hr> </td> </tr> </table> <table width="100%" height="30" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td width="100%" valign="top" colspan="2"> --- pa_footer.tpl DELETED --- |