Subversion Repositories SmartDukaan

Rev

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

Rev 23309 Rev 23343
Line 3... Line 3...
3
<title>Smart Dukaan - FOCO Dashboard Login</title>
3
<title>Smart Dukaan - FOCO Dashboard Login</title>
4
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
4
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
5
<link href="resources/css/login.css" rel="stylesheet" type="text/css">
5
<link href="resources/css/login.css" rel="stylesheet" type="text/css">
6
<script src="https://apis.google.com/js/api:client.js"></script>
6
<script src="https://apis.google.com/js/api:client.js"></script>
7
<script src="resources/js/jquery-1.8.3.min.js"></script>
7
<script src="resources/js/jquery-1.8.3.min.js"></script>
8
<script src="resources/js/events.js"></script>
8
<script src="resources/js/login.js"></script>
9
<script type="text/javascript">
9
<script type="text/javascript">
10
	context="$appContextPath";
10
	context="$appContextPath";
11
	googleApiKey="$googleApiKey";
11
	googleApiKey="$googleApiKey";
12
	console.log("googleApiKey : "+googleApiKey);
12
	console.log("googleApiKey : "+googleApiKey);
13
</script>
13
</script>