Subversion Repositories SmartDukaan

Rev

Rev 24072 | Rev 24351 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<html>
<head>
<title>Smart Dukaan - FOCO Dashboard Login</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="assets/images/icons/favicon.png">
<link href="resources/css/login.css" rel="stylesheet" type="text/css">
<script src="https://apis.google.com/js/api:client.js"></script>
<script src="resources/js/jquery-1.8.3.min.js"></script>
<script src="resources/js/bootstrap.min.js"></script>
<script type="text/javascript" src="resources/js/bootstrap3-typeahead.min.js"></script>
<script type="text/javascript" src="resources/js/moment.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js"></script>
<script type="text/javascript" src="//cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="//cdn.datatables.net/1.10.16/js/dataTables.bootstrap.min.js"></script>
<script type="text/javascript" src="resources/js/bootbox.min.js"></script>
<script src="resources/js/common.js?v=${version}"></script>
<script src="resources/js/login.js?v=${version}"></script>
<script type="text/javascript">
        context="$appContextPath";
        googleApiKey="$googleApiKey";
        console.log("googleApiKey : "+googleApiKey);
</script>

</head>
<body style="background-color:rgb(246, 245, 241)">
</body>
<div id="welcome">
        <h1><strong>Welcome Partner</strong>, FOCO Login</h1>
</div>
<div id="login-box">
        <div id="login-logo">
                <img src="resources/images/SmartDukaan-302x102.jpg" style="width:300px" />
        </div>
        <h2>OR</h2>
        <form type="POST" action="">
                <input type="text" name="emailIdOrMobile" placeholder="Email/Mobile">
                <input type="password" name="password" placeholder="password">
        </form>
        <h2>Sign In with your google account</h2>
        <div id="gSignInWrapper">
    <div id="customBtn" class="customGPlusSignIn">
                <img src="resources/images/google.png" style="width:300px; height:45px;"/>    
    </div>
</div>
<div id="name"></div>
  <script>startApp();</script>
</div>
<p>All rights reserved.&copy;2017, SmartDukaan</p>
</html>