From 6d8c64a7f6e324c1166defbd505e397eb8395e36 Mon Sep 17 00:00:00 2001 From: likith sai Date: Sat, 4 Jul 2020 15:58:49 +0530 Subject: [PATCH] modified: hms/admin/dashboard.php 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 --- hms/admin/dashboard.php | 22 ++++- hms/admin/include/header.php | 7 +- hms/admin/include/page/addDoctor.php | 4 +- hms/admin/include/page/appointmentHistory.php | 18 ++--- hms/admin/include/page/changePassword.php | 4 +- hms/admin/include/page/dashboard.php | 28 +++---- .../include/page/doctorSpecialization.php | 14 ++-- hms/admin/include/page/generateDataReport.php | 4 +- .../include/page/generateDataReportDetail.php | 18 ++--- hms/admin/include/page/manageDoctor.php | 10 +-- hms/admin/include/page/managePatient.php | 14 ++-- hms/admin/include/page/manageUser.php | 18 ++--- hms/admin/include/sidebar.php | 60 +++++++++++--- hms/assets/css/styles.css | 29 +++++-- hms/doctor/dashboard.php | 12 +-- hms/doctor/include/header.php | 5 +- .../include/page/appointmentHistory.php | 80 ++----------------- hms/doctor/include/page/changePassword.php | 4 +- hms/doctor/include/page/dashboard.php | 4 +- hms/doctor/include/page/managePatient.php | 14 ++-- hms/doctor/include/sidebar.php | 11 +-- hms/patient/dashboard.php | 4 +- hms/patient/get_doctor.php | 2 +- hms/patient/include/header.php | 2 +- hms/patient/include/page/bookAppointment.php | 35 +------- hms/patient/include/page/dashboard.php | 6 +- hms/patient/include/page/medicalHistory.php | 14 ++-- hms/pharma/dashboard.php | 5 +- hms/pharma/include/header.php | 8 +- hms/pharma/include/page/addStores.php | 29 ++++--- hms/pharma/include/page/dashboard.php | 6 +- hms/pharma/include/page/manageStores.php | 3 +- index.html | 1 - 33 files changed, 219 insertions(+), 276 deletions(-) diff --git a/hms/admin/dashboard.php b/hms/admin/dashboard.php index ac3a040..32b2ea7 100644 --- a/hms/admin/dashboard.php +++ b/hms/admin/dashboard.php @@ -13,8 +13,8 @@ - - + + @@ -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; + } ?> @@ -106,7 +122,7 @@ - + - + diff --git a/hms/pharma/include/header.php b/hms/pharma/include/header.php index 62481ce..ac50a73 100644 --- a/hms/pharma/include/header.php +++ b/hms/pharma/include/header.php @@ -14,13 +14,9 @@ -

HMS

+

HMS

- - - - - + Toggle navigation diff --git a/hms/pharma/include/page/addStores.php b/hms/pharma/include/page/addStores.php index 67e599a..ad3ad84 100644 --- a/hms/pharma/include/page/addStores.php +++ b/hms/pharma/include/page/addStores.php @@ -107,19 +107,24 @@ className: 'blinking' -
-
- - -
- -
- - + +
+
+
+
+ + +
+ +
+ + +
+ +
Click Anywhere from Map to get latitude and longitude
+
+
- -
Click Anywhere from Map to get latitude and longitude
-
diff --git a/hms/pharma/include/page/dashboard.php b/hms/pharma/include/page/dashboard.php index f8ddd60..90ccc8b 100644 --- a/hms/pharma/include/page/dashboard.php +++ b/hms/pharma/include/page/dashboard.php @@ -10,7 +10,7 @@
-
+

My Profile

@@ -24,7 +24,7 @@
-
+

Medicines

@@ -38,7 +38,7 @@
-
+

Orders

diff --git a/hms/pharma/include/page/manageStores.php b/hms/pharma/include/page/manageStores.php index 5734e83..aee84fc 100644 --- a/hms/pharma/include/page/manageStores.php +++ b/hms/pharma/include/page/manageStores.php @@ -29,7 +29,7 @@ ?>
-
+

@@ -48,6 +48,7 @@

+
diff --git a/index.html b/index.html index efec8a6..2ecae6c 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,3 @@ -// index.html