Subversion Repositories SmartDukaan

Rev

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

Rev 23918 Rev 23941
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/login.js?v=1"></script>
8
<script src="resources/js/login.js?v=2"></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>
14
<script src="resources/js/common.js?v=1"></script>
14
<script src="resources/js/common.js?v=2"></script>
15
</head>
15
</head>
16
<body style="background-color:rgb(246, 245, 241)">
16
<body style="background-color:rgb(246, 245, 241)">
17
</body>
17
</body>
18
<div id="welcome">
18
<div id="welcome">
19
	<h1><strong>Welcome Partner</strong>, FOCO Login</h1>
19
	<h1><strong>Welcome Partner</strong>, FOCO Login</h1>