|
From: Jon O. <jon...@us...> - 2005-05-01 16:41:41
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1825/modules/mx_pafiledb/templates/subSilver Modified Files: pa_footer.tpl pa_lists.tpl Log Message: additional fixes - adding jumpbox Index: pa_lists.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_lists.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pa_lists.tpl 9 Jan 2005 21:44:14 -0000 1.3 --- pa_lists.tpl 1 May 2005 16:41:30 -0000 1.4 *************** *** 2,6 **** <table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr> ! <td class="row2" height="25" align="left" colspan="{S_COLS}" nowrap="nowrap"><span class="cattitle"> {L_RECENT_PUBLIC_PICS}</span></td> </tr> <!-- BEGIN no_pics --> --- 2,6 ---- <table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr> ! <th class="thHead" height="25" align="left" colspan="{S_COLS}" nowrap="nowrap"> {L_RECENT_PUBLIC_PICS}</th> </tr> <!-- BEGIN no_pics --> *************** *** 31,35 **** <table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr> ! <td class="row2" height="25" align="left" colspan="{S_COLS}" nowrap="nowrap"><span class="cattitle"> {L_MOST_PUBLIC_PICS}</span></td> </tr> <!-- BEGIN no_pics --> --- 31,35 ---- <table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr> ! <th class="thHead" height="25" align="left" colspan="{S_COLS}" nowrap="nowrap"> {L_MOST_PUBLIC_PICS}</th> </tr> <!-- BEGIN no_pics --> *************** *** 60,64 **** <table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr> ! <td class="row2" height="25" colspan="{S_COLS}" align="left" nowrap="nowrap"><span class="cattitle"> {L_TOPRATED_PUBLIC_PICS}</span></td> </tr> <!-- BEGIN no_pics --> --- 60,64 ---- <table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr> ! <th class="thHead" height="25" align="left" colspan="{S_COLS}" nowrap="nowrap"> {L_TOPRATED_PUBLIC_PICS}</th> </tr> <!-- BEGIN no_pics --> *************** *** 89,93 **** <table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr> ! <td class="row2" height="25" align="left" colspan="{S_COLS}" nowrap="nowrap"><span class="cattitle"> {L_RANDOM_PUBLIC_PICS}</span></td> </tr> <!-- BEGIN no_pics --> --- 89,93 ---- <table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr> ! <th class="thHead" height="25" align="left" colspan="{S_COLS}" nowrap="nowrap"> {L_RANDOM_PUBLIC_PICS}</th> </tr> <!-- BEGIN no_pics --> Index: pa_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_footer.tpl,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** pa_footer.tpl 18 Feb 2005 10:09:07 -0000 1.13 --- pa_footer.tpl 1 May 2005 16:41:29 -0000 1.14 *************** *** 1,20 **** </td> </tr> - <!-- <tr> ! <td align="left" valign="top"> ! <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" /> <select name="cat_id" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"> <option value="-1">{L_JUMP}</option> {JUMPMENU} - {MX_PAGE} </select> </form> </td> ! <td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td> </tr> - --> </table> </td> --- 1,20 ---- </td> </tr> <tr> ! <td align="left" valign="top" > <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}" /> + <span class="gensmall">{L_JUMP} <select name="cat_id" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"> <option value="-1">{L_JUMP}</option> {JUMPMENU} </select> + <input type="submit" value="{L_GO}" class="liteoption" /> + </span> </form> </td> ! <td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td> </tr> </table> </td> *************** *** 22,29 **** </table> ! <!-- ! <div align="center"><span class="copyright"><br /> ! Powered by paFileDB 3.1 ©2002 <a href="http://www.phparena.net/" target="_phpbb" class="copyright">PHP Arena</a>, <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=56035" target="_phpbb" class="copyright">Mohd (pafiledb integration v 0.0.9d)</a><br /> ! This script (pafileDB v. 2.0.0 :: mxBB Portal Module 2004) is modified by <a href="http://www.mx-system.com/" target="_phpbb" class="copyright">mxBB Team</a><br /> </span></div> ! --> --- 22,28 ---- </table> ! <!-- BEGIN copy_footer --> ! <div align="center"><span class="copyright"><br /> ! Powered by {L_MODULE_VERSION}, {L_MODULE_ORIG_AUTHOR} & <a href="http://www.mx-system.com/" target="_phpbb" class="copyright">{L_MODULE_AUTHOR}</a> © 2002-2005 <br /><a href="http://www.phpbb.com/phpBB/viewtopic.php?t=193124" target="_phpbb" class="copyright">PHPBB.com MOD</a> </span></div> ! <!-- END copy_footer --> \ No newline at end of file |