feat: standar layanan PPID
|
|
@ -0,0 +1,8 @@
|
||||||
|
import ServiceFlow from '@/components/detail/ServiceFlow'
|
||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
export default function ServiceFlowPage() {
|
||||||
|
return (
|
||||||
|
<ServiceFlow />
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
import ServiceAnnouncement from '@/components/detail/ServiceAnnouncement'
|
||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
export default function ServiceAnnouncePage() {
|
||||||
|
return (
|
||||||
|
<ServiceAnnouncement />
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
import ObjectionMecanism from '@/components/detail/ObjectionMecanism'
|
||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
export default function ObjectionMecanismPage() {
|
||||||
|
return (
|
||||||
|
<ObjectionMecanism />
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
import RequestDispute from '@/components/detail/RequestDispute'
|
||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
export default function RequestDisputePage() {
|
||||||
|
return (
|
||||||
|
<RequestDispute />
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
import ServiceFee from '@/components/detail/ServiceFee'
|
||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
export default function ServiceFeePage() {
|
||||||
|
return (
|
||||||
|
<ServiceFee />
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
import RequestInformation from '@/components/detail/RequestInformation'
|
||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
export default function RequestInformationPage() {
|
||||||
|
return (
|
||||||
|
<RequestInformation />
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
import ServiceTime from '@/components/detail/ServiceTime'
|
||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
export default function ServiceTimePage() {
|
||||||
|
return (
|
||||||
|
<ServiceTime />
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
'use client'
|
||||||
|
|
||||||
|
export default function ObjectionMecanism() {
|
||||||
|
return (
|
||||||
|
<div className='bg-white text-black p-1 md:p-5'>
|
||||||
|
<div className='flex justify-center items-center'>
|
||||||
|
<div className='pt-4 hidden md:block'><img src="/al.png" alt="" className='' /></div>
|
||||||
|
<div className='font-bold text-lg md:text-2xl text-[#DD8306] pl-3'>Mekanisme Keberatan</div>
|
||||||
|
<div className='hidden md:block absolute pb-10 pl-[410px]'><img src="/spark.png" alt="" /></div>
|
||||||
|
</div>
|
||||||
|
<div className='p-1 md:p-3 lg:p-5 bg-[#FFF6E9] mx-1 md:mx-3 lg:mx-10 my-4 flex flex-col items-center'>
|
||||||
|
<img src="/mekanisme-keberatan.png" alt="logo" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
'use client'
|
||||||
|
|
||||||
|
export default function RequestDispute() {
|
||||||
|
return (
|
||||||
|
<div className='bg-white text-black p-1 md:p-5'>
|
||||||
|
<div className='flex justify-center items-center'>
|
||||||
|
<div className='pt-4 hidden md:block'><img src="/al.png" alt="" className='' /></div>
|
||||||
|
<div className='font-bold text-lg md:text-2xl text-[#DD8306] pl-3'>Mekanisme Permohonan Penyelesaian Senketa Informasi</div>
|
||||||
|
<div className='hidden md:block absolute pb-10 pl-[850px]'><img src="/spark.png" alt="" /></div>
|
||||||
|
</div>
|
||||||
|
<div className='p-1 md:p-3 lg:p-5 bg-[#FFF6E9] mx-1 md:mx-3 lg:mx-10 my-4 flex flex-col items-center space-y-5'>
|
||||||
|
<img src="/sengketa1.png" alt="sengketa" className="border-b-3 pb-6" />
|
||||||
|
<img src="/sengketa2.png" alt="sengketa" className="border-b-3 pb-6" />
|
||||||
|
<img src="/sengketa3.png" alt="sengketa" className="border-b-3 pb-6" />
|
||||||
|
<img src="/sengketa4.png" alt="sengketa" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
'use client'
|
||||||
|
|
||||||
|
export default function RequestInformation() {
|
||||||
|
return (
|
||||||
|
<div className='bg-white text-black p-1 md:p-5'>
|
||||||
|
<div className='flex justify-center items-center'>
|
||||||
|
<div className='pt-4 hidden md:block'><img src="/al.png" alt="" className='' /></div>
|
||||||
|
<div className='font-bold text-lg md:text-2xl text-[#DD8306] pl-3'>Tata Cara Permohonan Informasi</div>
|
||||||
|
<div className='hidden md:block absolute pb-10 pl-[540px]'><img src="/spark.png" alt="" /></div>
|
||||||
|
</div>
|
||||||
|
<div className='p-1 md:p-3 lg:p-5 bg-[#FFF6E9] mx-1 md:mx-3 lg:mx-10 my-4 flex flex-col items-center'>
|
||||||
|
<img src="/tata-cara-permohonan-informasi.png" alt="logo" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,30 @@
|
||||||
|
'use client'
|
||||||
|
|
||||||
|
export default function ServiceAnnouncement() {
|
||||||
|
return (
|
||||||
|
<div className='bg-white text-black p-1 md:p-5'>
|
||||||
|
<div className='flex justify-center items-center'>
|
||||||
|
<div className='pt-4 hidden md:block'><img src="/al.png" alt="" className='' /></div>
|
||||||
|
<div className='font-bold text-lg md:text-2xl text-[#DD8306] pl-3'>Maklumat Pelayanan</div>
|
||||||
|
<div className='hidden md:block absolute pb-10 pl-[390px]'><img src="/spark.png" alt="" /></div>
|
||||||
|
</div>
|
||||||
|
<div className='p-1 md:p-3 lg:p-5 bg-[#FFF6E9] mx-1 md:mx-3 lg:mx-10 my-4 flex flex-col items-center space-y-5'>
|
||||||
|
<img src="/e-ppid.png" alt="service" />
|
||||||
|
<div className=" rounded-md p-2 md:p-5 lg:p-7 w-[400px] bg-[#776D6E] text-white text-center space-y-5">
|
||||||
|
<div className="text-xl font-bold">
|
||||||
|
Maklumat Pelayanan Informasi Publik
|
||||||
|
</div>
|
||||||
|
<div className="font-medium text-sm pb-5">
|
||||||
|
PPID Polri siap memberikan pelayanan informasi publik secara cepat, tepat waktu, berbiaya ringan dan cara sederhana, sesuai ketentuan perundang-undangan
|
||||||
|
</div>
|
||||||
|
<div className="font-light">
|
||||||
|
Tertanda
|
||||||
|
</div>
|
||||||
|
<div className="font-bold">
|
||||||
|
PPID Polri
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
'use client'
|
||||||
|
|
||||||
|
export default function ServiceFee() {
|
||||||
|
return (
|
||||||
|
<div className='bg-white text-black p-1 md:p-5'>
|
||||||
|
<div className='flex justify-center items-center'>
|
||||||
|
<div className='pt-4 hidden md:block'><img src="/al.png" alt="" className='' /></div>
|
||||||
|
<div className='font-bold text-lg md:text-2xl text-[#DD8306] pl-3'>Standar Biaya Pelayanan</div>
|
||||||
|
<div className='hidden md:block absolute pb-10 pl-[450px]'><img src="/spark.png" alt="" /></div>
|
||||||
|
</div>
|
||||||
|
<div className='p-1 md:p-3 lg:p-5 bg-[#FFF6E9] mx-1 md:mx-3 lg:mx-10 my-4 flex flex-col items-center space-y-5'>
|
||||||
|
<img src="/biaya-pelayanan.png" alt="service" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
'use client'
|
||||||
|
|
||||||
|
export default function ServiceFlow() {
|
||||||
|
return (
|
||||||
|
<div className='bg-white text-black p-1 md:p-5'>
|
||||||
|
<div className='flex justify-center items-center'>
|
||||||
|
<div className='pt-4 hidden md:block'><img src="/al.png" alt="" className='' /></div>
|
||||||
|
<div className='font-bold text-lg md:text-2xl text-[#DD8306] pl-3'>Alur Pelayanan Informasi Publik</div>
|
||||||
|
<div className='hidden md:block absolute pb-10 pl-[530px]'><img src="/spark.png" alt="" /></div>
|
||||||
|
</div>
|
||||||
|
<div className='p-1 md:p-3 lg:p-5 bg-[#FFF6E9] mx-1 md:mx-3 lg:mx-10 my-4 flex flex-col items-center'>
|
||||||
|
<img src="/alurpelayanan.png" alt="logo" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
'use client'
|
||||||
|
|
||||||
|
export default function ServiceTime() {
|
||||||
|
return (
|
||||||
|
<div className='bg-white text-black p-1 md:p-5'>
|
||||||
|
<div className='flex justify-center items-center'>
|
||||||
|
<div className='pt-4 hidden md:block'><img src="/al.png" alt="" className='' /></div>
|
||||||
|
<div className='font-bold text-lg md:text-2xl text-[#DD8306] pl-3'>Waktu Pelayanan</div>
|
||||||
|
<div className='hidden md:block absolute pb-10 pl-[350px]'><img src="/spark.png" alt="" /></div>
|
||||||
|
</div>
|
||||||
|
<div className='p-1 md:p-3 lg:p-5 bg-[#FFF6E9] mx-1 md:mx-3 lg:mx-10 my-4 flex flex-col items-center space-y-5'>
|
||||||
|
<img src="/service-time.png" alt="service" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
@ -255,44 +255,44 @@ export default function NavbarPPID() {
|
||||||
<DropdownItem
|
<DropdownItem
|
||||||
endContent={<ChevronRightIcon />}
|
endContent={<ChevronRightIcon />}
|
||||||
>
|
>
|
||||||
<Link href='/portal-ppid/informasi-publik/informasi-serta-merta' color='foreground'>
|
<Link href='/portal-ppid/standar-layanan/alur-pelayanan-informasi-publik' color='foreground'>
|
||||||
Alur Pelayanan Informasi Publik Polri
|
Alur Pelayanan Informasi Publik Polri
|
||||||
</Link>
|
</Link>
|
||||||
</DropdownItem>
|
</DropdownItem>
|
||||||
<DropdownItem
|
<DropdownItem
|
||||||
endContent={<ChevronRightIcon />}
|
endContent={<ChevronRightIcon />}
|
||||||
>
|
>
|
||||||
<Link href='/portal-ppid/informasi-publik/informasi-berkala' color='foreground'>
|
<Link href='/portal-ppid/standar-layanan/tata-cara-permohonan-informasi' color='foreground'>
|
||||||
Tata Cara Permohonan Informasi
|
Tata Cara Permohonan Informasi
|
||||||
</Link>
|
</Link>
|
||||||
</DropdownItem>
|
</DropdownItem>
|
||||||
<DropdownItem
|
<DropdownItem
|
||||||
endContent={<ChevronRightIcon />}>
|
endContent={<ChevronRightIcon />}>
|
||||||
<Link href='/portal-ppid/informasi-publik/informasi-setiap-saat' color='foreground'>
|
<Link href='/portal-ppid/standar-layanan/mekanisme-keberatan' color='foreground'>
|
||||||
Mekanisme Keberatan
|
Mekanisme Keberatan
|
||||||
</Link>
|
</Link>
|
||||||
</DropdownItem>
|
</DropdownItem>
|
||||||
<DropdownItem
|
<DropdownItem
|
||||||
endContent={<ChevronRightIcon />}>
|
endContent={<ChevronRightIcon />}>
|
||||||
<Link href='/portal-ppid/informasi-publik/informasi-dikecualikan' color='foreground'>
|
<Link href='/portal-ppid/standar-layanan/mekanisme-permohonan-penyelesaian-sengketa' color='foreground'>
|
||||||
Mekanisme Permohonan Penyelesinan Sengketa
|
Mekanisme Permohonan Penyelesainan Sengketa
|
||||||
</Link>
|
</Link>
|
||||||
</DropdownItem>
|
</DropdownItem>
|
||||||
<DropdownItem
|
<DropdownItem
|
||||||
endContent={<ChevronRightIcon />}>
|
endContent={<ChevronRightIcon />}>
|
||||||
<Link href='/portal-ppid/informasi-publik/penerangan-satuan' color='foreground'>
|
<Link href='/portal-ppid/standar-layanan/waktu-pelayanan' color='foreground'>
|
||||||
Waktu Pelayanan
|
Waktu Pelayanan
|
||||||
</Link>
|
</Link>
|
||||||
</DropdownItem>
|
</DropdownItem>
|
||||||
<DropdownItem
|
<DropdownItem
|
||||||
endContent={<ChevronRightIcon />}>
|
endContent={<ChevronRightIcon />}>
|
||||||
<Link href='/portal-ppid/informasi-publik/penerangan-satuan' color='foreground'>
|
<Link href='/portal-ppid/standar-layanan/standar-biaya-pelayanan' color='foreground'>
|
||||||
Standar Biaya Pelayanan
|
Standar Biaya Pelayanan
|
||||||
</Link>
|
</Link>
|
||||||
</DropdownItem>
|
</DropdownItem>
|
||||||
<DropdownItem
|
<DropdownItem
|
||||||
endContent={<ChevronRightIcon />}>
|
endContent={<ChevronRightIcon />}>
|
||||||
<Link href='/portal-ppid/informasi-publik/penerangan-satuan' color='foreground'>
|
<Link href='/portal-ppid/standar-layanan/maklumat-pelayanan' color='foreground'>
|
||||||
Maklumat Pelayanan
|
Maklumat Pelayanan
|
||||||
</Link>
|
</Link>
|
||||||
</DropdownItem>
|
</DropdownItem>
|
||||||
|
|
|
||||||
|
After Width: | Height: | Size: 721 KiB |
|
After Width: | Height: | Size: 110 KiB |
|
After Width: | Height: | Size: 455 KiB |
|
After Width: | Height: | Size: 765 KiB |
|
After Width: | Height: | Size: 426 KiB |
|
After Width: | Height: | Size: 365 KiB |
|
After Width: | Height: | Size: 318 KiB |
|
After Width: | Height: | Size: 195 KiB |
|
After Width: | Height: | Size: 398 KiB |