Subversion Repositories SmartDukaan

Rev

Rev 20462 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
637 rajveer 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
1747 varun.gupt 4
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5
	<!-- Prevent MS Office toolbar from changing layout -->
6
	<meta http-equiv="imagetoolbar" content="false" />
7
	<meta name="MSSmartTagsPreventParsing" content="true" />
5625 vikram.rag 8
	<title>${in.shop2020.title}</title>
7825 amar.kumar 9
 #include ( "templates/commoncssfiles.vm" )
10
	<div id="fb-root"></div>
20463 amit.gupta 11
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
20180 aman.kumar 12
<!--	<script src="http://connect.facebook.net/en_US/all.js"></script> -->
13
 
14
 
637 rajveer 15
</head>
16
 
17
<body>
18
	<noscript>
5572 anupam.sin 19
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
637 rajveer 20
	</noscript>
7039 anupam.sin 21
 
2031 rajveer 22
	$action.getHeaderSnippet()
3830 chandransh 23
 
24
				<!-- Main -->
25
<div id="main">
26
	<div class="main-content">
27
		<div class="main-top">
28
			<div class="bread-crumbs">
29
				<a href="/">Home</a>&nbsp;&gt;&nbsp;
30
				<a href="#">Login</a>
31
			</div>
1747 varun.gupt 32
		</div>
3830 chandransh 33
		<!-- Registration form-->
34
		<div id="signinSignup" class="blue-border">
1747 varun.gupt 35
 
36
			<div class="middle">
20225 aman.kumar 37
<div style="width:100%;margin:0 auto;text-align: center;float: left;margin-top: 2px;"> 
38
<div style="width: 50%;height:auto;background-color: white;float:left;"> 
39
<div id="loginCreate" class="register-login"> 
40
<div id="errormessage" style="width:100%;text-align:center;font-size:12px;color:red;display:none"></div>
41
<div class="wrap" style="margin-left:120px">
42
 <div>
43
  <label class="label active">Email</label>
44
   <input id="lemail" name="email" type="text" autocomplete="off" class="cool" value="">
45
    </div>
46
    <div>
47
     <label class="label active">Password</label> 
48
     <input id="lpassword" name="password" autocomplete="off" type="password" class="cool" value=""> 
49
     </div>
50
     <div id="forgotPassword" style="margin: 0px;margin-top: -19px;margin-right: -162px;font-size: 12px;font-style: italic;"> 
51
     <a href="/forgot-password" style="color:#069">forgot password?</a>
52
     </div>
53
     <div class="loginBtn" id="loginBtn" onclick="loginregister('l')"> 
54
     <div id="loginText">Login</div>
55
     </div>
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>
1747 varun.gupt 57
			</div>
58
		</div><!-- /Registration form-->
3830 chandransh 59
 
60
	</div>
61
</div>
20225 aman.kumar 62
 
2868 rajveer 63
	#include("templates/footer.vm")
1747 varun.gupt 64
	#include ( "templates/commonjsfiles.vm" )
65
</body>
4453 varun.gupt 66
</html>