| 21555 |
kshitij.so |
1 |
<html>
|
|
|
2 |
<head>
|
| 23165 |
amit.gupta |
3 |
<title>Smart Dukaan - FOCO Dashboard Login</title>
|
| 21564 |
kshitij.so |
4 |
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
|
| 24022 |
amit.gupta |
5 |
<link rel="shortcut icon" href="assets/images/icons/favicon.png">
|
| 24383 |
amit.gupta |
6 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
| 21627 |
kshitij.so |
7 |
<link href="resources/css/login.css" rel="stylesheet" type="text/css">
|
| 24383 |
amit.gupta |
8 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
| 21564 |
kshitij.so |
9 |
<script src="https://apis.google.com/js/api:client.js"></script>
|
| 21627 |
kshitij.so |
10 |
<script src="resources/js/jquery-1.8.3.min.js"></script>
|
| 23992 |
amit.gupta |
11 |
<script src="resources/js/bootstrap.min.js"></script>
|
| 23980 |
amit.gupta |
12 |
<script type="text/javascript" src="resources/js/bootstrap3-typeahead.min.js"></script>
|
|
|
13 |
<script type="text/javascript" src="resources/js/moment.min.js"></script>
|
| 24383 |
amit.gupta |
14 |
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js"></script>
|
| 23980 |
amit.gupta |
15 |
<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/dataTables.bootstrap.min.js"></script>
|
|
|
17 |
<script type="text/javascript" src="resources/js/bootbox.min.js"></script>
|
| 24383 |
amit.gupta |
18 |
|
|
|
19 |
|
| 22071 |
ashik.ali |
20 |
<script type="text/javascript">
|
| 22073 |
ashik.ali |
21 |
context="$appContextPath";
|
| 22072 |
ashik.ali |
22 |
googleApiKey="$googleApiKey";
|
|
|
23 |
console.log("googleApiKey : "+googleApiKey);
|
| 22071 |
ashik.ali |
24 |
</script>
|
| 24449 |
amit.gupta |
25 |
<script src="resources/js/common.js?v=${version}"></script>
|
|
|
26 |
<script src="resources/js/login.js?v=${version}"></script>
|
| 24383 |
amit.gupta |
27 |
<style>
|
|
|
28 |
.form-gap {
|
|
|
29 |
padding-top: 70px;
|
|
|
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>
|
| 21555 |
kshitij.so |
41 |
</head>
|
|
|
42 |
<body style="background-color:rgb(246, 245, 241)">
|
| 21564 |
kshitij.so |
43 |
<div id="welcome">
|
| 23165 |
amit.gupta |
44 |
<h1><strong>Welcome Partner</strong>, FOCO Login</h1>
|
| 21564 |
kshitij.so |
45 |
</div>
|
| 24383 |
amit.gupta |
46 |
<div id="login-box" class="container">
|
|
|
47 |
<div class="row" id="login-logo">
|
|
|
48 |
<img src="resources/images/SmartDukaan-302x102.jpg" style="width:300px;">
|
| 21564 |
kshitij.so |
49 |
</div>
|
| 24383 |
amit.gupta |
50 |
<div id="login-container" class="row">
|
| 24405 |
govind |
51 |
<div class="col-sm-6" style="top:100px">
|
| 24383 |
amit.gupta |
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>
|
| 24405 |
govind |
58 |
<div class="col-sm-6 vertical" style="top:30px;" id="auth">
|
| 24383 |
amit.gupta |
59 |
<form class="form-horizontal">
|
|
|
60 |
<h3>LOGIN</h3>
|
|
|
61 |
<div class="form-group">
|
|
|
62 |
<div class="col-sm-10">
|
|
|
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">
|
|
|
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>
|
|
|
77 |
</form>
|
|
|
78 |
</div>
|
| 24405 |
govind |
79 |
<div id="forget-password" class="col-sm-6 vertical" style="top:40px;display:none">
|
| 24383 |
amit.gupta |
80 |
<div id="send-password" style="display:none">
|
|
|
81 |
<p>We have sent a reset password to your email account.</p>
|
|
|
82 |
<a href="/login" style="color:red">login!</a>
|
|
|
83 |
</div>
|
|
|
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">
|
|
|
89 |
<div class="input-group">
|
|
|
90 |
<span class="input-group-addon"><i class="glyphicon glyphicon-envelope color-blue"></i></span>
|
|
|
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>
|
|
|
100 |
</div>
|
|
|
101 |
</div>
|
|
|
102 |
</div>
|
|
|
103 |
<script>startApp();</script>
|
| 21627 |
kshitij.so |
104 |
</div>
|
| 23309 |
amit.gupta |
105 |
<p>All rights reserved.©2017, SmartDukaan</p>
|
| 24383 |
amit.gupta |
106 |
</body>
|
| 21555 |
kshitij.so |
107 |
</html>
|