|
From: Jon O. <jon...@us...> - 2006-06-29 22:45:11
|
Update of /cvsroot/mxbb/mx_quotations/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11433/modules/mx_quotations/templates/subSilver Modified Files: mx_last_quotations.tpl mx_quotations.tpl mx_random_quotation.tpl Log Message: Some security updates Index: mx_last_quotations.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/templates/subSilver/mx_last_quotations.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_last_quotations.tpl 5 Apr 2006 21:37:06 -0000 1.4 --- mx_last_quotations.tpl 29 Jun 2006 22:45:07 -0000 1.5 *************** *** 1,8 **** <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> - <!-- - <tr> - <th class="thHead" align="left" colspan="2"> {L_TITLE} </th> - </tr> - --> <!-- BEGIN quote_row --> <tr> --- 1,3 ---- *************** *** 21,25 **** <!-- END quote_row --> <!-- BEGIN switch_no_quotations --> ! <tr> <td class="row1" colspan="2" height="30" align="center" valign="middle"><span class="gen"><b>{L_NO_QUOTES}</b></span></td> </tr> --- 16,20 ---- <!-- END quote_row --> <!-- BEGIN switch_no_quotations --> ! <tr> <td class="row1" colspan="2" height="30" align="center" valign="middle"><span class="gen"><b>{L_NO_QUOTES}</b></span></td> </tr> Index: mx_random_quotation.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/templates/subSilver/mx_random_quotation.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_random_quotation.tpl 5 Apr 2006 21:37:06 -0000 1.3 --- mx_random_quotation.tpl 29 Jun 2006 22:45:07 -0000 1.4 *************** *** 1,10 **** <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> - <!-- - <tr> - <th class="thHead" align="left"> {L_TITLE} </th> - </tr> - --> <!-- BEGIN switch_no_quotes --> ! <tr> <td class="row1" height="30" align="center" valign="middle"><span class="gen"><b>{L_NO_QUOTES}</b></span></td> </tr> --- 1,5 ---- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <!-- BEGIN switch_no_quotes --> ! <tr> <td class="row1" height="30" align="center" valign="middle"><span class="gen"><b>{L_NO_QUOTES}</b></span></td> </tr> Index: mx_quotations.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/templates/subSilver/mx_quotations.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_quotations.tpl 5 Apr 2006 21:37:06 -0000 1.4 --- mx_quotations.tpl 29 Jun 2006 22:45:07 -0000 1.5 *************** *** 4,13 **** <table width="100%" border="0" cellspacing="0" cellpadding="5"> ! <tr> <td align="center"> <span class="gen">{L_SELECT_INITIAL}</span> </td> </tr> ! <tr> <td align="center"> <span class="gen">{INITIALS}</span><br /> --- 4,13 ---- <table width="100%" border="0" cellspacing="0" cellpadding="5"> ! <tr> <td align="center"> <span class="gen">{L_SELECT_INITIAL}</span> </td> </tr> ! <tr> <td align="center"> <span class="gen">{INITIALS}</span><br /> *************** *** 21,25 **** <td class="row1" colspan="2" align="left"> <table width="100%" border="0" cellspacing="0" cellpadding="2"> ! <tr> <td align="left" class="row1" valign="bottom"> <form action="{U_FORM_ACTION}" method="post" name="search"><span class="gen">{L_KEYWORD_SEARCH} </span> --- 21,25 ---- <td class="row1" colspan="2" align="left"> <table width="100%" border="0" cellspacing="0" cellpadding="2"> ! <tr> <td align="left" class="row1" valign="bottom"> <form action="{U_FORM_ACTION}" method="post" name="search"><span class="gen">{L_KEYWORD_SEARCH} </span> *************** *** 60,64 **** <!-- END quote_row --> <!-- BEGIN switch_no_quotes --> ! <tr> <td class="row1" colspan="2" height="30" align="center" valign="middle"><span class="gen"><b>{L_NO_QUOTES}</b></span></td> </tr> --- 60,64 ---- <!-- END quote_row --> <!-- BEGIN switch_no_quotes --> ! <tr> <td class="row1" colspan="2" height="30" align="center" valign="middle"><span class="gen"><b>{L_NO_QUOTES}</b></span></td> </tr> *************** *** 73,82 **** <table width="100%" border="0" cellspacing="0" cellpadding="5"> ! <tr> <td align="center"> <span class="gen">{L_SELECT_INITIAL}</span> </td> </tr> ! <tr> <td align="center"> <span class="gen">{INITIALS}</span><br /> --- 73,82 ---- <table width="100%" border="0" cellspacing="0" cellpadding="5"> ! <tr> <td align="center"> <span class="gen">{L_SELECT_INITIAL}</span> </td> </tr> ! <tr> <td align="center"> <span class="gen">{INITIALS}</span><br /> *************** *** 87,94 **** </td> </tr> ! </table> ! ! <div align="center"><span class="copyright"><br /> ! Written by Jaime (mxBB developer) ! This script (Quotations 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> \ No newline at end of file --- 87,89 ---- </td> </tr> ! </table> \ No newline at end of file |