GIF89a
<?php
session_start();
include 'db.php';
$TotalEmp2 =mysqli_query($db,"select count(id) as emp2 from p4");
$TotalEmploId2 = mysqli_fetch_assoc($TotalEmp2);
$TotalEmp4 =mysqli_query($db,"select count(id) as emp4 from p6");
$TotalEmploId4 = mysqli_fetch_assoc($TotalEmp4);
$TotalEmp5 =mysqli_query($db,"select count(id) as emp5 from p7");
$TotalEmploId5 = mysqli_fetch_assoc($TotalEmp5);
?>
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from thememinister.com/crm/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 03 Oct 2019 15:41:19 GMT -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Balaji Baby Center</title>
<!-- Favicon and touch icons -->
<link rel="shortcut icon" href="assets/dist/img/ico/favicon.png" type="image/x-icon">
<!-- Start Global Mandatory Style
=====================================================================-->
<!-- jquery-ui css -->
<link href="assets/plugins/jquery-ui-1.12.1/jquery-ui.min.css" rel="stylesheet" type="text/css"/>
<!-- Bootstrap -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<!-- Bootstrap rtl -->
<!--<link href="assets/bootstrap-rtl/bootstrap-rtl.min.css" rel="stylesheet" type="text/css"/>-->
<!-- Lobipanel css -->
<link href="assets/plugins/lobipanel/lobipanel.min.css" rel="stylesheet" type="text/css"/>
<!-- Pace css -->
<link href="assets/plugins/pace/flash.css" rel="stylesheet" type="text/css"/>
<!-- Font Awesome -->
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
<!-- Pe-icon -->
<link href="assets/pe-icon-7-stroke/css/pe-icon-7-stroke.css" rel="stylesheet" type="text/css"/>
<!-- Themify icons -->
<link href="assets/themify-icons/themify-icons.css" rel="stylesheet" type="text/css"/>
<!-- End Global Mandatory Style
=====================================================================-->
<!-- Start page Label Plugins
=====================================================================-->
<!-- Emojionearea -->
<link href="assets/plugins/emojionearea/emojionearea.min.css" rel="stylesheet" type="text/css"/>
<!-- Monthly css -->
<link href="assets/plugins/monthly/monthly.css" rel="stylesheet" type="text/css"/>
<!-- End page Label Plugins
=====================================================================-->
<!-- Start Theme Layout Style
=====================================================================-->
<!-- Theme style -->
<link href="assets/dist/css/stylecrm.css" rel="stylesheet" type="text/css"/>
<!-- Theme style rtl -->
<!--<link href="assets/dist/css/stylecrm-rtl.css" rel="stylesheet" type="text/css"/>-->
<!-- End Theme Layout Style
=====================================================================-->
</head>
<body class="hold-transition sidebar-mini">
<?php
include 'include/header.php';
?>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<div class="header-icon">
<i class="fa fa-dashboard"></i>
</div>
<div class="header-title">
<h1>Daily Dashboard</h1>
<small>Very detailed & featured Admin</small>
</div>
</section>
<!-- Main content -->
<section class="content">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-4">
<a href="Courses-view.php">
<div id="cardbox2">
<div class="statistic-box">
<font color="white"><i class="fa fa-file-o fa-3x"></i></font>
<div class="counter-number pull-right">
<font color="white"><span class="count-number"><?php echo(isset($TotalEmploId2['emp2']))?$TotalEmploId2['emp2']:"";?></span>
<span class="slight"><i class="fa fa-play fa-rotate-270"> </i>
</span></font>
</div>
<h3><font color="white">Courses</font></h3>
</div>
</div>
</div></a>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-4">
<a href="Service-view.php">
<div id="cardbox4">
<div class="statistic-box">
<font color="white"><i class="fa fa-gear fa-3x"></i></font>
<div class="counter-number pull-right">
<font color="white"><span class="count-number"><?php echo(isset($TotalEmploId4['emp4']))?$TotalEmploId4['emp4']:"";?></span>
<span class="slight"><i class="fa fa-play fa-rotate-270"> </i>
</span></font>
</div>
<h3> <font color="white">Services</font></h3>
</div>
</div>
</div></a>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-4">
<a href="Speciality-view.php">
<div id="cardbox4">
<div class="statistic-box">
<font color="white"><i class="fa fa-file fa-3x"></i></font>
<div class="counter-number pull-right">
<font color="white"><span class="count-number"><?php echo(isset($TotalEmploId5['emp5']))?$TotalEmploId5['emp5']:"";?></span>
<span class="slight"><i class="fa fa-play fa-rotate-270"> </i>
</span></font>
</div>
<h3> <font color="white">Speciality</font></h3>
</div>
</div>
</div></a>
</div>
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<?php
include 'include/footer.php';
?>
</div>
<!-- /.wrapper -->
<!-- Start Core Plugins
=====================================================================-->
<!-- jQuery -->
<script src="assets/plugins/jQuery/jquery-1.12.4.min.js" type="text/javascript"></script>
<!-- jquery-ui -->
<script src="assets/plugins/jquery-ui-1.12.1/jquery-ui.min.js" type="text/javascript"></script>
<!-- Bootstrap -->
<script src="assets/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<!-- lobipanel -->
<script src="assets/plugins/lobipanel/lobipanel.min.js" type="text/javascript"></script>
<!-- Pace js -->
<script src="assets/plugins/pace/pace.min.js" type="text/javascript"></script>
<!-- SlimScroll -->
<script src="assets/plugins/slimScroll/jquery.slimscroll.min.js" type="text/javascript"> </script>
<!-- FastClick -->
<script src="assets/plugins/fastclick/fastclick.min.js" type="text/javascript"></script>
<!-- CRMadmin frame -->
<script src="assets/dist/js/custom.js" type="text/javascript"></script>
<!-- End Core Plugins
=====================================================================-->
<!-- Start Page Lavel Plugins
=====================================================================-->
<!-- ChartJs JavaScript -->
<script src="assets/plugins/chartJs/Chart.min.js" type="text/javascript"></script>
<!-- Counter js -->
<script src="assets/plugins/counterup/waypoints.js" type="text/javascript"></script>
<script src="assets/plugins/counterup/jquery.counterup.min.js" type="text/javascript"></script>
<!-- Monthly js -->
<script src="assets/plugins/monthly/monthly.js" type="text/javascript"></script>
<!-- End Page Lavel Plugins
=====================================================================-->
<!-- Start Theme label Script
=====================================================================-->
<!-- Dashboard js -->
<script src="assets/dist/js/dashboard.js" type="text/javascript"></script>
<!-- End Theme label Script
=====================================================================-->
<script>
function dash() {
// single bar chart
var ctx = document.getElementById("singelBarChart");
var myChart = new Chart(ctx, {
type: 'bar',
data: {
labels: ["Sun", "Mon", "Tu", "Wed", "Th", "Fri", "Sat"],
datasets: [
{
label: "My First dataset",
data: [40, 55, 75, 81, 56, 55, 40],
borderColor: "rgba(0, 150, 136, 0.8)",
width: "1",
borderWidth: "0",
backgroundColor: "rgba(0, 150, 136, 0.8)"
}
]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
//monthly calender
$('#m_calendar').monthly({
mode: 'event',
//jsonUrl: 'events.json',
//dataType: 'json'
xmlUrl: 'events.xml'
});
//bar chart
var ctx = document.getElementById("barChart");
var myChart = new Chart(ctx, {
type: 'bar',
data: {
labels: ["January", "February", "March", "April", "May", "June", "July", "august", "september","october", "Nobemver", "December"],
datasets: [
{
label: "My First dataset",
data: [65, 59, 80, 81, 56, 55, 40, 65, 59, 80, 81, 56],
borderColor: "rgba(0, 150, 136, 0.8)",
width: "1",
borderWidth: "0",
backgroundColor: "rgba(0, 150, 136, 0.8)"
},
{
label: "My Second dataset",
data: [28, 48, 40, 19, 86, 27, 90, 28, 48, 40, 19, 86],
borderColor: "rgba(51, 51, 51, 0.55)",
width: "1",
borderWidth: "0",
backgroundColor: "rgba(51, 51, 51, 0.55)"
}
]
},
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
}
});
//counter
$('.count-number').counterUp({
delay: 10,
time: 5000
});
}
dash();
</script>
</body>
<!-- Mirrored from thememinister.com/crm/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 03 Oct 2019 15:42:31 GMT -->
</html>