93
DAFTAR PUSTAKA
Alfarabi Hadi, Diki. 2016. Cara Penulisan Dan Penggunaan Javascript.
http://www.malasngoding.com. Diakses pada tanggal 7 Agustus 2017.
Agustian Muhammad dkk. IMPLEMENTASI E-COMMERCE PENJUALAN
ALAT-ALAT KESEHATAN DAN LABORATORIUM PADA PT EKA PRATAMA
HUSADA. Jurnal IJCCS.
Distiningrum dan Adrian Jafar Qadhli. 2017. SISTEM INFORMASI
PENJADWALAN
DOKTER
BERBASSIS
WEB
DENGAN
MENGGUNAKAN FRAMEWORK CODEIGNITER (STUDI KASUS:
RUMAH SAKIT YUKUM MEDICAL CENTRE). Jurnal Teknonfo. Volume
11 no.2 2017, 32.
Dwi, Hendraswati Enggar. 2016. Balsamiq Mockup. http://enggar.net. Diakses
pada tanggal 7 Agustus 2017.
Firman Astria dkk. 2016. Sistem Informasi Perpustakaan Online Berbasis Web.
Jurnal Teknik Elektro dan Komputer. Volume 5 no.2 Januari – Maret 2016,
30.
Fridayanthie Wida Eka dan Mahdiati Tias. 2016. RANCANG BANGUN SISTEM
INFORMASI PERMINTAAN ATK BERBASIS INTRANET (STUDI
KASUS:
KEJAKSAAN
NEGERI
RANGKASBITUNG).
Jurnal
Khatulistiwa Informatika. Volume 4 No.2 Desember 2016, 132.
Helsa.
18
September
2014.
Pelayanan
Perpustakaan.
http://pp.ktp.fip.unp.ac.id/?p=38. 18 September
Priyatno Agus dan Safitri Yulia. 2015. PEMANFAATAN SISTEM INFORMASI
PERPUSTAKAAN DIGITAL BERBASIS WEBSITE UNTUK PARA
PENULIS . Indonesian Journal on Software Engineering. Volume 1 No.1 –
2015, 2
94
Lavarino dio dan yustanti wiyli . 2016. RANCANG BANGUN E – VOTING
BERBASIS WEBSITE DI UNIVERSITAS NEGERI SURABAYA . Jurnal
Manajemen Informatika. Volume 6 No.1 Tahun 2016, 72.
Umar Usman. 2015. PERANCANGAN SISTEM INFORMASI ADMINISTRASI
KESISWAAN PADA MADRASAH ALIYAH MIFTAHUL JANNAH
DENGAN METODOLOGI BERORIENTASI OBJEK . Jurnal SIFOM.
Prasetyo Budi. 2015. Perancangan dan Pembuatan Sistem Informasi Gudang
(Studi Kasus : PT. PLN (Persero) Area Surabaya Barat). Volume 4 No.1
November 2015, 13.
Palit. V Randi. 2015. Rancangan Sistem Informasi Keuangan Gereja Berbasis Web
Di Jemaat GMIM Bukit Moria Malalayang. E-jurnal Teknik Elektro dan
Komputer. Volume 4 No.7, 2.
Torio Dennis dan Bettiza Martaleli, 2011. Perancangan Sistem Penjualan Tiket
berbasis website pada PT.Bintan Resort Ferries Batam. Jurnal Sustanible.
Volume 2 No.1 Mei 2011, 14.
Utariani dan Herkules. 2017. MONITORING BIMBINGAN SKRIPSI ONLINE
PADA SEKOLAH TINGGI MANAJEMEN INFORMATIKA DAN
KOMPUTER (STMIK) PALANGKA RAYA .Jurnal Saintekom, Vol.7 ,
No.1 , Maret 2017, 36.
Lampiran Halaman Depan User
<?php ?> <!DOCTYPE html> <html lang="en"><!-- Mirrored from www.kemendagri.go.id/ by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 21 Jun 2019 06:56:10 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type"
content="text/html;charset=UTF-8" /><!-- /Added by HTTrack --> <head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="themes/boostrap/images/download.png" sizes="16x21" type="image/png">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>LAYANAN ADMINISTRASI PERPUSTAKAAN KABUPATEN INDRAMAYU</title>
<style> /*MORPH*/
.morph {
-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; } .morph:hover { border-radius: 50%; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } a,a:visited,a:focus, a:hover { color:#000 !important; cursor: pointer; text-decoration: none } html, body{ background-color:#fff } html, body { height: 100%; }
.carousel, .item, .active { height: 100%; } .carousel-inner { height: 100%; }
/* Background images are set within the HTML using inline CSS, not here */ .fill { width: 100%; height: 100%; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } #form_search{
margin:0px auto 40px auto; width:50%; } #gambar{ width:100px; } @media(max-width:767px){ html, body { position: relative; background-image:url('themes/boostrap/images/intro-back-mobile.jpg'); background-size: cover } .carousel, .item, .active { height: 0; } .fill { width: 100%; } #form_search{ margin:50px auto; width:80%;
} #title{ margin-bottom:20px; } #gambar{ width:80%; } #nav{ position: absolute; top: 10px; z-index: 15; width: 100%; padding-left: 0; text-align: center; } } /* BUTTON BLINK */ .blink{ background: #05335c; //background: #ff9900; padding: 10px 20px 10px 20px; color:#fff; animation-name: flash; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; //Firefox 1+ -webkit-animation-name: flash; -webkit-animation-duration: 1s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; //Safari 3-4 -moz-animation-name: flash; -moz-animation-duration: 1s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; } @keyframes flash { 0% { opacity: 0.1; } 50% { opacity: 0.5; } 100% { opacity: 1.0; } } //Firefox 1+ @-webkit-keyframes flash { 0% { opacity: 0.1; } 50% { opacity: 0.5; } 100% { opacity: 1.0; } } //Safari 3-4
@-moz-keyframes flash { 0% { opacity: 0.1; } 50% { opacity: 0.5; } 100% { opacity: 1.0; } } </style> <!-- Bootstrap --> <link href="themes/boostrap/welcome/css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></ script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></scri pt> <![endif]-->
<link rel="stylesheet" href="themes/boostrap/font-awesome/css/font-awesome.min.css">
</head> <body >
<div class="fill" style="
background-image:url('application/modules/gambardepan/files/coba.jpeg');"> <div style="position:relative;height:100%;width:100%">
<nav class="navbar-fixed-top hidden-xs" id="top" role="navigation">
<button class="btn blink" type="submit" href="index.php"
style="
border: 4px solid #ff9900; border-radius: 9px; "> <a href="index.php">
<i class="fa fa-home"></i> <b>KELUAR</b><br>
</a> </button>
<div style="padding:1px;" align="center"> <img src="themes/boostrap/welcome/logo.png" style="width:200px;" class="img-responsive" >
<h3 style="color: black;">ADMINISTRASI LAYANAN PERPUSTAKAAN</h3>
<h4 style="color: black;">KABUPATEN INDRAMAYU</h4> </div>
<form action="#" method='post' id='form_search'
style='margin: 20px auto;' class='visible-xs hidden-md hidden-sm hidden-lg' accept-charset="utf-8"> <div class="input-group text-center">
<!-- <input type="text" value="" class="form-control" name="keyword" placeholder="Search...">-->
<span class="input-group-btn">
<button class="btn blink" type="submit" name="cari" style="
border: 4px solid #ff9900; border-radius: 9px; ">
<i class="fa fa-home"></i> <b>HALAMAN UTAMA WEBSITE</b><br> <!--<i>Website Kemendagri</i>--> </button> </span> </div><!-- /input-group --> </form> <form action="https://disarpus.indramayukab.go.id/" method='post' id='form_search' class='hidden-xs' accept-charset="utf-8"> <div class="input-group text-center"> <!-- <input type="text" value="" class="form-control" name="keyword" placeholder="Search...">-->
<span class="input-group-btn">
<button id="announcement" class="btn blink" type="submit" name="cari"
style=" color:#fff;
border: 4px solid #ff9900; border-radius: 10px; ">
<i class="fa fa-home"></i> <b>HALAMAN UTAMA WEBSITE</b><br>
<!--<i>Website Kemendagri</i>--> </button>
<input type="hidden" value="" id="filter" name="filter"/>
</span>
</div><!-- /input-group --> </form>
<div style=" color:#000;padding:1px;overflow-x:hidden;height: 100%;" id="icon-test" class=" hidden-xs" align="center">
<div class="container"> <div class="row">
<div class="col-md-3 col-sm-4 col-xs-6" >
<div class="thumbnail" style="background-color: rgba(211, 211, 211, 0.57);"> <a href="./page/pusling/pusling.php">
<img src="application/modules/icon/files/pusling.png" style="width:80px;" class="morph">
<br /><strong>PERPUSTAKAAN KELILING</strong>
</a></div> </div> <div class="col-md-3 col-sm-4 col-xs-6">
<div class="thumbnail" style="background-color: rgba(211, 211, 211, 0.57);">
<a href="./page/kta/kta.php">
<img src="application/modules/icon/files/kta.png" style="width:80px;" class="morph">
</a> </div> </div>
<div class="col-md-3 col-sm-4 col-xs-6">
<div class="thumbnail" style="background-color: rgba(211, 211, 211, 0.57);"> <a href="./page/masyarakat/masyarakat.php" > <img src="application/modules/icon/files/icons-doc3.png" style="width:80px;" class="morph"> <br /><strong>MINAT MASYARAKAT</strong> </a> </div> </div> <tr> <tr> </div> <br /><div class='row'>
<div class="col-md-3 col-sm-4 col-xs-6">
<div class="thumbnail" style="background-color: rgba(211, 211, 211, 0.57);"> <a href="./page/peminjaman/peminjaman.php" > <img src="application/modules/icon/files/icons-doc2.png" style="width:80px;" class="morph"> <br /><strong>PINJAM RUANGAN</strong> </a></div> </div>
<div class="col-md-3 col-sm-4 col-xs-6">
<div class="thumbnail" style="background-color: rgba(211, 211, 211, 0.57);">
<a href="./page/bus/bus.php" >
<img src="application/modules/icon/files/bus.png" style="width:80px;" class="morph">
<br /><strong>ANTAR JEMPUT PEMUSTAKA DINI</strong> </a>
</div> </div>
<div class="col-md-3 col-sm-4 col-xs-6">
<div class="thumbnail" style="background-color: rgba(211, 211, 211, 0.57);"> <a href="./page/konfirmasi/konfirmasi.php"> <img src="application/modules/icon/files/chat.png" style="width:80px;" class="morph"> <br /><strong>PENGAJUAN</strong> </a> </div> </div></div> </div>
</div> </nav> <!-- Carousel
<div id="myCarousel" class="carousel" data-ride="carousel1" >
<div id="nav" class="hidden-lg hidden-md hidden-sm"> <div style="padding:10px;" align="center">
<img src="themes/boostrap/welcome/download.png" class="img-responsive">
</div>
<form action="https://www.kemendagri.go.id/home/index" method='post' id='form_search' style='margin: 20px auto;'
class='visible-xs hidden-md hidden-sm hidden-lg' accept-charset="utf-8"> <div class="input-group text-center"> <!-- <input type="text" value="" class="form-control" name="keyword" placeholder="Search..">-->
<span class="input-group-btn">
<button class="btn blink" type="submit" name="cari" style="
color:#fff;
border: 4px solid #ff9900; border-radius: 10px; ">
<i class="fa fa-home"></i> <b>HALAMAN UTAMA WEBSITE</b><br>
<!--<i>Website Kemendagri</i>--> </button>
</span>
</div><!-- /input-group -->
<input type="hidden" value="" id="filter" name="filter"/> </form>
<div style="padding:10px;" align="center"> <div class="row">
<div class="col-md-3 col-sm-4 col-xs-6">
<div class="thumbnail" style="background-color: rgba(211, 211, 211, 0.57);"> <a href="./page/pusling/form_pusling.php"> <img src="application/modules/icon/files/pusling.png" style="width:80px;" class="morph"> <br /><strong>PERPUSTAKAAN KELILING</strong> </a> </div>
</div><div class="col-md-3 col-sm-4 col-xs-6">
<div class="thumbnail" style="background-color: rgba(211, 211, 211, 0.57);">
<a href="./page/kta/form_kta.php">
<img src="application/modules/icon/files/kta.png" style="width:80px;" class="morph">
<br /><strong>KARTU TANDA ANGGOTA</strong> </a>
</div>
</div><div class="col-md-3 col-sm-4 col-xs-6" <div
class="thumbnail" style="background-color: rgba(211, 211, 211, 0.57);"> <a href="./page/masyarakat/form_masyarakat.php" > <img src="application/modules/icon/files/icons-doc3.png" style="width:80px;" class="morph"> <br /><strong>MINAT MASYARAKAT</strong> </a></div></div> <tr> <tr>
<div class="col-md-3 col-sm-4 col-xs-6">
<div class="thumbnail" style="background-color: rgba(211, 211, 211, 0.57);">
<a href="./page/bus/form_bus.php" >
<img src="application/modules/icon/files/bus.png" style="width:80px;" class="morph">
<br /><strong>ANTAR JEMPUT PEMUSTAKA DINI</strong> </a> </div> </div> </div> <br /><div class='row'>
<div class="col-md-3 col-sm-4 col-xs-6">
<div class="thumbnail" style="background-color: rgba(211, 211, 211, 0.57);"> <a href="./page/peminjaman/form_peminjaman.php" > <img src="application/modules/icon/files/icons-doc2.png" style="width:80px;" class="morph"> <br /><strong>PINJAM RUANGAN</strong> </a> </div> </div>
<div class="col-md-3 col-sm-4 col-xs-6">
<div class="thumbnail" style="background-color: rgba(211, 211, 211, 0.57);"> <a href="./page/konfirmasi/konfirmasi.php"> <img src="application/modules/icon/files/chat.png" style="width:80px;" class="morph"> <br /><strong>PENGAJUAN</strong> </a> </div> </div>
<div class="col-md-3 col-sm-4 col-xs-6">
<div class="thumbnail" style="background-color: rgba(211, 211, 211, 0.57);">
<img src="application/modules/icon/files/chat.png" style="width:80px;" class="morph"> <br /><strong>LNK TERKAIT</strong> </a> </div> </div>
<div class="col-md-3 col-sm-4 col-xs-6">
<div class="thumbnail" style="background-color: rgba(211, 211, 211, 0.57);"> <a href="./page/tentang/profil.php" > <img src="application/modules/icon/files/chat.png" style="width:80px;" class="morph"> <br /><strong>TENTANG</strong>
</a> </div></div></div> </div></div><div class="carousel-inner anim" role="listbox">
<div class="item active">
<div class="fill" style="
background-image:url('application/modules/gambardepan/files/coba.jpeg');">
</div>
<!-- <div class="carousel-caption hidden-xs"> <h3>Intropage4</h3> <p>intro</p> </div>-->
</div></div> </div><!-- /.carou> </div>
<! jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="themes/boostrap/welcome/js/bootstrap.min.js"></script> <script> // $("#menumantep").click(function(){ // $("#icon-test").fadeIn(); // $("#menumantep").hide(); // }); $('#menuutama').tooltip().eq(0).tooltip('show').tooltip('disable ').one('mouseout', function() { $(this).tooltip('enable'); }); setTimeout(function() {
$('#menuutama').tooltip().eq(0).tooltip('hide').tooltip('enable' ); }, 5000); function angka(e) { if (!/^[0-9]+$/.test(e.value)) { e.value = e.value.substring(0,e.value.length-1); } } </script>
<!--Start of Tawk.to Script--> <script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTag Name("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/5d0de4b953d10a56bd7b5424/default'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); function angka(e) { if (!/^[0-9]+$/.test(e.value)) { e.value = e.value.substring(0,e.value.length-1); } } </script>
<!--End of Tawk.to Script--> </body>
<!-- Mirrored from www.kemendagri.go.id/ by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 21 Jun 2019 06:56:17 GMT --> </html>
Lampiran Halaman Depan Admin
<?php include("config/koneksi.php"); ?><!DOCTYPE html> <html lang="en"> <head><title>Layanan Administrasi Perpustakaan</title> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--================================================================ ===============================-->
<link rel="icon" type="image/png" href="../images/icons/favicon.ico"/>
<!--================================================================ ===============================-->
<link rel="stylesheet" type="text/css"
href="../vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<!--================================================================ ===============================-->
<link rel="stylesheet" type="text/css"
href="../fonts/Linearicons-Free-v1.0.0/icon-font.min.css"> <!---->
<link rel="stylesheet" type="text/css" href="../vendor/animate/animate.css">
<!--================================================================ ===============================-->
<link rel="stylesheet" type="text/css" href="../vendor/css-hamburgers/hamburgers.min.css">
<!--================================================================ ===============================-->
<link rel="stylesheet" type="text/css" href="../vendor/select2/select2.min.css">
<!--================================================================ ===============================-->
<link rel="stylesheet" type="text/css" href="../css/util.css">
<link rel="stylesheet" type="text/css" href="../css/main.css"> <!--================================================================ ===============================--> <?php $acak1 = rand(6,9); $acak2 = rand(1,5); $mtk = "tambah,kali,kurang"; $mtkex = explode(",",$mtk); $nmr = rand(0,2); if ($mtkex[$nmr] == "tambah"){ $hasil = $acak1 + $acak2; $opr = "+";
} else if ($mtkex[$nmr] == "kali") { $hasil = $acak1 * $acak2;
$opr = "*";
} else if ($mtkex[$nmr] == "kurang") { $hasil = $acak1 - $acak2;
$opr = "-"; } ?> </head> <body> <div class="limiter">
<div class="container-login100" style="background-image: url('../images/perpus.jpg');">
<div class="wrap-login100 p-t-190 p-b-30"> <form class="login100-form validate-form"
action="config/cek_login.php" method="post" autocomplete="off"> <div class="login100-form-avatar"> <img src="../images/download.png" alt="AVATAR"> </div> <span class="login100-form-title p-t-20 p-b-45">
LAYANAN ADMINISTRASI PERPUSTAKAAN KABUPATEN INDRAMAYU
</span>
<div class="wrap-input100 validate-input m-b-10" data-validate = "Username is required">
<input class="input100" type="text" name="username" placeholder="Username">
<span class="focus-input100"></span> <span class="symbol-input100">
<i class="fa fa-user"></i> </span>
</div>
<div class="wrap-input100 validate-input m-b-10" data-validate = "Password is required">
<input class="input100" type="password" name="password" placeholder="Password">
<span class="symbol-input100"> <i class="fa fa-lock"></i> </span>
</div>
<div class="wrap-input100 validate-input m-b-10" data-validate = "Password is required">
<input class="input100" type="text" name="mtk" value="<?php echo $acak1 ." ". $opr ." ". $acak2; ?>" readonly="readonly" placeholder="Password">
<span class="focus-input100"></span> <span class="symbol-input100">
<i class="fa fa-barcode"></i> </span>
</div>
<div class="clearfix"></div><br>
<div class="wrap-input100 validate-input m-b-10">
<input class="input100" type="text" name="hasil" style="text-align:center;" class="form-control" placeholder="Masukkan Hasil" required />
<input class="input100" type="hidden" name="hd" value="<?php echo $hasil; ?>"
style="text-align:center;" class="form-control" />
<span class="focus-input100"></span> <span class="symbol-input100">
<i class="fa fa-ceklis"></i> </span> </div> <div class="container-login100-form-btn p-t-10"> <button class="login100-form-btn"> Login </button> </div>
<div class="text-center w-full p-t-25 p-b-210">
<a href="#" class="txt1">
Forgot Username / Password? </a> </div> </form> </div> </div> </div> <!-- <script src="../vendor/jquery/jquery-3.2.1.min.js"></script> <script src="../vendor/bootstrap/js/popper.js"></script> <script src="../vendor/bootstrap/js/bootstrap.min.js"></script> <!--================================================================ === <script src="../vendor/select2/select2.min.js"></script> <!-- <script src="../js/main.js"></script> </body> </html>