Subversion Repositories SmartDukaan

Rev

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

Rev 7015 Rev 7039
Line 12... Line 12...
12
 
12
 
13
<body>
13
<body>
14
	<noscript>
14
	<noscript>
15
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
15
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
16
	</noscript>
16
	</noscript>
17
 
17
	
18
	<div id="fb-root"></div>
-
 
19
	<script src="http://connect.facebook.net/en_US/all.js"></script>
-
 
20
	<script language="javascript" type="text/javascript" src="/js/facebook.js"></script>
-
 
21
	$action.getHeaderSnippet()
18
	$action.getHeaderSnippet()
22
	
19
	
23
				<!-- Main -->
20
				<!-- Main -->
24
<div id="main">
21
<div id="main">
25
	<div class="main-content">
22
	<div class="main-content">
Line 141... Line 138...
141
					<!-- Conditions Information -->
138
					<!-- Conditions Information -->
142
						<!-- Conditions Information -->
139
						<!-- Conditions Information -->
143
					</form>
140
					</form>
144
				</div>
141
				</div>
145
						</td>
142
						</td>
146
	                </tr>
-
 
147
					<tr>
-
 
148
						<td colspan="2" align="center" >
-
 
149
							<div id = "facebook-login-button" >
-
 
150
								<img src = "/images/facebooklogin.png" onClick = "checkAndCallFacebookLogin()">
-
 
151
                                </span>
-
 
152
                            </div>
-
 
153
                        </td>
-
 
154
                    </tr>
143
                    </tr>
155
                </table>
144
                </table>
156
			</div>
145
			</div>
157
		</div><!-- /Registration form-->
146
		</div><!-- /Registration form-->
158
	
147
	
159
	</div>
148
	</div>
160
</div>
149
</div>
161
	#include("templates/footer.vm")
150
	#include("templates/footer.vm")
162
	#include ( "templates/commonjsfiles.vm" )
151
	#include ( "templates/commonjsfiles.vm" )
163
	<script language="javascript" type="text/javascript" src="/js/loginregister.js"></script>
-
 
164
</body>
152
</body>
165
</html>
153
</html>
166
154