| 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 |
<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 rel="shortcut icon" href="assets/images/icons/favicon.png">
|
5 |
<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">
|
| 6 |
<link href="resources/css/login.css" rel="stylesheet" type="text/css">
|
7 |
<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">
|
| 7 |
<script src="https://apis.google.com/js/api:client.js"></script>
|
9 |
<script src="https://apis.google.com/js/api:client.js"></script>
|
| 8 |
<script src="resources/js/jquery-1.8.3.min.js"></script>
|
10 |
<script src="resources/js/jquery-1.8.3.min.js"></script>
|
| 9 |
<script src="resources/js/bootstrap.min.js"></script>
|
11 |
<script src="resources/js/bootstrap.min.js"></script>
|
| 10 |
<script type="text/javascript" src="resources/js/bootstrap3-typeahead.min.js"></script>
|
12 |
<script type="text/javascript" src="resources/js/bootstrap3-typeahead.min.js"></script>
|
| 11 |
<script type="text/javascript" src="resources/js/moment.min.js"></script>
|
13 |
<script type="text/javascript" src="resources/js/moment.min.js"></script>
|
| 12 |
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js"></script>
|
14 |
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js"></script>
|
| 13 |
<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/jquery.dataTables.min.js"></script>
|
| 14 |
<script type="text/javascript" src="//cdn.datatables.net/1.10.16/js/dataTables.bootstrap.min.js"></script>
|
16 |
<script type="text/javascript" src="//cdn.datatables.net/1.10.16/js/dataTables.bootstrap.min.js"></script>
|
| 15 |
<script type="text/javascript" src="resources/js/bootbox.min.js"></script>
|
17 |
<script type="text/javascript" src="resources/js/bootbox.min.js"></script>
|
| - |
|
18 |
|
| - |
|
19 |
|
| 16 |
<script src="resources/js/common.js?v=${version}"></script>
|
20 |
<script src="resources/js/common.js?v=${version}"></script>
|
| 17 |
<script src="resources/js/login.js?v=${version}"></script>
|
21 |
<script src="resources/js/login.js?v=${version}"></script>
|
| 18 |
<script type="text/javascript">
|
22 |
<script type="text/javascript">
|
| 19 |
context="$appContextPath";
|
23 |
context="$appContextPath";
|
| 20 |
googleApiKey="$googleApiKey";
|
24 |
googleApiKey="$googleApiKey";
|
| 21 |
console.log("googleApiKey : "+googleApiKey);
|
25 |
console.log("googleApiKey : "+googleApiKey);
|
| 22 |
</script>
|
26 |
</script>
|
| - |
|
27 |
<style>
|
| - |
|
28 |
.form-gap {
|
| - |
|
29 |
padding-top: 70px;
|
| 23 |
|
30 |
}
|
| - |
|
31 |
.footer {
|
| - |
|
32 |
position: fixed;
|
| - |
|
33 |
left: 0;
|
| - |
|
34 |
bottom: 0;
|
| - |
|
35 |
width: 100%;
|
| - |
|
36 |
background-color: red;
|
| - |
|
37 |
color: white;
|
| - |
|
38 |
text-align: center;
|
| - |
|
39 |
}
|
| - |
|
40 |
</style>
|
| 24 |
</head>
|
41 |
</head>
|
| 25 |
<body style="background-color:rgb(246, 245, 241)">
|
42 |
<body style="background-color:rgb(246, 245, 241)">
|
| 26 |
</body>
|
- |
|
| 27 |
<div id="welcome">
|
43 |
<div id="welcome">
|
| 28 |
<h1><strong>Welcome Partner</strong>, FOCO Login</h1>
|
44 |
<h1><strong>Welcome Partner</strong>, FOCO Login</h1>
|
| 29 |
</div>
|
45 |
</div>
|
| 30 |
<div id="login-box">
|
46 |
<div id="login-box" class="container">
|
| 31 |
<div id="login-logo">
|
47 |
<div class="row" id="login-logo">
|
| 32 |
<img src="resources/images/SmartDukaan-302x102.jpg" style="width:300px" />
|
48 |
<img src="resources/images/SmartDukaan-302x102.jpg" style="width:300px;">
|
| 33 |
</div>
|
49 |
</div>
|
| - |
|
50 |
<div id="login-container" class="row">
|
| - |
|
51 |
<div class="col-lg-6" style="top:100px">
|
| - |
|
52 |
<div id="gSignInWrapper" style="vertical-align: center;">
|
| - |
|
53 |
<div id="customBtn" class="customGPlusSignIn" style="text-align: center">
|
| - |
|
54 |
<img src="resources/images/google.png" style="width:250px; height:45px;">
|
| - |
|
55 |
</div>
|
| - |
|
56 |
</div>
|
| - |
|
57 |
</div>
|
| - |
|
58 |
<div class="col-lg-6 vertical" style="top:30px;" id="auth">
|
| - |
|
59 |
<form class="form-horizontal">
|
| 34 |
<!--<h2>OR</h2>-->
|
60 |
<h3>LOGIN</h3>
|
| 35 |
<!--<form type="POST" action="">
|
61 |
<div class="form-group">
|
| - |
|
62 |
<div class="col-sm-10">
|
| 36 |
<input type="text" name="emailIdOrMobile" placeholder="Email/Mobile">
|
63 |
<input type="text" class="form-control" id="emailormobile" placeholder="Enter Email or Mobile" name="emailormobile">
|
| - |
|
64 |
</div>
|
| - |
|
65 |
</div>
|
| - |
|
66 |
<div class="form-group">
|
| - |
|
67 |
<div class="col-sm-10">
|
| 37 |
<input type="password" name="password" placeholder="password">
|
68 |
<input type="password" class="form-control" id="password" placeholder="Enter password" name="pwd" required="">
|
| - |
|
69 |
</div>
|
| - |
|
70 |
</div>
|
| - |
|
71 |
<div class="form-group">
|
| - |
|
72 |
<div class="col-sm-10">
|
| - |
|
73 |
<a href="#" class="forgetPassword">Forgot Password?</a>
|
| - |
|
74 |
<input type="button" class="btn btn-lg btn-primary login pull-right" value="Login">
|
| - |
|
75 |
</div>
|
| - |
|
76 |
</div>
|
| 38 |
</form>-->
|
77 |
</form>
|
| - |
|
78 |
</div>
|
| - |
|
79 |
<div id="forget-password" class="col-lg-6 vertical" style="top:40px;display:none">
|
| - |
|
80 |
<div id="send-password" style="display:none">
|
| 39 |
<h2>Sign In with your google account</h2>
|
81 |
<p>We have sent a reset password to your email account.</p>
|
| - |
|
82 |
<a href="/login" style="color:red">login!</a>
|
| - |
|
83 |
</div>
|
| 40 |
<div id="gSignInWrapper">
|
84 |
<div id="reset-password">
|
| - |
|
85 |
<p>We will send you a link to reset your password.</p>
|
| - |
|
86 |
<div class="panel-body">
|
| - |
|
87 |
<form>
|
| - |
|
88 |
<div class="form-group">
|
| 41 |
<div id="customBtn" class="customGPlusSignIn">
|
89 |
<div class="input-group">
|
| - |
|
90 |
<span class="input-group-addon"><i class="glyphicon glyphicon-envelope color-blue"></i></span>
|
| 42 |
<img src="resources/images/google.png" style="width:300px; height:45px;"/>
|
91 |
<input id="email" name="email" placeholder="email address" class="form-control" type="email">
|
| - |
|
92 |
</div>
|
| - |
|
93 |
</div>
|
| - |
|
94 |
<div class="form-group">
|
| - |
|
95 |
<a href="#" class="forgetPassword">Cancel</a>
|
| - |
|
96 |
<input name="recover-password" class="btn btn-lg btn-primary pull-right" value="Reset Password" type="button" id="recover-password">
|
| - |
|
97 |
</div>
|
| - |
|
98 |
</form>
|
| - |
|
99 |
</div>
|
| 43 |
</div>
|
100 |
</div>
|
| 44 |
</div>
|
101 |
</div>
|
| 45 |
<div id="name"></div>
|
102 |
</div>
|
| 46 |
<script>startApp();</script>
|
103 |
<script>startApp();</script>
|
| 47 |
</div>
|
104 |
</div>
|
| 48 |
<p>All rights reserved.©2017, SmartDukaan</p>
|
105 |
<p>All rights reserved.©2017, SmartDukaan</p>
|
| - |
|
106 |
</body>
|
| 49 |
</html>
|
107 |
</html>
|