| Line 8... |
Line 8... |
| 8 |
<title>${in.shop2020.title}</title>
|
8 |
<title>${in.shop2020.title}</title>
|
| 9 |
#include ( "templates/commoncssfiles.vm" )
|
9 |
#include ( "templates/commoncssfiles.vm" )
|
| 10 |
<div id="fb-root"></div>
|
10 |
<div id="fb-root"></div>
|
| 11 |
<script language="javascript" type="text/javascript" src="/js/ga-invoker-16077.js"></script>
|
11 |
<script language="javascript" type="text/javascript" src="/js/ga-invoker-16077.js"></script>
|
| 12 |
<!-- <script src="http://connect.facebook.net/en_US/all.js"></script> -->
|
12 |
<!-- <script src="http://connect.facebook.net/en_US/all.js"></script> -->
|
| 13 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
|
- |
|
| 14 |
<script src="/js/facebook.js"></script>
|
- |
|
| 15 |
|
13 |
|
| 16 |
|
14 |
|
| 17 |
</head>
|
15 |
</head>
|
| 18 |
|
16 |
|
| 19 |
<body>
|
17 |
<body>
|
| Line 34... |
Line 32... |
| 34 |
</div>
|
32 |
</div>
|
| 35 |
<!-- Registration form-->
|
33 |
<!-- Registration form-->
|
| 36 |
<div id="signinSignup" class="blue-border">
|
34 |
<div id="signinSignup" class="blue-border">
|
| 37 |
|
35 |
|
| 38 |
<div class="middle">
|
36 |
<div class="middle">
|
| 39 |
<table width="99%">
|
- |
|
| 40 |
<tr>
|
- |
|
| 41 |
<td colspan="2" align="center" >
|
- |
|
| 42 |
#set($messages = $action.getActionMessages())
|
- |
|
| 43 |
#if($messages && $messages.size() != 0)
|
- |
|
| 44 |
<div id="messageSuccess">
|
- |
|
| 45 |
<span></span>
|
- |
|
| 46 |
<p>
|
- |
|
| 47 |
#foreach($message in $messages)
|
- |
|
| 48 |
$message <br>
|
- |
|
| 49 |
#end
|
- |
|
| 50 |
</p>
|
- |
|
| 51 |
</div>
|
- |
|
| 52 |
#end
|
- |
|
| 53 |
#set($messages = $action.getActionErrors())
|
- |
|
| 54 |
|
- |
|
| 55 |
#if($messages && $messages.size() != 0)
|
- |
|
| 56 |
<div id="messageError">
|
- |
|
| 57 |
<span></span>
|
- |
|
| 58 |
<p>
|
- |
|
| 59 |
#foreach($message in $messages)
|
- |
|
| 60 |
$message <br>
|
- |
|
| 61 |
#end
|
- |
|
| 62 |
</p>
|
- |
|
| 63 |
</div>
|
- |
|
| 64 |
#end
|
- |
|
| 65 |
</td>
|
- |
|
| 66 |
</tr>
|
- |
|
| 67 |
<tr>
|
- |
|
| 68 |
<td width="49%" align="center" valign="top" style="border-right: 1px solid #2789C1;">
|
37 |
<div style="width:100%;margin:0 auto;text-align: center;float: left;margin-top: 2px;">
|
| 69 |
<h2 style = "font-weight:normal;">
|
- |
|
| 70 |
<input type="radio" name = "loginregister" class = "loginregister" value = "login" >Login</input>
|
38 |
<div style="width: 50%;height:auto;background-color: white;float:left;">
|
| 71 |
<input type="radio" name = "loginregister" class = "loginregister" value = "register" checked="checked">Register</input>
|
- |
|
| 72 |
</h2>
|
- |
|
| 73 |
<div id="signin" class="registration-form">
|
39 |
<div id="loginCreate" class="register-login">
|
| 74 |
<form id="frmLogin" name="frmLogin" method="post" action="#">
|
40 |
<div id="errormessage" style="width:100%;text-align:center;font-size:12px;color:red;display:none"></div>
|
| 75 |
<div class="clearBoth"></div>
|
- |
|
| 76 |
<div class="login-row"></div>
|
41 |
<div class="wrap" style="margin-left:120px">
|
| 77 |
|
42 |
<div>
|
| 78 |
<div class="register-blocks">
|
- |
|
| 79 |
<!-- Login Id -->
|
- |
|
| 80 |
<div class="register-row">
|
- |
|
| 81 |
<label><sup>*</sup><span>Login Id(Email):</span></label>
|
- |
|
| 82 |
<div class="imgTextBox textbox-image">
|
43 |
<label class="label active">Email</label>
|
| 83 |
<input type="text" class="textbox" value="" name="email" id="loginEmail" />
|
44 |
<input id="lemail" name="email" type="text" autocomplete="off" class="cool" value="">
|
| 84 |
</div>
|
45 |
</div>
|
| 85 |
<div class="clearBoth"></div>
|
- |
|
| 86 |
</div>
|
46 |
<div>
|
| 87 |
<!-- Password -->
|
- |
|
| 88 |
<div class="register-row">
|
- |
|
| 89 |
<label><sup>*</sup><span>Password:</span></label>
|
47 |
<label class="label active">Password</label>
|
| 90 |
<div class="imgTextBox textbox-image">
|
- |
|
| 91 |
<input type="password" class="textbox" value="" name="password" id="loginPassword" />
|
48 |
<input id="lpassword" name="password" autocomplete="off" type="password" class="cool" value="">
|
| 92 |
</div>
|
- |
|
| 93 |
<div class="clearBoth"></div>
|
- |
|
| 94 |
</div>
|
- |
|
| 95 |
<div class="register-row">
|
- |
|
| 96 |
<a id="resend_password_link" href="/forgot-password">Forgot password?</a>
|
- |
|
| 97 |
</div>
|
- |
|
| 98 |
<div class="register-row">
|
- |
|
| 99 |
<label> </label>
|
- |
|
| 100 |
<div class="bigImgButton floatLeft yellow-image">
|
- |
|
| 101 |
<input type="submit" name="btnSearch" id="submitAddress" value="Login" class="button" />
|
- |
|
| 102 |
</div>
|
- |
|
| 103 |
<div class="clearBoth"></div>
|
- |
|
| 104 |
</div>
|
- |
|
| 105 |
</div>
|
- |
|
| 106 |
</form>
|
- |
|
| 107 |
</div>
|
49 |
</div>
|
| 108 |
<div id="signup" class="registration-form">
|
- |
|
| 109 |
<!-- New User Registration -->
|
- |
|
| 110 |
<form id="frmRegister" name="frmRegister" method="post" action="/register?redirectUrl=$action.getRedirectUrl()">
|
50 |
<div id="forgotPassword" style="margin: 0px;margin-top: -19px;margin-right: -162px;font-size: 12px;font-style: italic;">
|
| 111 |
<div class="clearBoth"></div>
|
- |
|
| 112 |
<div class="login-row"></div>
|
- |
|
| 113 |
<div id="loginCreate" class="register-blocks">
|
- |
|
| 114 |
<!-- Login Id -->
|
- |
|
| 115 |
<div class="register-row">
|
- |
|
| 116 |
<label><sup>*</sup><span>Login Id(Email):</span></label>
|
- |
|
| 117 |
<div class="imgTextBox textbox-image">
|
- |
|
| 118 |
<input type="text" class="textbox" value="" name="email" id="email">
|
- |
|
| 119 |
</div>
|
- |
|
| 120 |
<div class="clearBoth"></div>
|
- |
|
| 121 |
<div class="instruction-text">We will send Order details to this Email Address</div>
|
- |
|
| 122 |
<div class="clearBoth"></div>
|
- |
|
| 123 |
</div>
|
- |
|
| 124 |
<!-- Password -->
|
- |
|
| 125 |
<div class="register-row">
|
- |
|
| 126 |
<label><sup>*</sup><span>Password:</span></label>
|
- |
|
| 127 |
<div class="imgTextBox textbox-image">
|
- |
|
| 128 |
<input type="password" class="textbox" value="" name="txtPassword" id="txtPassword" />
|
51 |
<a href="/forgot-password" style="color:#069">forgot password?</a>
|
| 129 |
</div>
|
52 |
</div>
|
| 130 |
<div class="clearBoth"></div>
|
- |
|
| 131 |
<div class="instruction-text">Minimum 6 characters</div>
|
53 |
<div class="loginBtn" id="loginBtn" onclick="loginregister('l')">
|
| 132 |
<div class="clearBoth"></div>
|
54 |
<div id="loginText">Login</div>
|
| 133 |
</div>
|
- |
|
| 134 |
<div class="register-row">
|
- |
|
| 135 |
<label> </label>
|
- |
|
| 136 |
<div class="bigImgButton floatLeft register-button yellow-image">
|
- |
|
| 137 |
<input type="submit" class="button" value="Register" name="btnSearch">
|
- |
|
| 138 |
</div>
|
- |
|
| 139 |
</div>
|
- |
|
| 140 |
</div>
|
- |
|
| 141 |
<!-- Create Login -->
|
- |
|
| 142 |
|
- |
|
| 143 |
<!-- Conditions Information -->
|
- |
|
| 144 |
<!-- Conditions Information -->
|
- |
|
| 145 |
</form>
|
- |
|
| 146 |
</div>
|
55 |
</div>
|
| 147 |
</td>
|
- |
|
| 148 |
|
- |
|
| 149 |
<td width = "49%" align="center" valign="top">
|
- |
|
| 150 |
<div id = "alternate-logins">
|
- |
|
| 151 |
<div id = "facebook-login-container">
|
- |
|
| 152 |
<!-- <iframe src="http://www.facebook.com/plugins/registration?client_id=716370691734306&redirect_uri=http%3A%2F%2Fwww.shop2020.in%2Flogin%21facebooklogin?redirectUrl=$action.getRedirectUrl()&fields=name,email&fb_register=true"
|
56 |
</div></div></div><div style="width:1px;height:300px;background-color: white;float: left;border-left: 1px solid grey;margin-top: 7px;margin-left: 3px;"></div><div style="width: 48%;height:300px;background-color: white;float:right;text-align:center;"><div style="width: 100%;font-size: 23px;color: #069;margin-top: 17px;"> Or Try </div><div onclick="checkAndCallFacebookLogin()" style="text-align:right;background: url('/unversioned/images/facebookconnect.png');cursor:pointer;background-repeat: no-repeat;height: 42px;background-size: 250px 43px;margin-top: 162px;border-radius: 5px;width: 250px;margin-left: 119px;"><div id="fbloginbtn" style="color:white;font-weight:bold;font-size: 16px;padding: 8px;padding-top: 12px;">Login with Facebook</div></div></div></div>
|
| 153 |
scrolling="auto"
|
- |
|
| 154 |
frameborder="no"
|
- |
|
| 155 |
style="border:none"
|
- |
|
| 156 |
allowTransparency="true"
|
- |
|
| 157 |
width="90%"
|
- |
|
| 158 |
height="194">
|
- |
|
| 159 |
</iframe> -->
|
- |
|
| 160 |
</div>
|
- |
|
| 161 |
<div id = "facebook-login-button" >
|
- |
|
| 162 |
<a href="#"><img src = "/images/facebooklogin.png" onClick = "checkAndCallFacebookLogin()"></a>
|
- |
|
| 163 |
</span>
|
- |
|
| 164 |
</div>
|
- |
|
| 165 |
</div>
|
- |
|
| 166 |
</td>
|
- |
|
| 167 |
|
- |
|
| 168 |
</tr>
|
- |
|
| 169 |
</table>
|
- |
|
| 170 |
</div>
|
57 |
</div>
|
| 171 |
</div><!-- /Registration form-->
|
58 |
</div><!-- /Registration form-->
|
| 172 |
|
59 |
|
| 173 |
</div>
|
60 |
</div>
|
| 174 |
</div>
|
61 |
</div>
|
| 175 |
<script language="javascript" type="text/javascript" src="/js/jquery-ui.min.js"></script>
|
- |
|
| - |
|
62 |
|
| 176 |
#include("templates/footer.vm")
|
63 |
#include("templates/footer.vm")
|
| 177 |
#include ( "templates/commonjsfiles.vm" )
|
64 |
#include ( "templates/commonjsfiles.vm" )
|
| 178 |
</body>
|
65 |
</body>
|
| 179 |
</html>
|
66 |
</html>
|
| 180 |
|
67 |
|