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