Sistem pendaftaran siswa baru di SMA N 1 GIRSIP BOLON Mengunakan php dan mysql

SURAT KETERANGAN
Hasil Uji Program Tugas Akhir

Yang bertanda tangan dibawah ini, menerangkan bahwa Mahasiswa Tugas Akhir
Program Diploma 3 Teknik Informatika:

Nama

: Buha Aprio Sinaga

NIM

: 132406107

Prog. Studi

: Diploma (D3) Teknik Informatika

Judul Tugas Akhir

: SISTEM PENDAFTARAN SISWA BARU DI SMA N 1

GIRSIP BOLON MENGGUNAKAN PHP DAN MYSQL.

Telah melaksanakan test program Tugas Akhir Mahasiswa tersebut di atas pada
tanggal……………………….

Dengan Hasil :

Sukses / Gagal

Demikian diterangkan untuk digunakan melengkapi syarat pendaftaran Ujian
Meja Hijau Tugas Akhir Mahasiswa bersangkutan di Departemen Matematika
FMIPA USU Medan.

Medan, July 2016
Dosen Pembimbing

Drs. Agus Salim Harahap M.Si
NIP. 19540828 198103 1 004

Universitas Sumatera Utara


KARTU BIMBINGAN TUGAS AKHIR MAHASISWA

Nama Mahasiswa

: BUHA APRIO SINAGA

Nomor Stambuk

: 132406107

Judul Tugas Akhir

: SISTEM PENDAFTARAN SISWA BARU DI
SMA N 1 GIRSIP BOLON MENGGUNAKAN
PHP DAN MYSQL

Dosen Pembimbing

: Drs.Marihat Situmorang,M.Kom


Tanggal Mulai Bimbingan

:

Tanggal Selesai Bimbingan :

No.

Tanggal

Pembahasan pada

Paraf Dosen

Asisten

Asistensi Mengenai, pada

Pembimbing


Bimbingan

Bab :

Keterangan

1.
2.
3.
4.
5.
6.



Kartu ini harap dikembalikan ke Departemen Matematika bila bimbingan telah selesai.

Diketahui,


Disetujui,

KetuaProg.Studi D3Teknik Informatika,

DosenPembimbing,

Dr. EllyRosmaini,M.Si.

Drs.Marihat Situmorang,M.Kom

NIP 196005201985032002

NIP. 196 312 141 989 031 001

Universitas Sumatera Utara

LAMPIRAN

Listing Program
Koneksi.php



Index.php




SMAN 1 Girsang Sipanganbolon



















Universitas Sumatera Utara









ddsmoothmenu.init({
mainmenuid: "templatemo_flicker", //menu DIV id
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu', //class added to menu's outer DIV

//customtheme: ["#1c5a80", "#18374a"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})




















Beranda
Tentang
Kami
Galeri

Universitas Sumatera Utara

Daftar

Guru













































class="col-xs-6

class="container">
templatemo_col12">
SIPANGANBOLON
Kecamatan Grsang

col-sm-6

col-md-4
Galeri






Universitas Sumatera Utara




Kontak Kami

Jl. Pendidikan No.
59 Parapat


696-969-6969


smaparapat@gmail.com











Copyright © 2016
Buha Aprio Sinaga












$.fn.cycle.defaults.autoSelector
=
'.slideshow';

$(function(){
var default_view = 'grid';
if($.cookie('view') !== 'undefined'){
$.cookie('view', default_view, { expires: 7, path:
'/' });
}
function get_grid(){
$('.list').removeClass('list-active');
$('.grid').addClass('grid-active');
$('.prod-cnt').animate({opacity:0},function(){
$('.prod-cnt').removeClass('dbox-list');

Universitas Sumatera Utara

$('.prod-cnt').addClass('dbox');
$('.prod-cnt').stop().animate({opacity:1});
});
}
function get_list(){
$('.grid').removeClass('grid-active');
$('.list').addClass('list-active');
$('.prod-cnt').animate({opacity:0},function(){
$('.prod-cnt').removeClass('dbox');
$('.prod-cnt').addClass('dbox-list');
$('.prod-cnt').stop().animate({opacity:1});
});
}
if($.cookie('view') == 'list'){
$('.grid').removeClass('grid-active');
$('.list').addClass('list-active');
$('.prod-cnt').animate({opacity:0});
$('.prod-cnt').removeClass('dbox');
$('.prod-cnt').addClass('dbox-list');
$('.prod-cnt').stop().animate({opacity:1});
}
if($.cookie('view') == 'grid'){
$('.list').removeClass('list-active');
$('.grid').addClass('grid-active');
$('.prod-cnt').animate({opacity:0});
$('.prod-cnt').removeClass('dboxlist');
$('.prod-cnt').addClass('dbox');
$('.prod-cnt').stop().animate({opacity:1});
}
$('#list').click(function(){
$.cookie('view', 'list');
get_list()
});
$('#grid').click(function(){
$.cookie('view', 'grid');
get_grid();
});
/* filter */
$('.menuSwitch ul li').click(function(){
var CategoryID = $(this).attr('category');
$('.menuSwitch ul li').removeClass('cat-active');
$(this).addClass('cat-active');
$('.prod-cnt').each(function(){
if(($(this).hasClass(CategoryID)) == false){
$(this).css({'display':'none'});
};
});
$('.'+CategoryID).fadeIn();
});
});



Universitas Sumatera Utara


$(window).load(function() {
$('#slider').nivoSlider({
prevText: '',
nextText: '',
controlNav: false,
});
});


$(document).ready(function(){
// hide #back-top first
$("#back-top").hide();
// fade in #back-top
$(function () {
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
$('#back-top').fadeIn();
} else {
$('#back-top').fadeOut();
}
});
// scroll body to 0px on click
$('#back-top a').click(function () {
$('body,html').animate({
scrollTop: 0
}, 800);
return false;
});
});
});






$(function() {
$('a[href*=#]:not([href=#])').click(function() {

Universitas Sumatera Utara

if
(location.pathname.replace(/^\//,'')
==
this.pathname.replace(/^\//,'')
&&
location.hostname
==
this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' +
this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});



//initiating jQuery
jQuery(function($) {
$(document).ready( function() {
//enabling stickUp on the '.navbar-wrapper' class
$('.mWrapper').stickUp();
});
});


$('a.menu').click(function(){
$('a.menu').removeClass("active");
$(this).addClass("active");
});


// Cache selectors




Galeri.php




SMAN 1 Girsang Sipanganbolon






Universitas Sumatera Utara

/css" href="assets/css/ddsmoothmenu.css" />



.hide-bullets {
list-style:none;
margin-left: -40px;
margin-top:20px;
}
.thumbnail {
padding: 0;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
width: 100%;
}

ddsmoothmenu.init({
mainmenuid: "templatemo_flicker", //menu DIV id
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu', //class added to menu's outer DIV
//customtheme: ["#1c5a80", "#18374a"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})


















Beranda
Tentang
Kami
Galeri
Daftar
Guru



Universitas Sumatera Utara

























×
Heading



Universitas Sumatera Utara









Kontak Kami

Jl. Pendidikan No.
59 Parapat


696-969-6969


smaparapat@gmail.com











Copyright © 2016
Buha Aprio Sinaga





Universitas Sumatera Utara









$.fn.cycle.defaults.autoSelector
=
'.slideshow';

$(document).ready(function() {
$('.thumbnail').click(function(){
$('.modal-body').empty();
var title = $(this).parent('a').attr("title");
$('.modal-title').html(title);
$($(this).parents('div').html()).appendTo('.modal-body');
$('#myModal').modal({show:true});
});
});
$(function(){
var default_view = 'grid';
if($.cookie('view') !== 'undefined'){
$.cookie('view', default_view, { expires: 7, path:
'/' });
}
function get_grid(){
$('.list').removeClass('list-active');
$('.grid').addClass('grid-active');
$('.prod-cnt').animate({opacity:0},function(){
$('.prod-cnt').removeClass('dbox-list');
$('.prod-cnt').addClass('dbox');
$('.prod-cnt').stop().animate({opacity:1});
});
}
function get_list(){
$('.grid').removeClass('grid-active');
$('.list').addClass('list-active');
$('.prod-cnt').animate({opacity:0},function(){
$('.prod-cnt').removeClass('dbox');
$('.prod-cnt').addClass('dbox-list');
$('.prod-cnt').stop().animate({opacity:1});
});
}
if($.cookie('view') == 'list'){
$('.grid').removeClass('grid-active');
$('.list').addClass('list-active');
$('.prod-cnt').animate({opacity:0});
$('.prod-cnt').removeClass('dbox');
$('.prod-cnt').addClass('dbox-list');
$('.prod-cnt').stop().animate({opacity:1});
}
if($.cookie('view') == 'grid'){
$('.list').removeClass('list-active');
$('.grid').addClass('grid-active');

Universitas Sumatera Utara

$('.prod-cnt').animate({opacity:0});
$('.prod-cnt').removeClass('dboxlist');
$('.prod-cnt').addClass('dbox');
$('.prod-cnt').stop().animate({opacity:1});
}
$('#list').click(function(){
$.cookie('view', 'list');
get_list()
});
$('#grid').click(function(){
$.cookie('view', 'grid');
get_grid();
});
/* filter */
$('.menuSwitch ul li').click(function(){
var CategoryID = $(this).attr('category');
$('.menuSwitch ul li').removeClass('cat-active');
$(this).addClass('cat-active');
$('.prod-cnt').each(function(){
if(($(this).hasClass(CategoryID)) == false){
$(this).css({'display':'none'});
};
});
$('.'+CategoryID).fadeIn();
});
});



$(window).load(function() {
$('#slider').nivoSlider({
prevText: '',
nextText: '',
controlNav: false,
});
});


$(document).ready(function(){
// hide #back-top first
$("#back-top").hide();
// fade in #back-top
$(function () {
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
$('#back-top').fadeIn();
} else {
$('#back-top').fadeOut();
}
});

Universitas Sumatera Utara

// scroll body to 0px on click
$('#back-top a').click(function () {
$('body,html').animate({
scrollTop: 0
}, 800);
return false;
});
});
});






$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if
(location.pathname.replace(/^\//,'')
==
this.pathname.replace(/^\//,'')
&&
location.hostname
==
this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' +
this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});



//initiating jQuery
jQuery(function($) {
$(document).ready( function() {
//enabling stickUp on the '.navbar-wrapper' class
$('.mWrapper').stickUp();
});
});


Universitas Sumatera Utara


$('a.menu').click(function(){
$('a.menu').removeClass("active");
$(this).addClass("active");
});


// Cache selectors
var lastId,
topMenu = $("#top-menu"),
topMenuHeight = topMenu.outerHeight()+15,
// All list items
menuItems = topMenu.find("a"),
// Anchors corresponding to menu items
scrollItems = menuItems.map(function(){
var item = $($(this).attr("href"));
if (item.length) { return item; }
});
// Bind click handler to menu items
// so we can get a fancy scroll animation
menuItems.click(function(e){
var href = $(this).attr("href"),
offsetTop = href === "#" ? 0 :
topMenuHeight+1;
$('html, body').stop().animate({
scrollTop: offsetTop
}, 300);
e.preventDefault();
});

$(href).offset().top-

// Bind to scroll
$(window).scroll(function(){
// Get container scroll position
var fromTop = $(this).scrollTop()+topMenuHeight;
// Get id of current scroll item
var cur = scrollItems.map(function(){
if ($(this).offset().top < fromTop)
return this;
});
// Get the id of the current element
cur = cur[cur.length-1];
var id = cur && cur.length ? cur[0].id : "";
if (lastId !== id) {
lastId = id;
// Set/remove active class
menuItems
.parent().removeClass("active")
.end().filter("[href=#"+id+"]").parent().addClass("active");
}
});
$(document).ready(function(){
loadGallery(true, 'a.thumbnail');

Universitas Sumatera Utara

//This function disables buttons when needed
function disableButtons(counter_max, counter_current){
$('#show-previous-image, #show-next-image').show();
if(counter_max == counter_current){
$('#show-next-image').hide();
} else if (counter_current == 1){
$('#show-previous-image').hide();
}
}
/**
*
* @param setIDs
Sets IDs when DOM is loaded. If using
a PHP counter, set to false.
* @param setClickAttr
Sets the attribute for the click
handler.
*/




Form.php




SMAN 1 Girsang Sipanganbolon















Universitas Sumatera Utara















ddsmoothmenu.init({
mainmenuid: "templatemo_flicker", //menu DIV id
orientation: 'h', //Horizontal or vertical menu: Set to "h"
or "v"
classname: 'ddsmoothmenu', //class added to menu's outer DIV

Universitas Sumatera Utara

//customtheme: ["#1c5a80", "#18374a"],
contentsource: "markup" //"markup" or ["container_id",
"path_to_menu_file"]
})


















Beranda
Tentang
Kami
Galeri
Daftar
Guru













Form Pendaftaran Siswa Baru


Universitas Sumatera Utara








Nama






Jenis
Kelamin


Pilih
laki-laki
perempuan





NISN






Nomor seri
Ijazah SMP





Universitas Sumatera Utara


Nomor seri
Ijazah SKHUN





Nomor Ujian
Nasional SMP/MTs





Jumlah Nilai
UN





Nomor Induk
Kependudukan (NIK)





Tempat,
tanggal lahir






Agama


Pilih
Islam
Kristen Protestan

Universitas Sumatera Utara

Konghucu



Berkebutuhan
Khusus






Alamat tempat
tinggal






- Dusun



- Kelurahan/Desa



- Kecamatan



- Kabupaten/Kota


Universitas Sumatera Utara



- Provinsi





Alat
transportasi ke sekolah





Jenis
Tingal





No Telepon
Rumah





Email
Pribadi





No Ujian
Nasional SMP/MTs



Universitas Sumatera Utara




No. KPS (Jika
Ada)







Nama
Ayah





Berkebutuhan
Khusus




Pekerjaan




Pendidikan




Penghasilan
Bulanan


Universitas Sumatera Utara





Nama
Ibu





Berkebutuhan
Khusus




Pekerjaan




Pendidikan




Penghasilan
Bulanan





Nama
Wali



Universitas Sumatera Utara




Berkebutuhan
Khusus




Pekerjaan




Pendidikan




Penghasilan
Bulanan





Tinggi
Badan





Berat
Badan





Universitas Sumatera Utara


Jarak tempat
tinggal ke sekolah





Jumlah Saudara
Kandung





Foto
SKHUN









Cetak Kartu Ujian











SMAN 1 GIRSANG SIPANGANBOLON

Universitas Sumatera Utara

Jl. Pendidikan No. 59 Parapat Kecamatan Grsang
Sipangabnolon Kabupaten Simalungun


Galeri








Kontak Kami

Jl. Pendidikan No.
59 Parapat


696-969-6969


smaparapat@gmail.com






Universitas Sumatera Utara







Copyright © 2016 Buha Aprio Sinaga










100) {
$('#back-top').fadeIn();
} else {

Universitas Sumatera Utara

$('#back-top').fadeOut();
}
});
// scroll body to 0px on click
$('#back-top a').click(function () {
$('body,html').animate({
scrollTop: 0
}, 800);
return false;
});
});
});







$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//,'') ==
this.pathname.replace(/^\//,'') && location.hostname ==
this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' +
this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});

Universitas Sumatera Utara

});



//initiating jQuery
jQuery(function($) {
$(document).ready( function() {
//enabling stickUp on the '.navbar-wrapper' class
$('.mWrapper').stickUp();
});
});


$('a.menu').click(function(){
$('a.menu').removeClass("active");
$(this).addClass("active");
});


// Cache selectors
var lastId,
topMenu = $("#top-menu"),
topMenuHeight = topMenu.outerHeight()+15,
// All list items
menuItems = topMenu.find("a"),
// Anchors corresponding to menu items
scrollItems = menuItems.map(function(){
var item = $($(this).attr("href"));
if (item.length) { return item; }
});
// Bind click handler to menu items
// so we can get a fancy scroll animation
menuItems.click(function(e){
var href = $(this).attr("href"),
offsetTop = href === "#" ? 0 : $(href).offset().toptopMenuHeight+1;
$('html, body').stop().animate({
scrollTop: offsetTop
}, 300);
e.preventDefault();
});
// Bind to scroll
$(window).scroll(function(){
// Get container scroll position
var fromTop = $(this).scrollTop()+topMenuHeight;
// Get id of current scroll item

Universitas Sumatera Utara

var cur = scrollItems.map(function(){
if ($(this).offset().top < fromTop)
return this;




Daftar guru.php




SMAN 1 Girsang Sipanganbolon











Beranda
Tentang
Kami
Galeri
Daftar
Guru












Universitas Sumatera Utara




Daftar Guru / Pegawai




Nama
NIP
Pangkat/GOL
Keterangan




Nama
NIP
Pangkat/GOL
Keterangan














Universitas Sumatera Utara






Hubungi Kami

















Kirim Pesan


















Universitas Sumatera Utara






SMAN 1 GIRSANG SIPANGANBOLON
Jl. Pendidikan No. 59 Parapat Kecamatan Grsang
Sipangabnolon Kabupaten Simalungun


Galeri








Kontak Kami

Jl. Pendidikan No.
59 Parapat


696-969-6969

Universitas Sumatera Utara



smaparapat@gmail.com











Copyright © 2016 Buha Aprio Sinaga









About.php