Subversion Repositories SmartDukaan

Rev

Rev 456 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!-- (master) header start -->
<DIV class="mast">
     <DIV class="header">
          <H1><IMG src="../images/logo.gif" alt="Shop2o2o"></H1>
          <div class="headerRight">
               <h1 id="welcome_msg">$params.WELCOME_MESSAGE</h1>
                           #if($params.LOGGED_IN == "TRUE")
               <h2> 
                    <span id="login_span"><a href="../logout">Sign Out</a></span>
               </h2>
                           #else
               <h2> 
                   <span id="login_span"><a href="#">Register</a> | <a  onclick="changeSignInClass()" href="#" id="signinClass" class="signin">Sign In <img src="../images/signin_arw.gif" width="13" height="8" /></a></span> 
               </h2>
                           #end
               <!-- Login popup start -->
               <FIELDSET id="signin_menu" style="display: none; ">
                    <FORM method="post" id="signin" action="#">
                         <LABEL for="username">Username</LABEL><INPUT id="username" name="username" value="" title="username" tabindex="4" type="text">
                         <P></P>
                         <P><LABEL for="password">Password</LABEL><INPUT id="password" name="password" value="" title="password" tabindex="5" type="password"></P>
                         <P class="remember">
                              <INPUT id="signin_submit" value="Sign in" tabindex="6" type="button">
                              <INPUT id="remember" name="remember_me" value="1" tabindex="7" type="checkbox">
                              <LABEL for="remember">Remember me</LABEL>
                         </P>
                    <P class="forgot"> <A href="#" id="resend_password_link">Forgot your password?</A> </P>
                    <P class="forgot-username"> <A id="forgot_username_link" title="If you remember your password, try logging in with your email" href="#">Forgot your username?</A> </P>
                    </FORM>
               </FIELDSET>
               <!-- Login popup end -->
               <!-- Subscribe and Facebook start -->
               <div class="subscribe">
                    <label>Subscribe: </label><input name="" type="text" value="Enter email address for newsletters" />
                    <span><a href="#"><img src="../images/goButton.png" width="31" height="21" /></a><img src="../images/v_line.gif" width="1" height="27" /> <a href="#"><img src="../images/findFacebook.png" width="104" height="26" /></a></span>
               </div>
               <!-- Subscribe and Facebook end -->
          </div>
          
     </DIV>
</DIV>

<!-- (master) header end -->