227 lines
12 KiB
PHP
227 lines
12 KiB
PHP
<?php
|
|
defined('BASEPATH') or exit('No direct script access allowed');
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" name="viewport">
|
|
<title><?php echo $title; ?> — K-means Rawan Pencurian Ternak</title>
|
|
|
|
<meta content="" name="description">
|
|
<meta content="" name="keywords">
|
|
|
|
<!-- Favicons -->
|
|
<link href="assets/img/favicon.png" rel="icon">
|
|
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
|
|
|
|
<!-- Google Fonts -->
|
|
<link
|
|
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Jost:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
|
|
rel="stylesheet">
|
|
|
|
<!-- Vendor CSS Files -->
|
|
<link href="<?php echo base_url(); ?>assets/a_user/vendor/aos/aos.css" rel="stylesheet">
|
|
<link href="<?php echo base_url(); ?>assets/a_user/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="<?php echo base_url(); ?>assets/a_user/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
|
|
<link href="<?php echo base_url(); ?>assets/a_user/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
|
|
<link href="<?php echo base_url(); ?>assets/a_user/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
|
|
<link href="<?php echo base_url(); ?>assets/a_user/vendor/remixicon/remixicon.css" rel="stylesheet">
|
|
<link href="<?php echo base_url(); ?>assets/a_user/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
|
|
|
|
<!-- Template Main CSS File -->
|
|
<link href="<?php echo base_url(); ?>assets/a_user/css/style.css" rel="stylesheet">
|
|
|
|
|
|
<!-- Make sure you put this AFTER Leaflet's CSS -->
|
|
<script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"
|
|
integrity="sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew=="
|
|
crossorigin=""></script>
|
|
<script src="<?php echo base_url(); ?>assets/js/leaflet.ajax.min.js"></script>
|
|
<style>
|
|
#mapid {
|
|
width: 100%;
|
|
height: 70vh;
|
|
}
|
|
|
|
.info1 {
|
|
padding: 6px 8px;
|
|
font: 14px/16px Arial, Helvetica, sans-serif;
|
|
background: white;
|
|
background: rgba(255, 255, 255, 0.8);
|
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.info1 h4 {
|
|
margin: 0 0 5px;
|
|
color: #777;
|
|
}
|
|
|
|
.legend {
|
|
text-align: left;
|
|
line-height: 18px;
|
|
color: #555;
|
|
}
|
|
|
|
.legend i {
|
|
width: 18px;
|
|
height: 18px;
|
|
float: left;
|
|
margin-right: 8px;
|
|
opacity: 0.7;
|
|
}
|
|
</style>
|
|
<!-- CSS Libraries -->
|
|
<?php
|
|
if ($this->uri->segment(2) == "" || $this->uri->segment(2) == "index") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/jqvmap/dist/jqvmap.min.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/summernote/summernote-bs4.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/owlcarousel2/dist/assets/owl.carousel.min.css">
|
|
<link rel="stylesheet"
|
|
href="<?php echo base_url(); ?>assets/modules/owlcarousel2/dist/assets/owl.theme.default.min.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "index_0") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/jqvmap/dist/jqvmap.min.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/weather-icon/css/weather-icons.min.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/weather-icon/css/weather-icons-wind.min.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/summernote/summernote-bs4.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "bootstrap_card") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/chocolat/dist/css/chocolat.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "bootstrap_modal") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/prism/prism.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "components_gallery") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/chocolat/dist/css/chocolat.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "components_multiple_upload") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/dropzonejs/dropzone.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "components_statistic") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/jqvmap/dist/jqvmap.min.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/flag-icon-css/css/flag-icon.min.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "components_user") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/bootstrap-social/bootstrap-social.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/owlcarousel2/dist/assets/owl.carousel.min.css">
|
|
<link rel="stylesheet"
|
|
href="<?php echo base_url(); ?>assets/modules/owlcarousel2/dist/assets/owl.theme.default.min.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "forms_advanced_form") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/bootstrap-daterangepicker/daterangepicker.css">
|
|
<link rel="stylesheet"
|
|
href="<?php echo base_url(); ?>assets/modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/select2/dist/css/select2.min.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/jquery-selectric/selectric.css">
|
|
<link rel="stylesheet"
|
|
href="<?php echo base_url(); ?>assets/modules/bootstrap-timepicker/css/bootstrap-timepicker.min.css">
|
|
<link rel="stylesheet"
|
|
href="<?php echo base_url(); ?>assets/modules/bootstrap-tagsinput/dist/bootstrap-tagsinput.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "forms_editor") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/summernote/summernote-bs4.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/codemirror/lib/codemirror.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/codemirror/theme/duotone-dark.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/jquery-selectric/selectric.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "modules_calendar") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/fullcalendar/fullcalendar.min.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "modules_datatables") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/datatables/datatables.min.css">
|
|
<link rel="stylesheet"
|
|
href="<?php echo base_url(); ?>assets/modules/datatables/DataTables-1.10.16/css/dataTables.bootstrap4.min.css">
|
|
<link rel="stylesheet"
|
|
href="<?php echo base_url(); ?>assets/modules/datatables/Select-1.2.4/css/select.bootstrap4.min.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "datakecamatan") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/datatables/datatables.min.css">
|
|
<link rel="stylesheet"
|
|
href="<?php echo base_url(); ?>assets/modules/datatables/DataTables-1.10.16/css/dataTables.bootstrap4.min.css">
|
|
<link rel="stylesheet"
|
|
href="<?php echo base_url(); ?>assets/modules/datatables/Select-1.2.4/css/select.bootstrap4.min.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "kriteria") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/datatables/datatables.min.css">
|
|
<link rel="stylesheet"
|
|
href="<?php echo base_url(); ?>assets/modules/datatables/DataTables-1.10.16/css/dataTables.bootstrap4.min.css">
|
|
<link rel="stylesheet"
|
|
href="<?php echo base_url(); ?>assets/modules/datatables/Select-1.2.4/css/select.bootstrap4.min.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "pengisian_data") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/datatables/datatables.min.css">
|
|
<link rel="stylesheet"
|
|
href="<?php echo base_url(); ?>assets/modules/datatables/DataTables-1.10.16/css/dataTables.bootstrap4.min.css">
|
|
<link rel="stylesheet"
|
|
href="<?php echo base_url(); ?>assets/modules/datatables/Select-1.2.4/css/select.bootstrap4.min.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "modules_ion_icons") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/ionicons/css/ionicons.min.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "modules_owl_carousel") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/owlcarousel2/dist/assets/owl.carousel.min.css">
|
|
<link rel="stylesheet"
|
|
href="<?php echo base_url(); ?>assets/modules/owlcarousel2/dist/assets/owl.theme.default.min.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "modules_toastr") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/izitoast/css/iziToast.min.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "modules_vector_map") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/izitoast/css/iziToast.min.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/jqvmap/dist/jqvmap.min.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/flag-icon-css/css/flag-icon.min.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "modules_weather_icon") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/weather-icon/css/weather-icons.min.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/weather-icon/css/weather-icons-wind.min.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "auth_login") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/bootstrap-social/bootstrap-social.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "auth_register") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/jquery-selectric/selectric.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "features_post_create") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/summernote/summernote-bs4.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/jquery-selectric/selectric.css">
|
|
<link rel="stylesheet"
|
|
href="<?php echo base_url(); ?>assets/modules/bootstrap-tagsinput/dist/bootstrap-tagsinput.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "features_posts") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/jquery-selectric/selectric.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "features_profile") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/bootstrap-social/bootstrap-social.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/summernote/summernote-bs4.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "features_setting_detail") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/codemirror/lib/codemirror.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/codemirror/theme/duotone-dark.css">
|
|
<?php
|
|
} elseif ($this->uri->segment(2) == "features_tickets") { ?>
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/summernote/summernote-bs4.css">
|
|
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/modules/chocolat/dist/css/chocolat.css">
|
|
<?php
|
|
} ?>
|
|
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-94034622-3"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() { dataLayer.push(arguments); }
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-94034622-3');
|
|
</script>
|
|
<!-- /END GA -->
|
|
</head>
|
|
|
|
<?php
|
|
|
|
$this->load->view('dist/_partials/navbar_user');
|
|
|
|
|
|
?>
|