Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
452 rajveer 1
<!-- (master) header start -->
2
<DIV class="mast">
3
     <DIV class="header">
4
          <H1><IMG src="../images/logo.gif" alt="Shop2o2o"></H1>
5
          <div class="headerRight">
6
               <h1 id="welcome_msg">$params.WELCOME_MESSAGE</h1>
7
			   #if($params.LOGGED_IN == "TRUE")
8
               <h2> 
456 rajveer 9
                    <span id="login_span"><a href="../logout">Sign Out</a></span>
452 rajveer 10
               </h2>
11
			   #else
12
               <h2> 
456 rajveer 13
                   <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> 
452 rajveer 14
               </h2>
15
			   #end
16
               <!-- Login popup start -->
17
               <FIELDSET id="signin_menu" style="display: none; ">
18
                    <FORM method="post" id="signin" action="#">
19
                         <LABEL for="username">Username</LABEL><INPUT id="username" name="username" value="" title="username" tabindex="4" type="text">
20
                         <P></P>
21
                         <P><LABEL for="password">Password</LABEL><INPUT id="password" name="password" value="" title="password" tabindex="5" type="password"></P>
22
                         <P class="remember">
23
                              <INPUT id="signin_submit" value="Sign in" tabindex="6" type="button">
24
                              <INPUT id="remember" name="remember_me" value="1" tabindex="7" type="checkbox">
25
                              <LABEL for="remember">Remember me</LABEL>
26
                         </P>
27
                    <P class="forgot"> <A href="#" id="resend_password_link">Forgot your password?</A> </P>
28
                    <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>
29
                    </FORM>
30
               </FIELDSET>
31
               <!-- Login popup end -->
32
               <!-- Subscribe and Facebook start -->
33
               <div class="subscribe">
34
                    <label>Subscribe: </label><input name="" type="text" value="Enter email address for newsletters" />
35
                    <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>
36
               </div>
37
               <!-- Subscribe and Facebook end -->
38
          </div>
39
 
40
     </DIV>
41
</DIV>
42
 
43
<!-- (master) header end -->