Preview: merged-records.php
Size: 4.78 KB
/home/urbanman/roadkaraja.in/admin/merged-records.php
<?php
error_reporting(0);
@session_start();
include("common-left.php");
include("config.php");
//if($_SESSION[username]=="")
//{header("../login.php");exit();}
?>
<!-- START: Main Content-->
<main>
<div class="container-fluid">
<!-- START: Breadcrumbs-->
<div class="row ">
<div class="col-12 align-self-center">
<div class="sub-header mt-3 py-3 px-3 align-self-center d-sm-flex w-100 rounded">
<a href="top-10-emp-reg.php"> <div class="w-sm-100 mr-auto"><h4 class="mb-0"><b><font color="blue">Top 10 Employees <small>(New Registration)</a></small></font> </b></h4></div>
<a href="top-10-emp-reg.php"> <button type="button" class="btn1"> View Record </button></a>
</div>
</div>
</div>
<div class="row ">
<div class="col-12 align-self-center">
<div class="sub-header mt-3 py-3 px-3 align-self-center d-sm-flex w-100 rounded">
<a href="bottom-10-emp-reg.php"> <div class="w-sm-100 mr-auto"><h4 class="mb-0"><b><font color="blue">Bottom 10 Employees <small>(New Registration)</a></small></font> </b></h4></div>
<a href="bottom-10-emp-reg.php"> <button type="button" class="btn2"> View Record </button></a>
</div>
</div>
</div>
<div class="row ">
<div class="col-12 align-self-center">
<div class="sub-header mt-3 py-3 px-3 align-self-center d-sm-flex w-100 rounded">
<a href="top-10-customer-sales.php"> <div class="w-sm-100 mr-auto"><h4 class="mb-0"><b><font color="blue">Top 10 Customers <small>(Based on sales till date)</a></small></font> </b></h4></div>
<a href="top-10-customer-sales.php"><button type="button" class="btn3"> View Record </button></a>
</div>
</div>
</div>
<div class="row ">
<div class="col-12 align-self-center">
<div class="sub-header mt-3 py-3 px-3 align-self-center d-sm-flex w-100 rounded">
<a href="top-10-customer-balance.php"> <div class="w-sm-100 mr-auto"><h4 class="mb-0"><b><font color="blue">Top 10 Customers <small>(Based on balance points) </a></small></font> </b></h4></div>
<a href="top-10-customer-balance.php"> <button type="button" class="btn4"> View Record </button></a>
</div>
</div>
</div>
<!-- END: Breadcrumbs-->
<!-- START: Card Data-->
<!-- END: Card DATA-->
</div>
</main>
<!-- END: Content-->
<!-- START: Back to top-->
<a href="#" class="scrollup text-center">
<i class="icon-arrow-up"></i>
</a>
<!-- END: Back to top-->
<!-- START: Template JS-->
<script src="dist/vendors/jquery/jquery-3.3.1.min.js"></script>
<script src="dist/vendors/jquery-ui/jquery-ui.min.js"></script>
<script src="dist/vendors/moment/moment.js"></script>
<script src="dist/vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="dist/vendors/slimscroll/jquery.slimscroll.min.js"></script>
<script src="dist/vendors/flag-select/js/jquery.flagstrap.min.js"></script>
<!-- END: Template JS-->
<!-- START: APP JS-->
<script src="dist/js/app.js"></script>
<!-- END: APP JS-->
<!-- START: Page Script JS-->
<script src="dist/js/datatable.script.js"></script>
<style>
.btn1{
padding:2px;
background-color:#e91e63;
color:#fff;
border-radius:20px;
padding-left:10px;padding-right:10px;
border:2px solid #e91e63;
box-shadow:0 4px 10px 0 rgba(0,0,0,0.3);
width:240px;
}
.btn2{
padding:2px;
background-color:#673ab7;
color:#fff;
border-radius:20px;
padding-left:10px;padding-right:10px;
border:2px solid #673ab7;
box-shadow:0 4px 10px 0 rgba(0,0,0,0.3);
width:240px;
}
.btn3{
padding:2px;
background-color:#ff9800;
color:#fff;
border-radius:20px;
padding-left:10px;padding-right:10px;
border:2px solid #ff9800;
box-shadow:0 4px 10px 0 rgba(0,0,0,0.3);
width:240px;
}
.btn4{
padding:2px;
background-color:#2196f3;
color:#fff;
border-radius:20px;
padding-left:10px;padding-right:10px;
border:2px solid #2196f3;
box-shadow:0 4px 10px 0 rgba(0,0,0,0.3);
width:240px;
}
</style>
<!-- END: Page Script JS-->
</body>
</html>
Directory Contents
Dirs: 4 × Files: 78