@@ -193,32 +193,32 @@ export default function NavbarPPID() {
}
>
-
+
Registrasi Permohonan
}
>
-
+
Permohonan Informasi
}>
-
+
Permohonan Keberatan
}>
-
+
Statistik / Rekapitulasi
}>
-
+
Laporan Informasi Publik Tahunan
diff --git a/components/table/informasi-sertamerta.tsx b/components/table/informasi-sertamerta.tsx
index 29aaf9f..94ea2f8 100644
--- a/components/table/informasi-sertamerta.tsx
+++ b/components/table/informasi-sertamerta.tsx
@@ -26,7 +26,7 @@ export default function InformasiSertaMerta() {
/>
)
- const animals = [
+ const filters = [
{ label: "Title", value: "title" },
{ label: "Date", value: "date" },
{ label: "Created At", value: "createdAt" },
@@ -72,7 +72,7 @@ export default function InformasiSertaMerta() {
// onChange={onChangeFilterEnterprising}
>
- {animals.map((list: any) => (
+ {filters.map((list: any) => (
{list.label}
))}
@@ -102,7 +102,7 @@ export default function InformasiSertaMerta() {
// onChange={onChangeFilterEnterprising}
>
- {animals.map((list: any) => (
+ {filters.map((list: any) => (
{list.label}
))}
diff --git a/components/table/laporan-tahunan.tsx b/components/table/laporan-tahunan.tsx
new file mode 100644
index 0000000..956171c
--- /dev/null
+++ b/components/table/laporan-tahunan.tsx
@@ -0,0 +1,91 @@
+'use client'
+import { Card, CardBody, Tab, Table, TableBody, TableCell, TableColumn, TableHeader, TableRow, Tabs, getKeyValue } from '@nextui-org/react'
+import React from 'react'
+import { Checklist, EyeFilledIcon } from '../icons'
+
+export default function AnnualReport() {
+
+ const tableData = [
+ {
+ key: "1",
+ tahun: "2024",
+ download:
+ },
+ {
+ key: "2",
+ tahun: "2023",
+ download:
+ },
+ {
+ key: "3",
+ tahun: "2022",
+ download:
+ },
+ {
+ key: "4",
+ tahun: "2021",
+ download:
+ },
+ ];
+
+ const header = [
+ {
+ key: "tahun",
+ label: "Tahun",
+ },
+ {
+ key: "download",
+ label: "Download"
+ }
+ ]
+ return (
+
+
+
+
Laporan Layanan Informasi Publik Tahunan
+
+
+
+
+ Laporan Tahunan Pejabat Pengelola Informasi dan Dokumentasi (PPID) Humas Polri merupakan kinerja PPID Utama dalam memberikan layanan informasi publik kepada masyarakat.
+
+
+
+ {/*
+ Tahun
+ Download
+ */}
+
+ {(column) => {column.label} }
+
+ {/*
+ 2024
+
+
+
+ 2023
+ ceklis
+ */}
+
+ {(item) => (
+
+ {(columnKey) => {getKeyValue(item, columnKey)} }
+
+ )}
+
+
+
+
+
+ )
+}
diff --git a/public/login.png b/public/login.png
new file mode 100644
index 0000000..8e32b1c
Binary files /dev/null and b/public/login.png differ
diff --git a/public/temp/checklist.svg b/public/temp/checklist.svg
new file mode 100644
index 0000000..c14f48e
--- /dev/null
+++ b/public/temp/checklist.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/public/temp/panel.png b/public/temp/panel.png
new file mode 100644
index 0000000..0ecce87
Binary files /dev/null and b/public/temp/panel.png differ
diff --git a/public/temp/statistik.png b/public/temp/statistik.png
new file mode 100644
index 0000000..01e867b
Binary files /dev/null and b/public/temp/statistik.png differ
diff --git a/public/temp/statistik2.png b/public/temp/statistik2.png
new file mode 100644
index 0000000..9ef4d0e
Binary files /dev/null and b/public/temp/statistik2.png differ