From b4373e67f92798d18b90e2071dfbd69f3faa9291 Mon Sep 17 00:00:00 2001 From: ilhamwara Date: Fri, 9 May 2025 15:59:41 +0700 Subject: [PATCH] updaye --- public/assets/css/custom.css | 12 +- .../views/modules/kuesioner/form.blade.php | 30 ---- .../modules/usulan/kriteria/form.blade.php | 166 +++++++++--------- 3 files changed, 96 insertions(+), 112 deletions(-) diff --git a/public/assets/css/custom.css b/public/assets/css/custom.css index 2dfd38d..0c19d86 100644 --- a/public/assets/css/custom.css +++ b/public/assets/css/custom.css @@ -1,3 +1,11 @@ +.pageNumber{ list-style:none; padding:0px; margin: 0px;} + .pageNumber .page{ display: inline-block; padding: 10px;} + .pageNumber .page:hover,.resume:hover,.progress_usulan:hover{cursor: pointer!important;} + .page.active { + background-color: #007bff; /* Warna biru */ + color: white; + font-weight: bold; + } .nav-tabs{ border-bottom: none; } @@ -64,7 +72,7 @@ /* Color */ .page-content-wrapper{ - background: #f9fafb!important; + background: #f3f4f6!important; } .border-none{ border:none; @@ -86,7 +94,7 @@ color: #4b5563; } .nav-menu li > ul{ - background-color:#EEEEEE; + background-color:#d1d5db; } .nav-menu li > ul li.active > a{ color: #4796f1; diff --git a/resources/views/modules/kuesioner/form.blade.php b/resources/views/modules/kuesioner/form.blade.php index 23a34de..55e21a9 100644 --- a/resources/views/modules/kuesioner/form.blade.php +++ b/resources/views/modules/kuesioner/form.blade.php @@ -2,36 +2,6 @@ @section('page-css') - @endsection @section('content')
diff --git a/resources/views/modules/usulan/kriteria/form.blade.php b/resources/views/modules/usulan/kriteria/form.blade.php index e0b1184..dfb0619 100644 --- a/resources/views/modules/usulan/kriteria/form.blade.php +++ b/resources/views/modules/usulan/kriteria/form.blade.php @@ -3,9 +3,6 @@ @section('page-css') - - - @endsection @section('content') -
-

- {{$title}} -

-
+
+ {{csrf_field()}} +
+
+
+
+
+

+ {{$title}} +

+
+
+
+
+
+
+
+ +
+
+
{{session('name')}}
+

NPSN: {{session('npsn')}}

+
+
+ {{session('tingkat_sekolah')}} + {{session('status_sekolah')}} + Level {{levelAdiwiyata(session('npsn'))}} +
+
+
+
+
+
+
@if ($errors->any())
@@ -69,77 +81,71 @@
@endif - - {{csrf_field()}} - +
+
+
+

 Anda Belum Melakukan Finalisasi Proses Data Kriteria

+

 Klik Progress Usulan untuk melakukan Finalisasi Proses Data Kriteria

+
+
+ +
-
-
- - - - - - - - - - - - - - - - -
- -
NPSN: {{session('npsn')}}

{{session('name')}}

{{session('tingkat_sekolah')}} {{session('status_sekolah')}}

{{session('alamat_sekolah')}}

+
+ @foreach($page as $hal) +
+ {{$hal}}
-
-
-

 Anda Belum Melakukan Finalisasi Proses Data Kriteria

-

 Klik Progress Usulan untuk melakukan Finalisasi Proses Data Kriteria

-
+ @endforeach +
+
+
+ Resume
-
-
    - @foreach($page as $hal) -
  • {{$hal}}
  • - @endforeach -
  • Resume
  • -
  • Progress Usulan
  • -
+
+ Progress Usulan
-
-
-
I. Perencanaan Gerakan PBLHS
-
-
-
- -
- {!! formKriteria(1) !!} -
-
- +
+ +
    + @foreach($page as $hal) +
  • {{$hal}}
  • + @endforeach +
  • Resume
  • +
  • Progress Usulan
  • +
+
+
+
+
+
+
+
+
I. Perencanaan Gerakan PBLHS
- - - +
-
+ @endsection @section('page-js')