| 507 |
rajveer |
1 |
<!-- header -->
|
|
|
2 |
|
|
|
3 |
<div id="header">
|
|
|
4 |
<div class="content">
|
|
|
5 |
|
|
|
6 |
<div id="logo">
|
|
|
7 |
<a href="index.html"><img width="206" height="49" title="Shop 2020" alt="Shop 2020" src="/images/logo.gif"></a>
|
| 397 |
ashish |
8 |
</div>
|
| 507 |
rajveer |
9 |
|
|
|
10 |
<div id="headerRight">
|
|
|
11 |
|
|
|
12 |
<div id="login_span">
|
|
|
13 |
#if($params.LOGGED_IN == "TRUE")
|
| 517 |
rajveer |
14 |
<a href="/myaccount">My Account</a> |
|
|
|
15 |
<a href="#">Notifications</a> |
|
|
|
16 |
<a href="/logout">Sign Out</a> |
|
|
|
17 |
<a class="facebook" target="_blank" href="http://www.facebook.com"></a>
|
| 507 |
rajveer |
18 |
#else
|
| 517 |
rajveer |
19 |
<a href="/register">Register</a> |
|
|
|
20 |
<a onclick="changeSignInClass();" href="#" id="signinClass" href="javascript:void();" class="signin">Sign In</span></a> |
|
|
|
21 |
<a class="facebook" target="_blank" href="http://www.facebook.com"></a>
|
| 507 |
rajveer |
22 |
#end
|
|
|
23 |
</div>
|
|
|
24 |
|
|
|
25 |
<!-- welcome -->
|
|
|
26 |
<div id="welcome_msg">$params.WELCOME_MESSAGE</div>
|
|
|
27 |
<!-- /welcome -->
|
|
|
28 |
|
|
|
29 |
|
|
|
30 |
<div class="clearBoth"></div>
|
|
|
31 |
|
|
|
32 |
<!-- Login popup start -->
|
|
|
33 |
<fieldset style="display: none;" id="signin_menu">
|
|
|
34 |
<form action="#" id="signin" method="post">
|
|
|
35 |
<label for="username">Username</label><input type="text" tabindex="4" title="username" value="" name="username" id="username">
|
|
|
36 |
<p></p>
|
|
|
37 |
<p><label for="password">Password</label><input type="password" tabindex="5" title="password" value="" name="password" id="password"></p>
|
|
|
38 |
<p class="remember">
|
|
|
39 |
<input type="button" tabindex="6" value="Sign in" id="signin_submit">
|
|
|
40 |
<input type="checkbox" tabindex="7" value="1" name="remember_me" id="remember">
|
|
|
41 |
<label for="remember">Remember me</label>
|
|
|
42 |
</p>
|
|
|
43 |
<p class="forgot"> <a id="resend_password_link" href="#">Forgot your password?</a> </p>
|
|
|
44 |
<p class="forgot-username"> <a href="#" title="If you remember your password, try logging in with your email" id="forgot_username_link">Forgot your username?</a> </p>
|
|
|
45 |
</form>
|
|
|
46 |
</fieldset>
|
|
|
47 |
<!-- Login popup end -->
|
|
|
48 |
|
|
|
49 |
</div>
|
|
|
50 |
<div class="clearBoth"></div>
|
|
|
51 |
|
| 397 |
ashish |
52 |
</div>
|
| 507 |
rajveer |
53 |
</div>
|
|
|
54 |
|
|
|
55 |
<!-- /header -->
|