| Line 4... |
Line 4... |
| 4 |
<meta charset="utf-8">
|
4 |
<meta charset="utf-8">
|
| 5 |
<meta name="viewport"
|
5 |
<meta name="viewport"
|
| 6 |
content="width=device-width, initial-scale=1, maximum-scale=1">
|
6 |
content="width=device-width, initial-scale=1, maximum-scale=1">
|
| 7 |
<meta name="description" content="Smart Dukaan FOCO Dashboard">
|
7 |
<meta name="description" content="Smart Dukaan FOCO Dashboard">
|
| 8 |
<meta name="author" content="smartdukaan">
|
8 |
<meta name="author" content="smartdukaan">
|
| 9 |
|
9 |
<meta name="google-signin-client_id"
|
| - |
|
10 |
content="309385327230-ts2ho8ac44n1dlg1hi2vpuk3unucmvtj.apps.googleusercontent.com">
|
| 10 |
<meta name="referer" content="no-referer">
|
11 |
<meta name="referer" content="no-referer">
|
| 11 |
<meta name="referrer" content="no-referrer">
|
12 |
<meta name="referrer" content="no-referrer">
|
| 12 |
<!--<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">-->
|
13 |
<!--<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">-->
|
| 13 |
<link rel="shortcut icon" href="assets/images/icons/favicon.png">
|
14 |
<link rel="shortcut icon" href="assets/images/icons/favicon.png">
|
| 14 |
|
15 |
|
| Line 49... |
Line 50... |
| 49 |
<link rel='stylesheet'
|
50 |
<link rel='stylesheet'
|
| 50 |
href='https://use.fontawesome.com/releases/v5.7.0/css/all.css'
|
51 |
href='https://use.fontawesome.com/releases/v5.7.0/css/all.css'
|
| 51 |
integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ'
|
52 |
integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ'
|
| 52 |
crossorigin='anonymous'>
|
53 |
crossorigin='anonymous'>
|
| 53 |
<link rel="stylesheet" type="text/css" href="resources/css/bootstrap-tagsinput.css">
|
54 |
<link rel="stylesheet" type="text/css" href="resources/css/bootstrap-tagsinput.css">
|
| - |
|
55 |
<script>
|
| - |
|
56 |
function signOut() {
|
| - |
|
57 |
var auth2 = gapi.auth2.getAuthInstance();
|
| - |
|
58 |
auth2.signOut().then(function () {
|
| - |
|
59 |
window.location.href = "${rc.contextPath}/logout";
|
| - |
|
60 |
console.log('User signed out.');
|
| - |
|
61 |
|
| - |
|
62 |
});
|
| - |
|
63 |
}
|
| - |
|
64 |
|
| - |
|
65 |
function onLoad() {
|
| - |
|
66 |
gapi.load('auth2', function () {
|
| - |
|
67 |
gapi.auth2.init();
|
| - |
|
68 |
});
|
| 54 |
|
69 |
}
|
| - |
|
70 |
</script>
|
| 55 |
|
71 |
|
| 56 |
<style type="text/css">
|
72 |
<style type="text/css">
|
| 57 |
.loading {
|
73 |
.loading {
|
| 58 |
display: none;
|
74 |
display: none;
|
| 59 |
}
|
75 |
}
|
| Line 278... |
Line 294... |
| 278 |
<div class="log-arrow-up"></div>
|
294 |
<div class="log-arrow-up"></div>
|
| 279 |
<li class="eborder-top"><a class="change-auth-user-password"
|
295 |
<li class="eborder-top"><a class="change-auth-user-password"
|
| 280 |
href="javascript:void(0);"><i class=""></i>Change Password</a></li>
|
296 |
href="javascript:void(0);"><i class=""></i>Change Password</a></li>
|
| 281 |
<li><a href="${rc.contextPath}/mobileapp"><i class="icon_key_alt" id="logout"></i>SD Mobile App</a>
|
297 |
<li><a href="${rc.contextPath}/mobileapp"><i class="icon_key_alt" id="logout"></i>SD Mobile App</a>
|
| 282 |
</li>
|
298 |
</li>
|
| 283 |
<li><a href="${rc.contextPath}/logout"><i
|
299 |
## <li><a href="${rc.contextPath}/logout"><i
|
| - |
|
300 |
## class="icon_key_alt" id="logout"></i> Log Out</a></li>
|
| - |
|
301 |
<script src="https://apis.google.com/js/platform.js?onload=onLoad" async defer></script>
|
| - |
|
302 |
|
| - |
|
303 |
<li><a href="javascript:void(0);" onclick="signOut();"><i
|
| 284 |
class="icon_key_alt" id="logout"></i> Log Out</a></li>
|
304 |
class="icon_key_alt" id="logout"></i> Log Out</a></li>
|
| 285 |
<!-- <li> <a href="#" language='english' class="active">English</a>
|
305 |
<!-- <li> <a href="#" language='english' class="active">English</a>
|
| 286 |
<a href="#" language='hindi'>Hindi</a></li>-->
|
306 |
<a href="#" language='hindi'>Hindi</a></li>-->
|
| 287 |
<li>
|
307 |
<li>
|
| 288 |
<!-- <li> <a href"@{?lang=en}" class="active">English</a>-->
|
308 |
<!-- <li> <a href"@{?lang=en}" class="active">English</a>-->
|
| Line 980... |
Line 1000... |
| 980 |
<div class="modal-content"></div>
|
1000 |
<div class="modal-content"></div>
|
| 981 |
|
1001 |
|
| 982 |
</div>
|
1002 |
</div>
|
| 983 |
</div>
|
1003 |
</div>
|
| 984 |
</body>
|
1004 |
</body>
|
| - |
|
1005 |
|
| - |
|
1006 |
|
| 985 |
</html>
|
1007 |
</html>
|
| 986 |
|
1008 |
|