| Line 1... |
Line 1... |
| 1 |
<html>
|
1 |
<html>
|
| 2 |
<head>
|
2 |
<head>
|
| 3 |
<title>Smart Dukaan - FOCO Dashboard Login</title>
|
3 |
<title>Smart Dukaan - FOCO Dashboard Login</title>
|
| - |
|
4 |
<meta name="google-signin-client_id"
|
| - |
|
5 |
content="309385327230-ts2ho8ac44n1dlg1hi2vpuk3unucmvtj.apps.googleusercontent.com">
|
| 4 |
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
|
6 |
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
|
| 5 |
<link rel="shortcut icon" href="assets/images/icons/favicon.png">
|
7 |
<link rel="shortcut icon" href="assets/images/icons/favicon.png">
|
| 6 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
8 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
| 7 |
<link href="resources/css/login.css" rel="stylesheet" type="text/css">
|
9 |
<link href="resources/css/login.css" rel="stylesheet" type="text/css">
|
| 8 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
10 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
| 9 |
<script src="https://apis.google.com/js/api:client.js" crossorigin="anonymous"></script>
|
11 |
##<script src="https://apis.google.com/js/api:client.js"></script>
|
| 10 |
<script src="resources/js/jquery-1.8.3.min.js"></script>
|
12 |
<script src="resources/js/jquery-1.8.3.min.js"></script>
|
| 11 |
<script src="resources/js/bootstrap.min.js"></script>
|
13 |
<script src="resources/js/bootstrap.min.js"></script>
|
| 12 |
<script type="text/javascript" src="resources/js/bootstrap3-typeahead.min.js"></script>
|
14 |
<script type="text/javascript" src="resources/js/bootstrap3-typeahead.min.js"></script>
|
| 13 |
<script type="text/javascript" src="resources/js/moment.min.js"></script>
|
15 |
<script type="text/javascript" src="resources/js/moment.min.js"></script>
|
| 14 |
<script type="text/javascript" src="//cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
|
16 |
<script type="text/javascript" src="//cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
|
| 15 |
<script type="text/javascript" src="//cdn.datatables.net/1.10.16/js/dataTables.bootstrap.min.js"></script>
|
17 |
<script type="text/javascript" src="//cdn.datatables.net/1.10.16/js/dataTables.bootstrap.min.js"></script>
|
| 16 |
<script type="text/javascript" src="resources/js/bootbox.min.js"></script>
|
18 |
<script type="text/javascript" src="resources/js/bootbox.min.js"></script>
|
| - |
|
19 |
<script src="https://apis.google.com/js/platform.js" async defer></script>
|
| 17 |
|
20 |
|
| 18 |
|
21 |
|
| 19 |
<script type="text/javascript">
|
22 |
<script type="text/javascript">
|
| 20 |
context="$appContextPath";
|
23 |
context="$appContextPath";
|
| 21 |
googleApiKey="$googleApiKey";
|
24 |
googleApiKey="$googleApiKey";
|
| Line 34... |
Line 37... |
| 34 |
width: 100%;
|
37 |
width: 100%;
|
| 35 |
background-color: red;
|
38 |
background-color: red;
|
| 36 |
color: white;
|
39 |
color: white;
|
| 37 |
text-align: center;
|
40 |
text-align: center;
|
| 38 |
}
|
41 |
}
|
| - |
|
42 |
|
| - |
|
43 |
.abcRioButton {
|
| - |
|
44 |
border: 1px solid rgba(255, 0, 0, 0.66);
|
| - |
|
45 |
width: 200px !important;
|
| - |
|
46 |
height: 40px !important;
|
| - |
|
47 |
margin-left: 50px;
|
| - |
|
48 |
}
|
| - |
|
49 |
|
| - |
|
50 |
.abcRioButtonContents {
|
| - |
|
51 |
font-size: 19px !important;
|
| - |
|
52 |
}
|
| 39 |
</style>
|
53 |
</style>
|
| 40 |
</head>
|
54 |
</head>
|
| 41 |
<body style="background-color:rgb(246, 245, 241)">
|
55 |
<body style="background-color:rgb(246, 245, 241)">
|
| 42 |
<div id="welcome">
|
56 |
<div id="welcome">
|
| 43 |
<h1><strong>Welcome Partner</strong>, FOCO Login</h1>
|
57 |
<h1><strong>Welcome Partner</strong>, FOCO Login</h1>
|
| Line 46... |
Line 60... |
| 46 |
<div class="row" id="login-logo">
|
60 |
<div class="row" id="login-logo">
|
| 47 |
<img src="resources/images/SmartDukaan-302x102.jpg" style="width:300px;">
|
61 |
<img src="resources/images/SmartDukaan-302x102.jpg" style="width:300px;">
|
| 48 |
</div>
|
62 |
</div>
|
| 49 |
<div id="login-container" class="row">
|
63 |
<div id="login-container" class="row">
|
| 50 |
<div class="col-sm-6" style="top:100px">
|
64 |
<div class="col-sm-6" style="top:100px">
|
| 51 |
<div id="gSignInWrapper" style="vertical-align: center;">
|
65 |
## <div style="vertical-align: center;">
|
| 52 |
<div id="customBtn" class="customGPlusSignIn" style="text-align: center">
|
66 |
## <div class="customGPlusSignIn g-signin2" style="text-align: center" data-onsuccess="onSignIn">
|
| 53 |
<img src="resources/images/google.png" style="width:250px; height:45px;">
|
67 |
## <img src="resources/images/google.png" style="width:250px; height:45px;">
|
| 54 |
</div>
|
68 |
## </div>
|
| 55 |
</div>
|
69 |
## </div>
|
| - |
|
70 |
<div class="g-signin2" data-onsuccess="onSignIn"></div>
|
| 56 |
</div>
|
71 |
</div>
|
| 57 |
<div class="col-sm-6 vertical" style="top:30px;" id="auth">
|
72 |
<div class="col-sm-6 vertical" style="top:30px;" id="auth">
|
| 58 |
<form class="form-horizontal">
|
73 |
<form class="form-horizontal">
|
| 59 |
<h3>LOGIN</h3>
|
74 |
<h3>LOGIN</h3>
|
| 60 |
<div class="form-group">
|
75 |
<div class="form-group">
|
| Line 97... |
Line 112... |
| 97 |
</form>
|
112 |
</form>
|
| 98 |
</div>
|
113 |
</div>
|
| 99 |
</div>
|
114 |
</div>
|
| 100 |
</div>
|
115 |
</div>
|
| 101 |
</div>
|
116 |
</div>
|
| 102 |
<script>startApp();</script>
|
117 |
## <script>startApp();</script>
|
| 103 |
</div>
|
118 |
</div>
|
| 104 |
<p>All rights reserved.©2017, SmartDukaan</p>
|
119 |
<p>All rights reserved.©2017, SmartDukaan</p>
|
| 105 |
</body>
|
120 |
</body>
|
| 106 |
</html>
|
121 |
</html>
|