Switch to full style
Support for phpbb3 & codemiles styles
Post a reply

Mile200: Removing Username, Password & Login from Header

Wed Sep 01, 2010 2:09 am

Hi Friends

I am new here and would like someone to help me remove the Username, Password & Login Buttons that appear on top right side of the Header in Mile200, without affecting the Login/Register Menu in the Bar underneath. Thank you.



Re: Mile200: Removing Username, Password & Login from Header

Wed Sep 01, 2010 9:22 am

Remove this part from overall_header.html
Code:
<!-- IF not S_USER_LOGGED_IN -->

             <
td width="180">
             <
div id="uphead" style="width:180px;">
    <
table    height="18" border="0"  cellspacing="0" style="margin:0px;padding:0px;">
<
tr>
            <
td  class="uperimg"><img src="{T_THEME_PATH}/images/c1.gif" width="18" height="18" alt="" /></td>
            <
td  class="uperimg" background="{T_THEME_PATH}/images/l1.gif"   colspan="3" width="100%" height="18"></td>
         
            <
td  class="uperimg"><img src="{T_THEME_PATH}/images/c2.gif" width="18" height="18" alt="" /></td>
        </
tr>
             </
table>
     
 </
div>
             <
div style="background-color:#FFFFFF;width:180px;">
             <
form method="post" action="{S_LOGIN_ACTION}">
             <
table     cellpadding="0" cellspacing="0">
    <
tr>
         
        <
td   align="center"><span class="genmed">{L_USERNAME}:</span> </td><td><input class="post" type="text" name="username" size="10" onfocus="javascript:FousChange(this);"  />&nbsp;</td></tr> <tr><td><span class="genmed">{L_PASSWORD}:</span></td><td> <input class="post" type="password" name="password" size="10"  onfocus="javascript:FousChange(this);"/>&nbsp;</td></tr> <tr><td> <a href="{U_REGISTER}" class="top_link"><span><u>{L_REGISTER}</u></span></a>&nbsp;</td><td>
         <
input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
    </
tr>
 
    </
table></div>
    <
div id="uphead" style="width:180px;">
<
table    height="18" border="0"  cellspacing="0" style="margin:0px;padding:0px;">
<
tr>
            <
td  class="uperimg"><img src="{T_THEME_PATH}/images/c4.gif" width="18" height="18" alt="" /></td>
            <
td  class="uperimg" background="{T_THEME_PATH}/images/l2.gif"   colspan="3" width="100%" height="18"></td>
         
            <
td  class="uperimg"><img src="{T_THEME_PATH}/images/c3.gif" width="18" height="18" alt="" /></td>
        </
tr></form>
             </
table></div>
             </
td>
             <!-- ENDIF -->
 


Post a reply
  Related Posts  to : Mile200: Removing Username, Password & Login from Header
 AJAX Login Code getting username and password dynamically .     -  
 Input username and password in JAVA     -  
 develop a login page- login servlet - ServletContext     -  
 Removing elements from array list with the iterator     -  
 removing focus border from a HTML element     -  
 validate username     -  
 Problems - mile200     -  
 Background color - mile200     -