Subversion Repositories SmartDukaan

Rev

Rev 7039 | Rev 7844 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7039 Rev 7825
Line 4... Line 4...
4
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
4
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5
	<!-- Prevent MS Office toolbar from changing layout -->
5
	<!-- Prevent MS Office toolbar from changing layout -->
6
	<meta http-equiv="imagetoolbar" content="false" />
6
	<meta http-equiv="imagetoolbar" content="false" />
7
	<meta name="MSSmartTagsPreventParsing" content="true" />
7
	<meta name="MSSmartTagsPreventParsing" content="true" />
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
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
11
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
-
 
12
	<script src="http://connect.facebook.net/en_US/all.js"></script>
-
 
13
	<script language="javascript" type="text/javascript" src="/js/facebook.js"></script>
11
</head>
14
</head>
12
 
15
 
13
<body>
16
<body>
14
	<noscript>
17
	<noscript>
15
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
18
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
Line 57... Line 60...
57
				</div>
60
				</div>
58
				#end
61
				#end
59
                        </td>
62
                        </td>
60
                    </tr>
63
                    </tr>
61
					<tr>
64
					<tr>
62
						<td width="49%" align="center" valign="top" >
65
						<td width="49%" align="center" valign="top" style="border-right: 1px solid #2789C1;">
63
							<h3>Existing User Login</h3>
66
							<h2 style = "font-weight:normal;">
-
 
67
								<input type="radio" name = "loginregister" class = "loginregister" value = "login" >Login</input>
-
 
68
								<input type="radio" name = "loginregister" class = "loginregister" value = "register" checked="checked">Register</input>
64
 
69
							</h2>
65
				<div id="signin" class="registration-form">
70
							<div id="signin" class="registration-form">
66
					<form id="frmLogin" name="frmLogin" method="post" action="#">
71
								<form id="frmLogin" name="frmLogin" method="post" action="#">
67
						<div class="clearBoth"></div>
72
									<div class="clearBoth"></div>
68
						<div class="login-row"></div>
73
									<div class="login-row"></div>
69
						<!-- Create Login -->
74
						
70
						<div class="register-blocks">
75
						<div class="register-blocks">
71
							<!-- Login Id -->
76
							<!-- Login Id -->
72
							<div class="register-row">
77
							<div class="register-row">
73
								<label><sup>*</sup><span>Login Id(Email):</span></label>
78
								<label><sup>*</sup><span>Login Id(Email):</span></label>
74
								<div class="imgTextBox textbox-image">
79
								<div class="imgTextBox textbox-image">
Line 95... Line 100...
95
								<div class="clearBoth"></div>
100
								<div class="clearBoth"></div>
96
							</div>
101
							</div>
97
						</div>
102
						</div>
98
					</form>
103
					</form>
99
				</div>
104
				</div>
100
						</td>
-
 
101
						<td width="49%" align="center" >
-
 
102
							<h3>New User Registration</h3>
-
 
103
				<div id="signup" class="registration-form">
105
				<div id="signup" class="registration-form">
104
					<!-- New User Registration -->
106
					<!-- New User Registration -->
105
					<form id="frmRegister" name="frmRegister" method="post" action="/register?redirectUrl=$action.getRedirectUrl()">
107
					<form id="frmRegister" name="frmRegister" method="post" action="/register?redirectUrl=$action.getRedirectUrl()">
106
						<div class="clearBoth"></div>
108
						<div class="clearBoth"></div>
107
						<div class="login-row"></div>
109
						<div class="login-row"></div>
Line 138... Line 140...
138
					<!-- Conditions Information -->
140
					<!-- Conditions Information -->
139
						<!-- Conditions Information -->
141
						<!-- Conditions Information -->
140
					</form>
142
					</form>
141
				</div>
143
				</div>
142
						</td>
144
						</td>
-
 
145
 
-
 
146
						<td width = "49%" align="center" valign="top">
-
 
147
							<div id = "alternate-logins">
-
 
148
								<div id = "facebook-login-container">
-
 
149
									<iframe src="https://www.facebook.com/plugins/registration?client_id=${in.shop2020.appId}&redirect_uri=${in.shop2020.appRedirectUri}&fields=name,email"
-
 
150
                                            scrolling="auto"
-
 
151
                                            frameborder="no"
-
 
152
                                            style="border:none"
-
 
153
                                            allowTransparency="true"
-
 
154
                                            width="90%"
-
 
155
                                            height="194">
-
 
156
                                    </iframe>
-
 
157
                                </div>
-
 
158
								<!--div id = "facebook-login-button" >
-
 
159
    								<a href="#"><img src = "/images/facebooklogin.png" onClick = "checkAndCallFacebookLogin()"></a>
-
 
160
                                    </span>
-
 
161
                                </div-->
-
 
162
                            </div>
-
 
163
                        </td>
-
 
164
 
143
                    </tr>
165
                    </tr>
144
                </table>
166
                </table>
145
			</div>
167
			</div>
146
		</div><!-- /Registration form-->
168
		</div><!-- /Registration form-->
147
	
169