|
From: Jon O. <jon...@us...> - 2006-08-30 19:15:51
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20357/modules/mx_coreblocks/templates/subSilver Modified Files: mx_includex.tpl mx_login.tpl mx_online.tpl Log Message: Cosmetics... Index: mx_includex.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver/mx_includex.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_includex.tpl 5 Apr 2006 20:54:24 -0000 1.5 --- mx_includex.tpl 30 Aug 2006 19:15:43 -0000 1.6 *************** *** 34,38 **** <!-- BEGIN pic_mode --> <tr> ! <td class="row1" align="left" >{FILE_CONTENTS}</td> </tr> <!-- END pic_mode --> --- 34,38 ---- <!-- BEGIN pic_mode --> <tr> ! <td class="row1" align="left" >{pic_mode.FILE_CONTENTS}</td> </tr> <!-- END pic_mode --> Index: mx_login.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver/mx_login.tpl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_login.tpl 5 Apr 2006 20:54:25 -0000 1.11 --- mx_login.tpl 30 Aug 2006 19:15:43 -0000 1.12 *************** *** 1,5 **** <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <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 /> --- 1,6 ---- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <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 /> *************** *** 9,14 **** <!-- END switch_allow_autologin --> <!--<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> --- 10,16 ---- <!-- END switch_allow_autologin --> <!--<input type="checkbox" class="post" name="autologin" value="ON" /> {L_AUTO_LOGIN}<br />--> ! <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /> </form> + </span> </td> </tr> Index: mx_online.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver/mx_online.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mx_online.tpl 5 Apr 2006 20:54:25 -0000 1.7 --- mx_online.tpl 30 Aug 2006 19:15:43 -0000 1.8 *************** *** 1,9 **** <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> ! <td class="row1" align="center" valign="middle" rowspan="2"><a href="{U_VIEWONLINE}" class="cattitle"><img src="{ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" border="0" /></a></td> ! <td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span></td> </tr> <tr> ! <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td> </tr> </table> \ No newline at end of file --- 1,15 ---- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> ! <td class="row1" align="center" valign="middle" rowspan="2"> ! <a href="{U_VIEWONLINE}" class="cattitle"><img src="{ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" border="0" /></a> ! </td> ! <td class="row1" align="left" width="100%"> ! <span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span> ! </td> </tr> <tr> ! <td class="row1" align="left"> ! <span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span> ! </td> </tr> </table> \ No newline at end of file |