feat: adding dummy data to each column
parent
2a702c4acc
commit
2a983983e7
|
|
@ -5,34 +5,34 @@
|
|||
<div class="space-y-5">
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nama Ketua Bidang</legend>
|
||||
<input type="text" placeholder="Masukkan nama ketua bidang" class="input input-bordered w-full bg-white">
|
||||
<input type="text" value="Joko Anwar" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nama Seksi Operasional 1</legend>
|
||||
<input type="text" placeholder="Masukkan nama seksi operasional 1" class="input input-bordered w-full bg-white">
|
||||
<input type="text" value="Tia Lestari" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nama Seksi Operasional 2</legend>
|
||||
<input type="text" placeholder="Masukkan nama seksi operasional 2" class="input input-bordered w-full bg-white">
|
||||
<input type="text" value="Budi Sudarsono" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nama Seksi Sosialisasi & Pengawasan 1</legend>
|
||||
<input type="text" placeholder="Masukkan nama seksi sosialisasi & pengawasan 1" class="input input-bordered w-full bg-white">
|
||||
<input type="text" value="Dewi Tanjung" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nama Seksi Sosialisasi & Pengawasan 2</legend>
|
||||
<input type="text" placeholder="Masukkan nama seksi sosialisasi & pengawasan 2" class="input input-bordered w-full bg-white">
|
||||
<input type="text" value="Rina Nose" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nama PJLP Pendamping</legend>
|
||||
<input
|
||||
type="text"
|
||||
placeholder="Masukkan nama PJLP pendamping"
|
||||
value="Ahmad Muzaki"
|
||||
class="input input-bordered w-full bg-gray-100 cursor-not-allowed"
|
||||
readonly
|
||||
>
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nama Supervisor Pendamping</legend>
|
||||
<input type="text" placeholder="Masukkan nama supervisor pendamping" class="input input-bordered w-full bg-white">
|
||||
<input type="text" value="Yusuf Hamka" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
|
|
@ -48,34 +48,34 @@
|
|||
<div class="space-y-5">
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nomor WA Ketua Bidang</legend>
|
||||
<input type="tel" placeholder="Masukkan nomor WA" class="input input-bordered w-full bg-white">
|
||||
<input type="tel" value="081234567890" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nomor Seksi Operasional 1</legend>
|
||||
<input type="tel" placeholder="Masukkan nomor seksi operasional 1" class="input input-bordered w-full bg-white">
|
||||
<input type="tel" value="089876543210" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nomor WA Seksi Operasional 2</legend>
|
||||
<input type="tel" placeholder="Masukkan nomor WA seksi operasional 2" class="input input-bordered w-full bg-white">
|
||||
<input type="tel" value="087865439876" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nomor WA Seksi Sosialisasi & Pengawasan 1</legend>
|
||||
<input type="tel" placeholder="Masukkan nomor WA seksi sosialisasi & pengawasan 1" class="input input-bordered w-full bg-white">
|
||||
<input type="tel" value="081928374655" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nomor WA Seksi Sosialisasi & Pengawasan 2</legend>
|
||||
<input type="tel" placeholder="Masukkan nomor WA seksi sosialisasi & pengawasan 2" class="input input-bordered w-full bg-white">
|
||||
<input type="tel" value="082143658709" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nomor WA PJLP Pendamping</legend>
|
||||
<input
|
||||
type="tel"
|
||||
placeholder="Masukkan nomor WA PJLP pendamping"
|
||||
value="085712348765"
|
||||
class="input input-bordered w-full bg-gray-100 cursor-not-allowed"
|
||||
readonly
|
||||
>
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nomor WA Supervisor Pendamping</legend>
|
||||
<input type="tel" placeholder="Masukkan nomor WA supervisor pendamping" class="input input-bordered w-full bg-white">
|
||||
<input type="tel" value="083876543211" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -5,27 +5,27 @@
|
|||
<div class="space-y-5">
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nama Ketua RW</legend>
|
||||
<input type="text" placeholder="Masukkan nama ketua RW" class="input input-bordered w-full bg-white">
|
||||
<input type="text" value="Jojon Suharjo" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Jumlah KK</legend>
|
||||
<input type="number" placeholder="0" class="input input-bordered w-full bg-white">
|
||||
<input type="number" value="450" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Jumlah RT</legend>
|
||||
<input type="number" placeholder="0" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
<input type="number" value="10" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Jumlah Jiwa</legend>
|
||||
<input type="number" placeholder="0" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
<input type="number" value="1600" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Kota /Kabupaten</legend>
|
||||
<input type="text" placeholder="Masukkan kota/kabupaten" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
<input type="text" value="Jakarta Selatan" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
|
|
@ -33,27 +33,27 @@
|
|||
<div class="space-y-5">
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Nomor Handphone Ketua RW</legend>
|
||||
<input type="tel" placeholder="Masukkan nomor handphone" class="input input-bordered w-full bg-white">
|
||||
<input type="tel" value="081234567890" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Jumlah Rumah</legend>
|
||||
<input type="number" placeholder="0" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
<input type="number" value="450" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Luas RW (m²)</legend>
|
||||
<input type="number" placeholder="0" class="input input-bordered w-full bg-white">
|
||||
<input type="number" value="230" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Timbulan Sampah per Hari (kg)</legend>
|
||||
<input type="number" placeholder="0" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
<input type="number" value="270" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Kecamatan</legend>
|
||||
<input type="text" placeholder="Masukkan kecamatan" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
<input type="text" value="Jagakarsa" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -62,17 +62,17 @@
|
|||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mt-8">
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">Kelurahan</legend>
|
||||
<input type="text" placeholder="Masukkan kelurahan" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
<input type="text" value="005" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">RW</legend>
|
||||
<input type="text" placeholder="Masukkan RW" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
<input type="text" value="Cipedak" class="input input-bordered w-full bg-gray-100 cursor-not-allowed" readonly>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
<legend class="fieldset-legend font-medium text-gray-700">No. SK RW</legend>
|
||||
<input type="text" placeholder="Masukkan No. SK RW" class="input input-bordered w-full bg-white">
|
||||
<input type="text" value="98765/RW.05" class="input input-bordered w-full bg-white">
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="fieldset">
|
||||
|
|
|
|||
Loading…
Reference in New Issue