|
From: Jon O. <jon...@us...> - 2005-05-26 21:54:18
|
Update of /cvsroot/mxbb/core27x/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4750/core27x/templates/subSilver Modified Files: mx_login.tpl overall_header.tpl Log Message: massive commit, for 2.7.7 http://www.mx-system.com/forum/viewtopic.php?t=6902 Index: mx_login.tpl =================================================================== RCS file: /cvsroot/mxbb/core27x/templates/subSilver/mx_login.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_login.tpl 6 May 2005 06:48:21 -0000 1.1 --- mx_login.tpl 26 May 2005 21:54:10 -0000 1.2 *************** *** 1,17 **** ! <form action="{S_LOGIN_ACTION}" method="post"> ! <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline" > ! <tr> ! <th class="thHead" align="left" > {L_TITLE} </th> ! </tr> ! <tr> ! <td class="row1" valign="middle" height="28"><span class="gensmall"> ! {L_USERNAME}:<br /><input class="post" type="text" name="username" size="10" /><br /> ! {L_PASSWORD}:<br /><input class="post" type="password" name="password" size="10" /><br /> ! <input class="text" type="checkbox" name="autologin" value="ON" /> {L_AUTO_LOGIN}<br /> ! <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /> ! </td> ! </tr> </table> - </form> <br clear="all" /> \ No newline at end of file --- 1,19 ---- ! <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline"> ! <tr> ! <th class="thHead" align="left" > {L_TITLE} </th> ! </tr> ! <tr> ! <td class="row1" valign="middle" height="28"><span class="gensmall"> ! <form action="{S_LOGIN_ACTION}" method="post"> ! {L_USERNAME}:<br /><input class="post" type="text" name="username" size="10" /><br /> ! {L_PASSWORD}:<br /><input class="post" type="password" name="password" size="10" /><br /> ! <input type="checkbox" class="post" name="autologin" value="ON" /> {L_AUTO_LOGIN}<br /> ! <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /></span> ! </form> ! </td> ! </tr> </table> <br clear="all" /> + + \ No newline at end of file Index: overall_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core27x/templates/subSilver/overall_header.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** overall_header.tpl 6 May 2005 06:48:21 -0000 1.1 --- overall_header.tpl 26 May 2005 21:54:10 -0000 1.2 *************** *** 222,226 **** if ( {PRIVATE_MESSAGE_NEW_FLAG} ) { ! window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');; } //--> --- 222,226 ---- if ( {PRIVATE_MESSAGE_NEW_FLAG} ) { ! window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); } //--> *************** *** 228,253 **** <!-- END switch_enable_pm_popup --> - <script language="javascript" type="text/javascript"> - <!-- - function newImage(arg) { - if (document.images) { - rslt = new Image(); - rslt.src = arg; - return rslt; - } - } - - function changeImages() { - if (document.images ) { - for (var i=0; i<changeImages.arguments.length; i+=2) { - document[changeImages.arguments[i]].src = changeImages.arguments[i+1]; - } - } - } - - // --> - </script> - <!-- End Preload Script --> - </head> <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" /> --- 228,231 ---- |