diff --git a/images/bg_header.jpg b/assets/images/bg_header.jpg similarity index 100% rename from images/bg_header.jpg rename to assets/images/bg_header.jpg diff --git a/images/index.html b/assets/images/index.html similarity index 100% rename from images/index.html rename to assets/images/index.html diff --git a/images/noimage.png b/assets/images/noimage.png similarity index 100% rename from images/noimage.png rename to assets/images/noimage.png diff --git a/images/statistik_agama.png b/assets/images/statistik_agama.png similarity index 100% rename from images/statistik_agama.png rename to assets/images/statistik_agama.png diff --git a/images/statistik_kelamin.png b/assets/images/statistik_kelamin.png similarity index 100% rename from images/statistik_kelamin.png rename to assets/images/statistik_kelamin.png diff --git a/images/statistik_pekerjaan.png b/assets/images/statistik_pekerjaan.png similarity index 100% rename from images/statistik_pekerjaan.png rename to assets/images/statistik_pekerjaan.png diff --git a/images/statistik_pend.png b/assets/images/statistik_pend.png similarity index 100% rename from images/statistik_pend.png rename to assets/images/statistik_pend.png diff --git a/images/statistik_umur.png b/assets/images/statistik_umur.png similarity index 100% rename from images/statistik_umur.png rename to assets/images/statistik_umur.png diff --git a/images/statistik_wil.png b/assets/images/statistik_wil.png similarity index 100% rename from images/statistik_wil.png rename to assets/images/statistik_wil.png diff --git a/catatan_rilis.md b/catatan_rilis.md index 6c2a462..cc00b40 100644 --- a/catatan_rilis.md +++ b/catatan_rilis.md @@ -1,9 +1,10 @@ -Catatan Rilis v2406.0.0 : +Catatan Rilis v2407.0.0 : ### FITUR : -1. Halaman inventaris -2. +1. Penambahan halaman peta +2. Penambahan halaman sotk + ### TEKNIS : -1. Penyesuaian csrf token. -2. Penyesuaian keterangan pada pengaturan tema. \ No newline at end of file +1. Penyesuaian folder asset dan gunakan helper theme_asset. +2. Penyesuaian sinergi program. \ No newline at end of file diff --git a/commons/meta.php b/commons/meta.php index 8036d4e..9d433f0 100644 --- a/commons/meta.php +++ b/commons/meta.php @@ -1,6 +1,6 @@ - + setting->sebutan_desa) . ' '. $desa['nama_desa'] . ' '. ucwords($this->setting->sebutan_kecamatan) . ' '. $desa['nama_kecamatan'] . ' '. ucwords($this->setting->sebutan_kabupaten) . ' '. $desa['nama_kabupaten']; ?> @@ -24,19 +24,19 @@ -theme_folder/$this->theme/assets/css/bootstrap.min.css"); ?>"> -theme_folder/$this->theme/assets/css/font-awesome.min.css"); ?>"> -theme_folder/$this->theme/assets/css/animate.css"); ?>"> -theme_folder/$this->theme/assets/css/slick.css"); ?>"> -theme_folder/$this->theme/assets/css/theme.min.css"); ?>"> -theme_folder/$this->theme/assets/css/style.min.css"); ?>"> +"> +"> +"> +"> +"> +"> -theme_folder/$this->theme/assets/css/custom.css"); ?>"> +"> "/> @@ -52,7 +52,7 @@ - + @@ -114,7 +114,7 @@ function renderDate() - + + + diff --git a/partials/peta/components/apbdes.php b/partials/peta/components/apbdes.php new file mode 100644 index 0000000..5055142 --- /dev/null +++ b/partials/peta/components/apbdes.php @@ -0,0 +1,35 @@ + + diff --git a/partials/peta/components/content_desa.php b/partials/peta/components/content_desa.php new file mode 100644 index 0000000..48ed4dc --- /dev/null +++ b/partials/peta/components/content_desa.php @@ -0,0 +1,39 @@ + + diff --git a/partials/peta/components/content_dusun.php b/partials/peta/components/content_dusun.php new file mode 100644 index 0000000..5c10515 --- /dev/null +++ b/partials/peta/components/content_dusun.php @@ -0,0 +1,43 @@ + +
+ $dusun): ?> + + +
diff --git a/partials/peta/components/content_rt.php b/partials/peta/components/content_rt.php new file mode 100644 index 0000000..b126c98 --- /dev/null +++ b/partials/peta/components/content_rt.php @@ -0,0 +1,44 @@ + +
+ $rt): ?> + + +
diff --git a/partials/peta/components/content_rw.php b/partials/peta/components/content_rw.php new file mode 100644 index 0000000..ae7bb62 --- /dev/null +++ b/partials/peta/components/content_rw.php @@ -0,0 +1,45 @@ + +
+ $rw): ?> + + +
diff --git a/partials/peta/index.php b/partials/peta/index.php new file mode 100644 index 0000000..f5cd9c5 --- /dev/null +++ b/partials/peta/index.php @@ -0,0 +1,298 @@ + + + + + + + + +
+
+
+
+
+ $desa, 'list_ref' => $list_ref, 'wilayah' => ucwords($this->setting->sebutan_desa . ' ' . $desa['nama_desa'])]) ?> + $dusun_gis, 'list_ref' => $list_ref, 'wilayah' => ucwords($this->setting->sebutan_dusun . ' ')]) ?> + $rw_gis, 'list_ref' => $list_ref, 'wilayah' => ucwords($this->setting->sebutan_dusun . ' ')]) ?> + $rt_gis, 'list_ref' => $list_ref, 'wilayah' => ucwords($this->setting->sebutan_dusun . ' ')]) ?> +
+
+
+
+ + OpenSID + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/partials/sotk/index.php b/partials/sotk/index.php new file mode 100644 index 0000000..6100011 --- /dev/null +++ b/partials/sotk/index.php @@ -0,0 +1,13 @@ + +
+

Struktur Organisasi dan Tata Kerja

+
+
+
+
+

+
+
+
+
+ \ No newline at end of file diff --git a/widgets/jadwal_sholat.php b/widgets/jadwal_sholat.php index a9d3971..fabb973 100644 --- a/widgets/jadwal_sholat.php +++ b/widgets/jadwal_sholat.php @@ -7,7 +7,7 @@ const TANGGAL = ""; const BESOK = ""; - +
diff --git a/widgets/sinergi_program.php b/widgets/sinergi_program.php index 9fc8500..89c2787 100644 --- a/widgets/sinergi_program.php +++ b/widgets/sinergi_program.php @@ -39,22 +39,38 @@

- $program) : - $baris[$program['baris']][$program['kolom']] = $program; - endforeach; ?> - - - - - - -
- - $program) : ?> - - <?= $program['judul']?> - - -
+ \n"; + } + + // Check if the current key is within the bounds of the actual data + if ($key < count($sinergi_program)) { + ?> + +
+ + Gambar <?= $sinergi_program[$key]['judul'] ?> + +
+ + \n"; + } + } + ?> +