-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ab3428
commit 3cba2fc
Showing
28 changed files
with
654 additions
and
59 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
1. Penyesuaian folder asset dan gunakan helper theme_asset. | ||
2. Penyesuaian sinergi program. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php defined('BASEPATH') || exit('No direct script access allowed'); ?> | ||
|
||
<?php defined('THEME_VERSION') or define('THEME_VERSION', 'v2406.0.0') ?> | ||
<?php defined('THEME_VERSION') or define('THEME_VERSION', 'v2407.0.0') ?> | ||
<?php $desa_title = ucwords($this->setting->sebutan_desa) . ' '. $desa['nama_desa'] . ' '. ucwords($this->setting->sebutan_kecamatan) . ' '. $desa['nama_kecamatan'] . ' '. ucwords($this->setting->sebutan_kabupaten) . ' '. $desa['nama_kabupaten']; ?> | ||
|
||
<meta http-equiv="encoding" content="utf-8"> | ||
|
@@ -24,19 +24,19 @@ | |
</title> | ||
|
||
<link rel="shortcut icon" href="<?= favico_desa() ?>"/> | ||
<link rel="stylesheet" href="<?= base_url("$this->theme_folder/$this->theme/assets/css/bootstrap.min.css"); ?>"> | ||
<link rel="stylesheet" href="<?= base_url("$this->theme_folder/$this->theme/assets/css/font-awesome.min.css"); ?>"> | ||
<link rel="stylesheet" href="<?= base_url("$this->theme_folder/$this->theme/assets/css/animate.css"); ?>"> | ||
<link rel="stylesheet" href="<?= base_url("$this->theme_folder/$this->theme/assets/css/slick.css"); ?>"> | ||
<link rel="stylesheet" href="<?= base_url("$this->theme_folder/$this->theme/assets/css/theme.min.css"); ?>"> | ||
<link rel="stylesheet" href="<?= base_url("$this->theme_folder/$this->theme/assets/css/style.min.css"); ?>"> | ||
<link rel="stylesheet" href="<?= theme_asset("css/bootstrap.min.css"); ?>"> | ||
<link rel="stylesheet" href="<?= theme_asset("css/font-awesome.min.css"); ?>"> | ||
<link rel="stylesheet" href="<?= theme_asset("css/animate.css"); ?>"> | ||
<link rel="stylesheet" href="<?= theme_asset("css/slick.css"); ?>"> | ||
<link rel="stylesheet" href="<?= theme_asset("css/theme.min.css"); ?>"> | ||
<link rel="stylesheet" href="<?= theme_asset("css/style.min.css"); ?>"> | ||
<link rel='stylesheet' href="<?= asset('css/font-awesome.min.css'); ?>"/> | ||
<link rel="stylesheet" href="<?= asset('css/leaflet.css'); ?>"/> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css"/> | ||
<link rel="stylesheet" href="<?= asset('css/mapbox-gl.css'); ?>"/> | ||
<link rel="stylesheet" href="<?= asset('css/peta.css'); ?>"> | ||
<link rel="stylesheet" href="<?= asset('bootstrap/css/dataTables.bootstrap.min.css'); ?>"> | ||
<link rel="stylesheet" href="<?= base_url("$this->theme_folder/$this->theme/assets/css/custom.css"); ?>"> | ||
<link rel="stylesheet" href="<?= theme_asset("css/custom.css"); ?>"> | ||
|
||
<?php if(isset($single_artikel)): ?> | ||
<meta property="og:title" content="<?= htmlspecialchars($single_artikel["judul"]); ?>"/> | ||
|
@@ -52,7 +52,7 @@ | |
<script language='javascript' src="<?= asset('front/js/jquery.min.js') ?>"></script> | ||
<script language='javascript' src="<?= asset('front/js/jquery.cycle2.min.js') ?>"></script> | ||
<script language='javascript' src="<?= asset('front/js/jquery.cycle2.carousel.js') ?>"></script> | ||
<script src="<?= base_url("$this->theme_folder/$this->theme/assets/js/bootstrap.min.js") ?>"></script> | ||
<script src="<?= theme_asset("js/bootstrap.min.js") ?>"></script> | ||
<script src="<?= asset('js/leaflet.js') ?>"></script> | ||
<script src="<?= asset('front/js/layout.js') ?>"></script> | ||
<script src="<?= asset('front/js/jquery.colorbox.js') ?>"></script> | ||
|
@@ -114,7 +114,7 @@ function renderDate() | |
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/id_ID/sdk.js#xfbml=1&version=v3.2&appId=147912828718&autoLogAppEvents=1"></script> | ||
|
||
<!-- lazy load images --> | ||
<script src="<?= base_url("$this->theme_folder/$this->theme/assets/js/yall/yall.min.js") ?>"></script> | ||
<script src="<?= theme_asset("js/yall/yall.min.js") ?>"></script> | ||
|
||
<style> | ||
img.yall_loaded { | ||
|
@@ -148,7 +148,7 @@ function renderDate() | |
|
||
|
||
<!--[if lt IE 9]> | ||
<script src="<?= base_url("$this->theme_folder/$this->theme/assets/js/html5shiv.min.js") ?>"></script> | ||
<script src="<?= base_url("$this->theme_folder/$this->theme/assets/js/respond.min.js") ?>"></script> | ||
<script src="<?= theme_asset("js/html5shiv.min.js") ?>"></script> | ||
<script src="<?= theme_asset("js/respond.min.js") ?>"></script> | ||
<![endif]--> | ||
<?= view('admin.layouts.components.token') ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<link type='text/css' href="<?= asset('front/css/slider.css') ?>" rel='Stylesheet' /> | ||
<script src="<?= asset('front/js/jquery.cycle2.caption2.min.js') ?>"></script> | ||
<script> | ||
$('.cycle-slideshow').cycle(); | ||
</script> | ||
|
||
<!-- TODO: Pindahkan ke external css --> | ||
<style type="text/css"> | ||
#aparatur_desa .cycle-pager span | ||
{ | ||
height: 10px; | ||
width: 10px; | ||
} | ||
.cycle-slideshow | ||
{ | ||
max-height: none; | ||
margin-bottom: 0px; | ||
border: 0px; | ||
} | ||
.cycle-next, .cycle-prev | ||
{ | ||
mix-blend-mode: difference; | ||
} | ||
</style> | ||
<!-- widget Aparatur Desa --> | ||
<div class="modal-body"> | ||
<div class="box box-info box-solid"> | ||
<div class="box-body"> | ||
<div id="aparatur_desa" class="cycle-slideshow" | ||
data-cycle-pause-on-hover=true | ||
data-cycle-fx=scrollHorz | ||
data-cycle-timeout=2000 | ||
data-cycle-caption-plugin=caption2 | ||
data-cycle-overlay-fx-out="slideUp" | ||
data-cycle-overlay-fx-in="slideDown" | ||
data-cycle-auto-height=4:6 | ||
> | ||
|
||
<?php if ($this->web_widget_model->get_setting('aparatur_desa', 'overlay') == true): ?> | ||
<span class="cycle-prev"><img src="<?= asset('images/back_button.png')?>" alt="Back"></span> | ||
<span class="cycle-next"><img src="<?= asset('images/next_button.png')?>" alt="Next"></span> | ||
<div class="cycle-caption"></div> | ||
<div class="cycle-overlay"></div> | ||
<?php else: ?> | ||
<span class="cycle-pager"></span> <!-- Untuk membuat tanda bulat atau link pada slider --> | ||
<?php endif; ?> | ||
|
||
<?php foreach ($aparatur_desa['daftar_perangkat'] as $data) : ?> | ||
<img src="<?= $data['foto'] ?>" | ||
data-cycle-title="<span class='cycle-overlay-title'><?= $data['nama'] ?></span>" | ||
data-cycle-desc="<?= $data['jabatan'] ?>"> | ||
<?php endforeach; ?> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<style type="text/css"> | ||
.progress-bar span | ||
{ | ||
position: absolute; | ||
right: 20px; | ||
color: #000000; | ||
font-weight: bold; | ||
} | ||
</style> | ||
<div class="modal-body"> | ||
<div class="container" id="transparansi-footer" style="width: 100%; padding-top: 20px; background: #fff; color: #222"> | ||
<div class="box box-info"> | ||
<?php foreach ($transparansi['data_widget'] as $subdatas): ?> | ||
<div class="col-md-4"> | ||
<div align="center" style="height: 0.5em;"><h4><?= ($subdatas['laporan'])?></h4></div><hr/> | ||
<div align="center" style="height: 0.5em;"><h5>Realisasi | Anggaran</h5></div><hr/> | ||
<?php foreach ($subdatas as $key => $subdata): ?> | ||
<?php if ($subdata['judul'] != null && $key != 'laporan'): ?> | ||
<div class="progress-group"> | ||
<?= $subdata['judul']; ?><br> | ||
<b>Rp. <?= number_format($subdata['realisasi']); ?> | Rp. <?= number_format($subdata['anggaran']); ?></b> | ||
<div class="progress progress-bar-striped" align="right" style="background-color: #27b2c8"> | ||
<small></small> | ||
<div class="progress-bar progress-bar-success progress-bar-striped" role="progressbar" style="width: <?= $subdata['persen'] ?>%" aria-valuenow="<?= $subdata['persen'] ?>" aria-valuemin="0" aria-valuemax="100"> | ||
<span><?= $subdata['persen'] ?> %</span> | ||
</div> | ||
</div> | ||
</div> | ||
<?php endif; ?> | ||
<?php endforeach; ?> | ||
</div> | ||
<?php endforeach; ?> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?php $pengaturan = json_decode(setting('tampilkan_tombol_peta'), true) ?> | ||
<div id="isi_popup" style="visibility: hidden;"> | ||
<div id="content"> | ||
<h5 id="firstHeading" class="firstHeading">Wilayah <?= set_ucwords($wilayah); ?></h5> | ||
<div id="bodyContent"> | ||
<?php $link = underscore($desa['nama_desa']) ?> | ||
<?php $data_title = "{$wilayah}" ?> | ||
|
||
<!-- statistik penduduk --> | ||
<?php if (in_array('Statistik Penduduk', $pengaturan)): ?> | ||
<p><a href="#collapseStatPenduduk" class="btn btn-social bg-navy btn-sm btn-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block" title="Statistik Penduduk" data-toggle="collapse" data-target="#collapseStatPenduduk" aria-expanded="false" aria-controls="collapseStatPenduduk"><i class="fa fa-bar-chart"></i> Statistik Penduduk </a></p> | ||
<div class="collapse box-body no-padding" id="collapseStatPenduduk"> | ||
<div class="card card-body"> | ||
<?php foreach ($list_ref as $key => $value): ?> | ||
<li <?= jecho($lap, $key, 'class="active"'); ?>><a href="<?= site_url("statistik_web/chart_gis_desa/{$key}/{$link}") ?>" data-remote="false" data-toggle="modal" data-target="#modalSedang" data-title="Statistik Penduduk <?= set_ucwords($wilayah) ?>"><?= $value ?></a></li> | ||
<?php endforeach; ?> | ||
</div> | ||
</div> | ||
<?php endif ?> | ||
|
||
<!-- statistik bantuan --> | ||
<?php if (in_array('Statistik Bantuan', $pengaturan)): ?> | ||
<p><a href="#collapseStatBantuan" class="btn btn-social bg-navy btn-sm btn-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block" title="Statistik Bantuan" data-toggle="collapse" data-target="#collapseStatBantuan" aria-expanded="false" aria-controls="collapseStatBantuan"><i class="fa fa-heart"></i> Statistik Bantuan </a></p> | ||
<div class="collapse box-body no-padding" id="collapseStatBantuan"> | ||
<div class="card card-body"> | ||
<?php foreach ($list_bantuan as $key => $value): ?> | ||
<li <?= jecho($lap, $key, 'class="active"'); ?>><a href="<?= site_url("statistik_web/chart_gis_desa/{$key}/{$link}") ?>" data-remote="false" data-toggle="modal" data-target="#modalSedang" data-title="Statistik Bantuan <?= $data_title; ?>"><?= $value; ?></a></li> | ||
<?php endforeach; ?> | ||
</div> | ||
</div> | ||
<?php endif ?> | ||
|
||
<!-- statistik aparatur --> | ||
<?php if (in_array('Aparatur Desa', $pengaturan)): ?> | ||
<p><a href="<?= site_url('load_aparatur_desa'); ?>" class="btn btn-social bg-navy btn-sm btn-block visible-sm-inline-block visible-md-inline-block visible-lg-inline-block" data-title="<?= ucwords(setting('sebutan_pemerintah_desa')) ?>" data-remote="false" data-toggle="modal" data-target="#modalKecil"><i class="fa fa-user"></i> <?= ucwords(setting('sebutan_pemerintah_desa')) ?> </a></p> | ||
<?php endif ?> | ||
</div> | ||
</div> | ||
</div> |
Oops, something went wrong.