Skip to content

Commit

Permalink
modified: hms/admin/dashboard.php
Browse files Browse the repository at this point in the history
	modified:   hms/admin/include/header.php
	modified:   hms/admin/include/page/addDoctor.php
	modified:   hms/admin/include/page/appointmentHistory.php
	modified:   hms/admin/include/page/changePassword.php
	modified:   hms/admin/include/page/dashboard.php
	modified:   hms/admin/include/page/doctorSpecialization.php
	modified:   hms/admin/include/page/generateDataReport.php
	modified:   hms/admin/include/page/generateDataReportDetail.php
	modified:   hms/admin/include/page/manageDoctor.php
	modified:   hms/admin/include/page/managePatient.php
	modified:   hms/admin/include/page/manageUser.php
	modified:   hms/admin/include/sidebar.php
	modified:   hms/assets/css/styles.css
	modified:   hms/doctor/dashboard.php
	modified:   hms/doctor/include/header.php
	modified:   hms/doctor/include/page/appointmentHistory.php
	modified:   hms/doctor/include/page/changePassword.php
	modified:   hms/doctor/include/page/dashboard.php
	modified:   hms/doctor/include/page/managePatient.php
	modified:   hms/doctor/include/sidebar.php
	modified:   hms/patient/dashboard.php
	modified:   hms/patient/get_doctor.php
	modified:   hms/patient/include/header.php
	modified:   hms/patient/include/page/bookAppointment.php
	modified:   hms/patient/include/page/dashboard.php
	modified:   hms/patient/include/page/medicalHistory.php
	modified:   hms/pharma/dashboard.php
	modified:   hms/pharma/include/header.php
	modified:   hms/pharma/include/page/addStores.php
	modified:   hms/pharma/include/page/dashboard.php
	modified:   hms/pharma/include/page/manageStores.php
	modified:   index.html
	hms/admin/include/page/addClinic.php
	hms/admin/include/page/addStores.php
	hms/admin/include/page/manageClinic.php
	hms/admin/include/page/manageStores.php
  • Loading branch information
likithsai committed Jul 4, 2020
1 parent 3d41d73 commit 6d8c64a
Show file tree
Hide file tree
Showing 33 changed files with 219 additions and 276 deletions.
22 changes: 19 additions & 3 deletions hms/admin/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<link rel="stylesheet" href="../vendor/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="../vendor/themify-icons/themify-icons.min.css">
<link rel="stylesheet" href="../assets/css/styles.css">
<link rel="stylesheet" href="../assets/css/plugins.css">
<link rel="stylesheet" href="../assets/css/themes/theme-1.css" id="skin_color" />
<!--<link rel="stylesheet" href="../assets/css/plugins.css">-->
<!--<link rel="stylesheet" href="../assets/css/themes/theme-1.css" id="skin_color" /> -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.min.js'></script>
</head>
<body>
Expand Down Expand Up @@ -92,6 +92,22 @@
include('include/page/systemDetails.php');
break;

case 'addStore':
include('include/page/addStores.php');
break;

case 'manageStore':
include('include/page/manageStores.php');
break;

case 'addClinic':
include('include/page/addClinic.php');
break;

case 'manageClinic':
include('include/page/manageClinic.php');
break;

}

?>
Expand All @@ -106,7 +122,7 @@
<!-- start: CLIP-TWO JAVASCRIPTS -->
<script src="../assets/js/main.js"></script>
<!-- start: JavaScript Event Handlers for this page -->
<script src="../assets/js/form-elements.js"></script>
<!-- <script src="../assets/js/form-elements.js"></script> -->
<script>
jQuery(document).ready(function() {
Main.init();
Expand Down
7 changes: 2 additions & 5 deletions hms/admin/include/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@
</a>

<a class="navbar-brand" href="#">
<h2 style="padding-top:20%; color:#000 ">HMS</h2>
</a>

<a href="#" class="sidebar-toggler pull-right visible-md visible-lg" data-toggle-class="app-sidebar-closed" data-toggle-target="#app">
<i class="ti-align-justify"></i>
<h2 style="padding-top:20%; color:#fff ">HMS</h2>
</a>


<a class="pull-right menu-toggler visible-xs-block" id="menu-toggler" data-toggle="collapse" href=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
Expand Down
4 changes: 2 additions & 2 deletions hms/admin/include/page/addDoctor.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function checkemailAvailability() {

?>

<div class="panel panel-white" style="border: 1px solid #ccc;">
<div class="panel no-radius box-shadow panel-white" style="border: 1px solid #ccc;">
<div class="panel-body">
<form role="form" name="adddoc" method="post" onSubmit="return valid();" enctype="multipart/form-data">
<div class="form-group">
Expand Down Expand Up @@ -143,7 +143,7 @@ function checkemailAvailability() {
<input type="password" name="cfpass" class="form-control" placeholder="Confirm Password" required="required">
</div>

<button type="submit" name="submit" id="submit" class="btn btn-o btn-primary">Submit</button>
<button type="submit" name="submit" id="submit" class="btn btn-o btn-primary btn-purple">Submit</button>
</form>
</div>
</div>
Expand Down
18 changes: 9 additions & 9 deletions hms/admin/include/page/appointmentHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<table class="table table-hover table-striped" id="sample-table-1">
<thead>
<tr>
<th class="text-center" style="background: #007aff; color: white;">#</th>
<th class="text-center" class="hidden-xs" style="background: #007aff; color: white;">Doctor Name</th>
<th class="text-center" style="background: #007aff; color: white;">Patient Name</th>
<th class="text-center" style="background: #007aff; color: white;">Specialization</th>
<th class="text-center" style="background: #007aff; color: white;">Consultancy Fee</th>
<th class="text-center" style="background: #007aff; color: white;">Appointment Date / Time </th>
<th class="text-center" style="background: #007aff; color: white;">Appointment Creation Date </th>
<th class="text-center" style="background: #007aff; color: white;">Current Status</th>
<th class="text-center" style="background: #007aff; color: white;">Action</th>
<th class="text-center btn-purple" style="color: white;">#</th>
<th class="text-center btn-purple" class="hidden-xs" style="color: white;">Doctor Name</th>
<th class="text-center btn-purple" style="color: white;">Patient Name</th>
<th class="text-center btn-purple" style="color: white;">Specialization</th>
<th class="text-center btn-purple" style="color: white;">Consultancy Fee</th>
<th class="text-center btn-purple" style="color: white;">Appointment Date / Time </th>
<th class="text-center btn-purple" style="color: white;">Appointment Creation Date </th>
<th class="text-center btn-purple" style="color: white;">Current Status</th>
<th class="text-center btn-purple" style="color: white;">Action</th>
</tr>
</thead>
<tbody>
Expand Down
4 changes: 2 additions & 2 deletions hms/admin/include/page/changePassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function valid() {
<div class="col-md-12">
<div class="row margin-top-30">
<div class="col-lg-12 col-md-12">
<div class="panel panel-white">
<div class="panel panel-white no-radius box-shadow">
<div class="panel-body">
<p style="color:red;"><?php echo htmlentities($_SESSION['msg1']);?><?php echo htmlentities($_SESSION['msg1']="");?></p>
<form role="form" name="chngpwd" method="post" onSubmit="return valid();">
Expand All @@ -78,7 +78,7 @@ function valid() {
<input type="password" name="cfpass" class="form-control" placeholder="Confirm Password">
</div>

<button type="submit" name="submit" class="btn btn-o btn-primary">Submit</button>
<button type="submit" name="submit" class="btn btn-o btn-primary btn-purple">Submit</button>
</form>
</div>
</div>
Expand Down
28 changes: 9 additions & 19 deletions hms/admin/include/page/dashboard.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

<div class="row">
<div class="col-sm-3">
<div class="panel panel-white no-radius text-center" style="border: 1px solid #ccc;">
<div class="panel panel-white no-radius text-center box-shadow" style="border: 1px solid #ccc;">
<div class="panel-body">
<span class="fa-stack fa-2x"> <i class="fa fa-square fa-stack-2x text-primary"></i> <i class="fa fa-smile-o fa-stack-1x fa-inverse"></i> </span>
<h2 class="StepTitle">Manage Users</h2>
<h2 class="StepTitle">Users</h2>

<p class="links cl-effect-1">
<a href="dashboard.php?page=manageUser">
Expand All @@ -21,14 +21,14 @@
</div>

<div class="col-sm-3">
<div class="panel panel-white no-radius text-center" style="border: 1px solid #ccc;">
<div class="panel panel-white no-radius text-center box-shadow" style="border: 1px solid #ccc;">
<div class="panel-body">
<span class="fa-stack fa-2x">
<i class="fa fa-square fa-stack-2x text-primary"></i>
<i class="fa fa-users fa-stack-1x fa-inverse"></i>
</span>

<h2 class="StepTitle">Manage Doctors</h2>
<h2 class="StepTitle">Doctors</h2>
<p class="cl-effect-1">
<a href="dashboard.php?page=manageDoctor">
<?php
Expand All @@ -44,7 +44,7 @@
</div>

<div class="col-sm-3">
<div class="panel panel-white no-radius text-center" style="border: 1px solid #ccc;">
<div class="panel panel-white no-radius text-center box-shadow" style="border: 1px solid #ccc;">
<div class="panel-body">
<span class="fa-stack fa-2x">
<i class="fa fa-square fa-stack-2x text-primary"></i>
Expand All @@ -67,13 +67,13 @@
</div>

<div class="col-sm-3">
<div class="panel panel-white no-radius text-center" style="border: 1px solid #ccc;">
<div class="panel panel-white no-radius text-center box-shadow" style="border: 1px solid #ccc;">
<div class="panel-body">
<span class="fa-stack fa-2x">
<i class="fa fa-square fa-stack-2x text-primary"></i>
<i class="fa fa-smile-o fa-stack-1x fa-inverse"></i>
</span>
<h2 class="StepTitle">Manage Patients</h2>
<h2 class="StepTitle">Patients</h2>

<p class="links cl-effect-1">
<a href="dashboard.php?page=managePatient">
Expand All @@ -90,7 +90,7 @@
</div>


<div class="col-sm-4">
<div class="col-sm-6 box-shadow">
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading text-center">Panel Header</div>
Expand All @@ -101,7 +101,7 @@
</div>
</div>

<div class="col-sm-4">
<div class="col-sm-6">
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading text-center">Panel Header</div>
Expand All @@ -112,16 +112,6 @@
</div>
</div>

<div class="col-sm-4">
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading text-center">Panel Header</div>
<div class="panel-body">
<canvas height="200"></canvas>
</div>
</div>
</div>
</div>
</div>


Expand Down
14 changes: 7 additions & 7 deletions hms/admin/include/page/doctorSpecialization.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
?>


<div class="panel panel-white" style="border: 1px solid #ccc;">
<div class="panel panel-white no-radius box-shadow" style="border: 1px solid #ccc;">
<div class="panel-body">
<p style="color:red;"><?php echo htmlentities($_SESSION['msg']);?><?php echo htmlentities($_SESSION['msg']="");?></p>
<form role="form" name="dcotorspcl" method="post">
Expand All @@ -44,7 +44,7 @@
<input type="text" name="doctorspecilization" class="form-control" placeholder="Enter Doctor Specialization">
</div>

<button type="submit" name="submit" class="btn btn-o btn-primary">Add Specialization</button>
<button type="submit" name="submit" class="btn btn-o btn-primary btn-purple">Add Specialization</button>
</form>
</div>
</div>
Expand All @@ -59,11 +59,11 @@
<table class="table table-hover table-striped" id="sample-table-1">
<thead>
<tr>
<th class="text-center" style="background: #007aff; color: white;">#</th>
<th class="text-center" style="background: #007aff; color: white;">Specialization</th>
<th class="text-center" style="background: #007aff; color: white;">Creation Date</th>
<th class="text-center" style="background: #007aff; color: white;">Updation Date</th>
<th class="text-center" style="background: #007aff; color: white;">Action</th>
<th class="text-center" style="background: #776bab; color: white;">#</th>
<th class="text-center" style="background: #776bab; color: white;">Specialization</th>
<th class="text-center" style="background: #776bab; color: white;">Creation Date</th>
<th class="text-center" style="background: #776bab; color: white;">Updation Date</th>
<th class="text-center" style="background: #776bab; color: white;">Action</th>
</tr>
</thead>

Expand Down
4 changes: 2 additions & 2 deletions hms/admin/include/page/generateDataReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="col-md-12">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="panel panel-white" style="border: 1px solid #ccc;">
<div class="panel no-radius box-shadow panel-white" style="border: 1px solid #ccc;">
<div class="panel-body">
<form role="form" method="post">
<div class="col-md-6 form-group">
Expand All @@ -20,7 +20,7 @@
<input type="date" class="form-control" name="todate" id="todate" value="" required='true'>
</div>

<button type="submit" name="submit" id="submit" class="col-md-12 margin-top-20 btn btn-o btn-primary">Submit</button>
<button type="submit" name="submit" id="submit" class="col-md-12 margin-top-20 btn btn-o btn-primary btn-purple">Submit</button>
</form>
</div>
</div>
Expand Down
18 changes: 7 additions & 11 deletions hms/admin/include/page/generateDataReportDetail.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,16 @@
$tdate = $_POST['todate'];
?>

<div class="alert alert-info">
<h5 align="center" style="color:blue">Report from <?php echo $fdate?> to <?php echo $tdate?></h5>
</div>

<table class="table table-hover table-striped" id="sample-table-1">
<thead>
<tr>
<th class="text-center" style="background: #007aff; color: white;">#</th>
<th class="text-center" style="background: #007aff; color: white;">Patient Name</th>
<th class="text-center" style="background: #007aff; color: white;">Patient Contact Number</th>
<th class="text-center" style="background: #007aff; color: white;">Patient Gender </th>
<th class="text-center" style="background: #007aff; color: white;">Creation Date </th>
<th class="text-center" style="background: #007aff; color: white;">Updation Date </th>
<th class="text-center" style="background: #007aff; color: white;">Action</th>
<th class="text-center btn-purple" style="color: white;">#</th>
<th class="text-center btn-purple" style="color: white;">Patient Name</th>
<th class="text-center btn-purple" style="color: white;">Patient Contact Number</th>
<th class="text-center btn-purple" style="color: white;">Patient Gender </th>
<th class="text-center btn-purple" style="color: white;">Creation Date </th>
<th class="text-center btn-purple" style="color: white;">Updation Date </th>
<th class="text-center btn-purple" style="color: white;">Action</th>
</tr>
</thead>
<tbody>
Expand Down
10 changes: 5 additions & 5 deletions hms/admin/include/page/manageDoctor.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<table class="table table-hover table-striped" id="sample-table-1">
<thead>
<tr>
<th class="text-center" style="background: #007aff; color: white;">#</th>
<th class="text-center" style="background: #007aff; color: white;">Doctor Name</th>
<th class="text-center" style="background: #007aff; color: white;">Specialization</th>
<th class="text-center" style="background: #007aff; color: white;">Creation Date </th>
<th class="text-center" style="background: #007aff; color: white;">Action</th>
<th class="text-center btn-purple" style="color: white;">#</th>
<th class="text-center btn-purple" style="color: white;">Doctor Name</th>
<th class="text-center btn-purple" style="color: white;">Specialization</th>
<th class="text-center btn-purple" style="color: white;">Creation Date </th>
<th class="text-center btn-purple" style="color: white;">Action</th>
</tr>
</thead>
<tbody>
Expand Down
14 changes: 7 additions & 7 deletions hms/admin/include/page/managePatient.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<table class="table table-hover table-striped" id="sample-table-1">
<thead>
<tr>
<th class="text-center" style="background: #007aff; color: white;">#</th>
<th class="text-center" style="background: #007aff; color: white;">Patient Name</th>
<th class="text-center" style="background: #007aff; color: white;">Patient Contact Number</th>
<th class="text-center" style="background: #007aff; color: white;">Patient Gender </th>
<th class="text-center" style="background: #007aff; color: white;">Creation Date </th>
<th class="text-center" style="background: #007aff; color: white;">Updation Date </th>
<th class="text-center" style="background: #007aff; color: white;">Action</th>
<th class="text-center btn-purple" style="color: white;">#</th>
<th class="text-center btn-purple" style="color: white;">Patient Name</th>
<th class="text-center btn-purple" style="color: white;">Patient Contact Number</th>
<th class="text-center btn-purple" style="color: white;">Patient Gender </th>
<th class="text-center btn-purple" style="color: white;">Creation Date </th>
<th class="text-center btn-purple" style="color: white;">Updation Date </th>
<th class="text-center btn-purple" style="color: white;">Action</th>
</tr>
</thead>
<tbody>
Expand Down
18 changes: 9 additions & 9 deletions hms/admin/include/page/manageUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
<table class="table table-hover table-striped" id="sample-table-1">
<thead>
<tr>
<th class="text-center" style="background: #007aff; color: white;">#</th>
<th class="text-center" style="background: #007aff; color: white;">Full Name</th>
<th class="text-center" style="background: #007aff; color: white;">Adress</th>
<th class="text-center" style="background: #007aff; color: white;">City</th>
<th class="text-center" style="background: #007aff; color: white;">Gender </th>
<th class="text-center" style="background: #007aff; color: white;">Email </th>
<th class="text-center" style="background: #007aff; color: white;">Creation Date </th>
<th class="text-center" style="background: #007aff; color: white;">Updation Date </th>
<th class="text-center" style="background: #007aff; color: white;">Action</th>
<th class="text-center btn-purple" style="color: white;">#</th>
<th class="text-center btn-purple" style="color: white;">Full Name</th>
<th class="text-center btn-purple" style="color: white;">Adress</th>
<th class="text-center btn-purple" style="color: white;">City</th>
<th class="text-center btn-purple" style="color: white;">Gender </th>
<th class="text-center btn-purple" style="color: white;">Email </th>
<th class="text-center btn-purple" style="color: white;">Creation Date </th>
<th class="text-center btn-purple" style="color: white;">Updation Date </th>
<th class="text-center btn-purple" style="color: white;">Action</th>
</tr>
</thead>
<tbody>
Expand Down
Loading

0 comments on commit 6d8c64a

Please sign in to comment.