diff --git a/app/controllers/ParkingOwner.php b/app/controllers/ParkingOwner.php index 30aa7b9e..5990ec60 100644 --- a/app/controllers/ParkingOwner.php +++ b/app/controllers/ParkingOwner.php @@ -116,6 +116,20 @@ public function viewReport(){ $this->view('parkingOwner/report', $data, $other_data); } + // -------------------------------------- generate Report --------------------------------------- + public function viewGenerateReport(){ + $data = [ + 'title' => 'Home page' + ]; + + $other_data['notification_count'] = 0; + + if ($other_data['notification_count'] < 10) + $other_data['notification_count'] = '0'.$other_data['notification_count']; + + $this->view('parkingOwner/generatereport', $data, $other_data); + } + // ------------------------------------ Securities ------------------------------------- // View assign security to parking owner public function securities($landID){ diff --git a/app/views/admin/requests.php b/app/views/admin/requests.php index 54f6a3b1..8fd69185 100644 --- a/app/views/admin/requests.php +++ b/app/views/admin/requests.php @@ -8,22 +8,25 @@ require APPROOT.'/views/inc/components/sidenavbar.php'; ?> + +
-

Registration Requests

+

Registration Requests



-
You have no any registered vehicles
+
You have no any registration requests
-

Unassigned

- + -

Assigned

-
- +

Assigned

+ +
- diff --git a/public/css/adminlandrequeststyle.css b/public/css/adminlandrequeststyle.css new file mode 100644 index 00000000..21a4f948 --- /dev/null +++ b/public/css/adminlandrequeststyle.css @@ -0,0 +1,67 @@ +#requestheader{ + color:#ffc32d; + transform: translateY(15px) +} + + + +#theader{ + display:flex; +} + +#content{ + padding-right: 0%; +} + +/* Style for the table headers */ +.table-container { + margin-top: 20px; + +} + +.requesttable { + width: 100%; + border-collapse: collapse; + +} + +.requesttable th { + background-color: #f2f2f2; + border: 1px solid #ddd; + padding: 8px; + width: 60px; + + +} + +.requesttable td { + border: 1px solid #ddd; + padding: 8px; +} + +/* Style for the "Unassigned" and "Assigned" headings */ +#ttitle { + margin-top: 20px; + font-size: 24px; + color: #615f5f; + text-align: left; + margin-left: 40px; +} + +#bttn{ + background-color: #fcd426; + padding: 5px 10px; + border-radius: 10px; + cursor: pointer; +} + +#tcontainer{ + background-color: white; + padding: 30px; + border-radius: 20px; + box-shadow: 0 0 15px 0.1px rgba(0, 0, 0, 0.12); + + margin-bottom: 15px; + + } + diff --git a/public/css/style.css b/public/css/style.css index a57d30a2..c46d1431 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -11,6 +11,7 @@ @import url('landingpage.css'); @import url('driver.css'); @import url('merchandiser.css'); +@import url('adminlandrequeststyle.css'); /* ----------------- General Styles ---------------- */ body{ diff --git a/public/deeds/DEED-658e627dc86c60.53008365.pdf b/public/deeds/DEED-658e627dc86c60.53008365.pdf new file mode 100644 index 00000000..40027ed5 Binary files /dev/null and b/public/deeds/DEED-658e627dc86c60.53008365.pdf differ diff --git a/public/deeds/DEED-658e67e64db026.24698852.pdf b/public/deeds/DEED-658e67e64db026.24698852.pdf new file mode 100644 index 00000000..40027ed5 Binary files /dev/null and b/public/deeds/DEED-658e67e64db026.24698852.pdf differ diff --git a/public/deeds/DEED-658e6895878109.63221205.pdf b/public/deeds/DEED-658e6895878109.63221205.pdf new file mode 100644 index 00000000..40027ed5 Binary files /dev/null and b/public/deeds/DEED-658e6895878109.63221205.pdf differ diff --git a/public/deeds/DEED-6595a09b124a18.63291685.pdf b/public/deeds/DEED-6595a09b124a18.63291685.pdf new file mode 100644 index 00000000..40027ed5 Binary files /dev/null and b/public/deeds/DEED-6595a09b124a18.63291685.pdf differ diff --git a/public/profile_pics/IMG-658e61a4af0ed3.71728387.jpg b/public/profile_pics/IMG-658e61a4af0ed3.71728387.jpg new file mode 100644 index 00000000..27ecd1bd Binary files /dev/null and b/public/profile_pics/IMG-658e61a4af0ed3.71728387.jpg differ
-
+
+
Name
-
+
City
@@ -99,7 +102,7 @@
-

-

Land ID:

+

Admin ID:

Available