Your IP : 18.224.60.132
<?php session_start(); ob_start();
error_reporting(0);
@ini_set('display_error', 0); include("../cludes/connect.inc.php");
$page = 21;
$today = date('ymd');
if($_POST['zone']){ $_SESSION['zone'] = $_POST['zone'];
header('location: #registered');
unset($_SESSION['item2']);
}
if($_POST['item2']){ $_SESSION['item2'] = $_POST['item2'];
header('location: #registered');
//unset($_SESSION['editt']);
}
if($_POST['item']){ $_SESSION['item'] = $_POST['item'];
header('location: #registered');
//unset($_SESSION['editt']);
}
$section = $_SESSION['item2'];
$sectionx = $_SESSION['item'];
$gid = $_SESSION['zone'];
$dd=date('d');
$mm=date('m');
$yy=date('y');
// $gid = $_SESSION['gid'];
//$dsn= $_SESSION['dsn'];
$query=$db->query("select * FROM zone WHERE sn='$gid' " )or die(mysqli_error());
$ro=mysqli_fetch_array($query);
//$district = $ro['district'];
$zone = $ro['zone'];
$gc = $ro['gc'];
$phone = $ro['phone'];
//$did = $dsn;
if(array_key_exists('exp', $_POST)){
$_SESSION['editt'] = $_POST['sn'] ;
header('location: #profile');
}
$sn=$_SESSION['editt'];
$resul = $db->query(" SELECT * FROM cdata WHERE sn = '$sn' ") or die (mysqli_error());
$rr = mysqli_fetch_array($resul);
$surname = $rr['surname'];
$didd = $rr['did'];
$sect = $rr['section'];
if(isset($_SESSION['item2'])){
if(!isset($_SESSION['item']) OR $_SESSION['item']==1){
$queryx=$db->query("select * FROM cdata WHERE did = '$section' AND work=1 ORDER BY surname ASC " )or die(mysqli_error());
$queryy=$db->query("select * FROM cdata WHERE did = '$section' AND work=0 ORDER BY surname ASC " )or die(mysqli_error()); } else{
$queryx=$db->query("select * FROM cdata WHERE did = '$section' AND section = '$sectionx' AND work=1 ORDER BY surname ASC " )or die(mysqli_error());
$queryy=$db->query("select * FROM cdata WHERE did = '$section' AND section = '$sectionx' AND work=0 ORDER BY surname ASC " )or die(mysqli_error());
}}
if($_SESSION['item']==1 && $_SESSION['item2']==1){
$queryx=$db->query("select * FROM cdata WHERE gid = '$gid' AND work=1 ORDER BY surname ASC " )or die(mysqli_error());
$queryy=$db->query("select * FROM cdata WHERE gid = '$gid' AND work=0 ORDER BY surname ASC " )or die(mysqli_error());
}
if($_SESSION['item']!=1 && $_SESSION['item2']==1){
$queryx=$db->query("select * FROM cdata WHERE rid = '$rid' AND section = '$sectionx' AND work=1 ORDER BY surname ASC " )or die(mysqli_error());
$queryy=$db->query("select * FROM cdata WHERE rid = '$rid' AND section = '$sectionx' AND work=0 ORDER BY surname ASC " )or die(mysqli_error());
}
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Attendance Report</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.5 -->
<link rel="stylesheet" href="../bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<!-- daterange picker -->
<link rel="stylesheet" href="../plugins/daterangepicker/daterangepicker-bs3.css">
<!-- iCheck for checkboxes and radio inputs -->
<link rel="stylesheet" href="../plugins/iCheck/all.css">
<!-- Bootstrap Color Picker -->
<link rel="stylesheet" href="../plugins/colorpicker/bootstrap-colorpicker.min.css">
<!-- Bootstrap time Picker -->
<link rel="stylesheet" href="../plugins/timepicker/bootstrap-timepicker.min.css">
<!-- Select2 -->
<link rel="stylesheet" href="../plugins/select2/select2.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="../dist/css/AdminLTE.min.css">
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="../dist/css/skins/_all-skins.min.css">
</head>
<body class="hold-transition skin-blue sidebar-mini">
<div class="wrapper">
<?php require('header.php'); ?>
<!-- Left side column. contains the logo and sidebar -->
<?php require('sidebar.php'); ?>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
Converts/Visitors Registration
</h1>
<ol class="breadcrumb">
<li><i class="fa fa-dashboard"></i> Setup</li>
<li class=""> <?php echo $ro['reg']; ?></li>
<li class="active"><?php echo $ro['zone']; ?></li>
<li class="active"><?php echo $ro['district']; ?></li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<div class="row">
<div class="col-md-4 col-sm-12 col-xs-12" id="profile">
<div class="box">
<div class="box-header">
<?php if(isset($_SESSION['editt'])){ ?> <h3 class="box-title">PROFILE: <strong><?php echo $rr['surname'].' '.$rr['othername']; ?></strong> </h3> <?php } ?>
</div>
<div class="panel-body">
<?php if(isset($_SESSION['editt'])){ ?>
<table width="100%" id="example1" class="table table-bordered ">
<td>Section</td><td><?php echo $rr['section']; ?></td></tr><tr>
<tr><td>Name</td><th><?php echo $rr['surname'].' '.$rr['othername']; ?></th></tr>
<tr><td>Gender</td><th><?php echo $rr['sex']; ?></th></tr><tr>
<td>Phone Number</td><th><a href="tel:<?php echo $rr['phone']; ?>"><?php echo $rr['phone']; ?></a><a style="float:right" href="sms:<?php echo $rr['phone']; ?>">SMS</a></th></tr><tr>
<td>E-mail</td><th><a href="mailto:<?php echo $rr['email']; ?>"><?php echo $rr['email']; ?></a></th></tr>
<tr><td>Age Group</td><th><?php echo $rr['age']; ?></th></tr>
<tr><td>Residential Address</td><th><?php echo $rr['address']; ?></th></tr>
<tr><td>Office Address</td><th><?php echo $rr['office']; ?></th></tr>
<?php if($sect=='Campus'){ ?>
<tr><td>Level</td><th><?php echo $rr['class']; ?></th></tr>
<tr><td>Institution</td><th><?php echo $rr['school']; ?></th></tr>
<?php } ?>
<?php if($sect=='Campus' OR $sect=='Adult'){ ?>
<tr><td>Marital Status</td><th><?php echo $rr['marital']; ?></th></tr>
<tr><td>Occupation</td><th><?php echo $rr['occ']; ?></th></tr>
<tr><td>Academic Discipline</td><th><?php echo $rr['dept']; ?></th></tr>
<tr><td>Highest Qualification</td><th><?php echo $rr['hq']; ?></th></tr>
<?php } else{ ?>
<tr><td>Class</td><th><?php echo $rr['class']; ?></th></tr>
<tr><td>School</td><th><?php echo $rr['school']; ?></th></tr>
<?php } ?>
<?php if($rr['work']==1){ ?>
<tr><th colspan="2">CONVERSION</th></tr>
<tr><td>Conversion Date</td><th><?php echo $rr['aow']; ?></th></tr>
<tr><td>Conversion Summary</td><th><?php echo $rr['port']; ?></th></tr>
<tr><td>Follow-up Counsellor</td><th><a href="fuc.php?fur=<?php echo $rr['fu']; ?>"> <?php $fuc=$rr['fu']; $que=$db->query("select * FROM mdata WHERE sn = '$fuc' " )or die(mysqli_error());
$roo=mysqli_fetch_array($que); echo ucwords($roo['surname'].' '.$roo['othername']); ?></a></th></tr>
<?php } ?>
</table>
<?php } ?>
</div> <!-- /.tab-content -->
</div><!-- /.box -->
</div>
<div class="col-md-8 col-sm-12 col-xs-12" id="registered">
<div class="box">
<div class="box-header">
<h3 class="box-title">Registered Converts/Visitors</h3>
<p>
<form method="post" style="float:right">
<table><tr><td> <select name="zone" class="form-control"> <?php if(isset($_SESSION['zone'])){ ?><option selected><?php echo $ro['zone']; ?></option><?php } else{?> <option selected disabled>GROUP OF DISTRICT</option> <?php } ?>
<?php
$query=$db->query("select * FROM zone WHERE rid = '$rid' ORDER BY zone ASC " )or die(mysqli_error());
while($row=mysqli_fetch_array($query)){
?>
<option value="<?php echo $row['sn']; ?>"><?php echo ucwords($row['zone']); ?></option>
<?php } ?>
</select></td><td>
<button type="submit" class="btn btn-primary btn-sm" name="explo">Explore Group</button></td></tr></table>
</form>
</p></div><!-- /.box-header -->
<div class="box-body">
<form id="myform2" method="post">
<p> <strong>Districts:</strong>
<?php $i=1; $search='uel';
$query=$db->query("select * FROM district WHERE gid = '$gid' ORDER BY district ASC " )or die(mysqli_error());
while($row=mysqli_fetch_array($query)){ ?> <input name="item2" onchange="change2()" type="radio" value="<?php echo $row['sn']; ?>" <?php if($row['sn']==$section){echo 'checked'; } ?> > <?php echo $row['district']; } ?>
<input name="item2" onchange="change2()" type="radio" value="1" <?php if($section==1){echo 'checked'; } ?> > All
<!--- <input name="item2" onchange="change2()" type="radio" value="1" <?php if($section==1){echo 'checked'; } ?> > All -->
</p>
</form>
<form id="myform" method="post">
<p> <strong>Section:</strong>
<input name="item" onchange="change()" type="radio" value="adult" <?php if('adult'==$sectionx){echo 'checked'; } ?> > Adult
<input name="item" onchange="change()" type="radio" value="campus" <?php if('campus'==$sectionx){echo 'checked'; } ?> > Campus
<input name="item" onchange="change()" type="radio" value="youth" <?php if('youth'==$sectionx){echo 'checked'; } ?> > Youth
<input name="item" onchange="change()" type="radio" value="children" <?php if('children'==$sectionx){echo 'checked'; } ?> > Children
<input name="item" onchange="change()" type="radio" value="1" <?php if($sectionx==1){echo 'checked'; } ?> > All
</p>
</form>
<script>
function change2(){
document.getElementById("myform2").submit();
}
function change(){
document.getElementById("myform").submit();
}
</script>
<strong>CONVERTS</strong>
<table id="example1" class="table table-bordered ">
<thead>
<tr>
<th>SN</th>
<th>Name</th>
<th>Phone</th>
<!--- <th>SECTION</th> --->
<th>Profile</th>
</tr>
</thead>
<tbody>
<?php $i=1;
while($row=mysqli_fetch_array($queryx)){
$sn = $row['sn'];
if($row['work']==1){$cat='C';}else{$cat='V';}
$e=$i++ ;
?>
<tr class="odd gradeX">
<td class="center"><?php echo $e ?></td>
<td><?php echo $row['surname'].' '.$row['othername']; ?></td>
<td><a href="tel:<?php echo $row['phone']; ?>"><?php echo $row['phone']; ?></a>
</td>
<!--- <td><?php echo $row['section']; ?></td> --->
<td><form method="post" >
<input name="sn" type="hidden" value="<?php echo $row['sn']; ?>">
<button type="submit" class="btn btn-primary btn-xs" name="exp">Profile <?php echo $cat; ?></button>
</form></td>
</tr>
<?php } ?>
</tbody>
</table>
<strong>VISITORS</strong>
<table id="example1" class="table table-bordered ">
<thead>
<tr>
<th>SN</th>
<th>Name</th>
<th>Phone</th>
<!--- <th>SECTION</th> --->
<th>Profile</th>
</tr>
</thead>
<tbody>
<?php $i=1;
while($row=mysqli_fetch_array($queryy)){
$sn = $row['sn'];
if($row['work']==1){$cat='C';}else{$cat='V';}
$e=$i++ ;
?>
<tr class="odd gradeX">
<td class="center"><?php echo $e ?></td>
<td><?php echo $row['surname'].' '.$row['othername']; ?></td>
<td><a href="tel:<?php echo $row['phone']; ?>"><?php echo $row['phone']; ?></a>
</td>
<!--- <td><?php echo $row['section']; ?></td> --->
<td><form method="post" >
<input name="sn" type="hidden" value="<?php echo $row['sn']; ?>">
<button type="submit" class="btn btn-primary btn-xs" name="exp">Profile <?php echo $cat; ?></button>
</form></td>
</tr>
<?php } ?>
</tbody>
</table>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-12" id="registered">
<div class="box">
<div class="box-header">
<h3 class="box-title">Group Statistics by District</h3>
</div><!-- /.box-header -->
<div class="box-body">
<?php $querr=$db->query("select * FROM cdata WHERE gid = '$gid' " ); $gnum = mysqli_num_rows($querr); ?>
<table id="example1" class="table table-bordered ">
<thead>
<tr>
<th>District</th>
<th>Strength</th>
<!--- <th>SECTION</th> --->
<th>Remark</th>
</tr>
</thead>
<tbody>
<?php $i=1;
$query=$db->query("select * FROM district WHERE gid = '$gid' ORDER BY district ASC " )or die(mysqli_error());
while($row=mysqli_fetch_array($query)){
$did = $row['sn'];
$e=$i++ ;
?>
<tr class="odd gradeX">
<td><?php echo $row['district']; ?></td>
<td><?php $quer=$db->query("select * FROM cdata WHERE did = '$did' " ); $num = mysqli_num_rows($quer); echo $num; ?></td>
<!--- <td></td> --->
<td><?php echo number_format($num/$gnum*100,1); ?>%</td>
</tr>
<?php } ?>
<tr><th>TOTAL</th><th><?php echo $gnum; ?></th><th>100%</th></tr>
</tbody>
</table>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
<div class="col-md-3 col-sm-6 col-xs-12" id="registered">
<div class="box">
<div class="box-header">
<h3 class="box-title">Group Workers Statistics</h3>
</div><!-- /.box-header -->
<div class="box-body">
<table id="example1" class="table table-bordered ">
<thead>
<tr>
<th>District</th>
<th>Workers</th>
<!--- <th>SECTION</th> --->
<th>Leaders</th>
</tr>
</thead>
<tbody>
<?php $i=1;
$query=$db->query("select * FROM district WHERE gid = '$gid' ORDER BY district ASC " )or die(mysqli_error());
while($row=mysqli_fetch_array($query)){
$did = $row['sn'];
$e=$i++ ;
?>
<tr class="odd gradeX">
<td><?php echo $row['district']; ?></td>
<td><?php $quer=$db->query("select * FROM cdata WHERE did = '$did' AND work = 1 " ); $num = mysqli_num_rows($quer); echo $num; ?></td>
<td><?php $quer=$db->query("select * FROM cdata WHERE did = '$did' AND x = 'Yes' " ); $num = mysqli_num_rows($quer); echo $num; ?></td>
</tr>
<?php } ?>
<tr><th>TOTAL</th><th><?php $querr=$db->query("select * FROM cdata WHERE gid = '$gid' AND work = '1' " ); $gnum = mysqli_num_rows($querr); echo $gnum; ?></th>
<th><?php $querr=$db->query("select * FROM cdata WHERE gid = '$gid' AND x = 'Yes' " ); $gnum = mysqli_num_rows($querr); echo $gnum; ?></th></tr>
</tbody>
</table>
<em>NOTE: Leaders are also workers</em>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
<div class="col-md-3 col-sm-6 col-xs-12" id="registered">
<div class="box">
<div class="box-header">
<h3 class="box-title">Group Statistics by Section</h3>
</div><!-- /.box-header -->
<div class="box-body">
<?php $querr=$db->query("select * FROM cdata WHERE gid = '$gid' " ); $gnum = mysqli_num_rows($querr); ?>
<table id="example1" class="table table-bordered ">
<thead>
<tr>
<th>Section</th>
<th>Strength</th>
<!--- <th>SECTION</th> --->
<th>Remark</th>
</tr>
</thead>
<tbody>
<tr class="odd gradeX">
<td>Adult</td>
<td><?php $quer=$db->query("select * FROM cdata WHERE section = 'Adult' AND gid = '$gid' " ); $num1 = mysqli_num_rows($quer); echo $num1; ?></td>
<td><?php echo number_format($num1/$gnum*100,1); ?>%</td>
</tr>
<tr class="odd gradeX">
<td>Campus</td>
<td><?php $quer=$db->query("select * FROM cdata WHERE section = 'Campus' AND gid = '$gid' " ); $num2 = mysqli_num_rows($quer); echo $num2; ?></td>
<td><?php echo number_format($num2/$gnum*100,1); ?>%</td>
</tr>
<tr class="odd gradeX">
<td>Youth</td>
<td><?php $quer=$db->query("select * FROM cdata WHERE section = 'Youth' AND gid = '$gid' " ); $num3 = mysqli_num_rows($quer); echo $num3; ?></td>
<td><?php echo number_format($num3/$gnum*100,1); ?>%</td>
</tr>
<tr class="odd gradeX">
<td>Children</td>
<td><?php $quer=$db->query("select * FROM cdata WHERE section = 'Children' AND gid = '$gid'" ); $num4 = mysqli_num_rows($quer); echo $num4; ?></td>
<td><?php echo number_format($num4/$gnum*100,1); ?>%</td>
</tr>
<tr><th colspan="">TOTAL</th><th><?php echo $gnum; ?></th><th>100%</th></tr>
</tbody>
</table>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
<?php if($_GET['bbs']){ ?>
<div class="col-md-3 col-sm-6 col-xs-12" id="registered">
<div class="box">
<div class="box-header">
<h3 class="box-title"><?php $que=$db->query("select * FROM district WHERE sn='$section' " )or die(mysqli_error());
$ro=mysqli_fetch_array($que);
$distr = $ro['district']; ?> <strong><?php echo $distr; ?></strong> District Statistics</h3>
</div><!-- /.box-header -->
<div class="box-body">
<?php $querr=$db->query("select * FROM cdata WHERE did = '$section' " ); $gnum = mysqli_num_rows($querr); ?>
<table id="example1" class="table table-bordered ">
<thead>
<tr>
<th>Section</th>
<th>Strength</th>
<!--- <th>SECTION</th> --->
<th>Remark</th>
</tr>
</thead>
<tbody>
<tr class="odd gradeX">
<td>Adult</td>
<td><?php $quer=$db->query("select * FROM cdata WHERE section = 'Adult' AND did = '$section' " ); $num1 = mysqli_num_rows($quer); echo $num1; ?></td>
<td><?php echo number_format($num1/$gnum*100,1); ?>%</td>
</tr>
<tr class="odd gradeX">
<td>Campus</td>
<td><?php $quer=$db->query("select * FROM cdata WHERE section = 'Campus' AND did = '$section' " ); $num2 = mysqli_num_rows($quer); echo $num2; ?></td>
<td><?php echo number_format($num2/$gnum*100,1); ?>%</td>
</tr>
<tr class="odd gradeX">
<td>Youth</td>
<td><?php $quer=$db->query("select * FROM cdata WHERE section = 'Youth' AND did = '$section' " ); $num3 = mysqli_num_rows($quer); echo $num3; ?></td>
<td><?php echo number_format($num3/$gnum*100,1); ?>%</td>
</tr>
<tr class="odd gradeX">
<td>Children</td>
<td><?php $quer=$db->query("select * FROM cdata WHERE section = 'Children' AND did = '$section'" ); $num4 = mysqli_num_rows($quer); echo $num4; ?></td>
<td><?php echo number_format($num4/$gnum*100,1); ?>%</td>
</tr>
<tr><th colspan="">TOTAL</th><th><?php echo $gnum; ?></th><th>100%</th></tr>
</tbody>
</table>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div>
<?php } ?>
</div><!-- /.row -->
<!-- =========================================================== -->
</section> <!-- /.content -->
</div><!-- /.content-wrapper -->
<?php require('footer.php'); ?>
<!-- Control Sidebar -->
<?php // require('settingbar.php'); ?>
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
<div class="control-sidebar-bg"></div>
</div><!-- ./wrapper -->
<!-- jQuery 2.1.4 -->
<script src="../plugins/jQuery/jQuery-2.1.4.min.js"></script>
<!-- Bootstrap 3.3.5 -->
<script src="../bootstrap/js/bootstrap.min.js"></script>
<!-- Select2 -->
<script src="../plugins/select2/select2.full.min.js"></script>
<!-- InputMask -->
<script src="../plugins/input-mask/jquery.inputmask.js"></script>
<script src="../plugins/input-mask/jquery.inputmask.date.extensions.js"></script>
<script src="../plugins/input-mask/jquery.inputmask.extensions.js"></script>
<!-- date-range-picker -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.2/moment.min.js"></script>
<script src="../plugins/daterangepicker/daterangepicker.js"></script>
<!-- bootstrap color picker -->
<script src="../plugins/colorpicker/bootstrap-colorpicker.min.js"></script>
<!-- bootstrap time picker -->
<script src="../plugins/timepicker/bootstrap-timepicker.min.js"></script>
<!-- SlimScroll 1.3.0 -->
<script src="../plugins/slimScroll/jquery.slimscroll.min.js"></script>
<!-- iCheck 1.0.1 -->
<script src="../plugins/iCheck/icheck.min.js"></script>
<!-- FastClick -->
<script src="../plugins/fastclick/fastclick.min.js"></script>
<!-- AdminLTE App -->
<script src="../dist/js/app.min.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="../dist/js/demo.js"></script>
<script>
$(function () {
//Initialize Select2 Elements
$(".select2").select2();
//Datemask dd/mm/yyyy
$("#datemask").inputmask("dd/mm/yyyy", {"placeholder": "dd/mm/yyyy"});
//Datemask2 mm/dd/yyyy
$("#datemask2").inputmask("mm/dd/yyyy", {"placeholder": "mm/dd/yyyy"});
//Money Euro
$("[data-mask]").inputmask();
//Date range picker
$('#reservation').daterangepicker();
//Date range picker with time picker
$('#reservationtime').daterangepicker({timePicker: true, timePickerIncrement: 30, format: 'MM/DD/YYYY h:mm A'});
//Date range as a button
$('#daterange-btn').daterangepicker(
{
ranges: {
'Today': [moment(), moment()],
'Yesterday': [moment().subtract(1, 'days'), moment().subtract(1, 'days')],
'Last 7 Days': [moment().subtract(6, 'days'), moment()],
'Last 30 Days': [moment().subtract(29, 'days'), moment()],
'This Month': [moment().startOf('month'), moment().endOf('month')],
'Last Month': [moment().subtract(1, 'month').startOf('month'), moment().subtract(1, 'month').endOf('month')]
},
startDate: moment().subtract(29, 'days'),
endDate: moment()
},
function (start, end) {
$('#reportrange span').html(start.format('MMMM D, YYYY') + ' - ' + end.format('MMMM D, YYYY'));
}
);
//iCheck for checkbox and radio inputs
$('input[type="checkbox"].minimal, input[type="radio"].minimal').iCheck({
checkboxClass: 'icheckbox_minimal-blue',
radioClass: 'iradio_minimal-blue'
});
//Red color scheme for iCheck
$('input[type="checkbox"].minimal-red, input[type="radio"].minimal-red').iCheck({
checkboxClass: 'icheckbox_minimal-red',
radioClass: 'iradio_minimal-red'
});
//Flat red color scheme for iCheck
$('input[type="checkbox"].flat-red, input[type="radio"].flat-red').iCheck({
checkboxClass: 'icheckbox_flat-green',
radioClass: 'iradio_flat-green'
});
//Colorpicker
$(".my-colorpicker1").colorpicker();
//color picker with addon
$(".my-colorpicker2").colorpicker();
//Timepicker
$(".timepicker").timepicker({
showInputs: false
});
});
</script>
</body>
</html>