LAMPIRAN : LISTING PROGRAM
1. Index.php:
?php session_start; ?DOCTYPE html PUBLIC -W3CDTD XHTML 1.0 TransitionalEN
http:www.w3.orgTRxhtml1DTDxhtml1-transitional.dtd html xmlns=http:www.w3.org1999xhtml
head meta http-equiv=Content-Type content=texthtml; charset=utf-
8 titleLatihan Psikometrititle
meta name=keywords content=glossy box, web design, colorful background, free templates, website templates, CSS, HTML
meta name=description content=Glossy Box | free website template with a colorful background
link href=templatemo_style.css rel=stylesheet type=textcss
link href=cssjquery.ennui.contentslider.css rel=stylesheet type=textcss media=screen,projection
head body
div id=templatemo_wrapper_outer
div id=templatemo_wrapper ?php include header.php; ?
div id=templatemo_slider_wrapper ?php include slider.php; ?
div-- End cs_wrapper -- div-- End contentslider --
-- Site JavaScript -- script type=textjavascript src=jsjquery-
1.3.1.min.jsscript
Universitas Sumatera Utara
script type=textjavascript src=jsjquery.easing.1.3.jsscript
script type=textjavascript src=jsjquery.ennui.contentslider.jsscript
script type=textjavascript function {
one.ContentSlider{ width : 940px,
height : 240px, speed : 400,
easing : easeOutSine };
}; script
script src=jsjquery.chili-2.2.js type=textjavascriptscript
script src=jschilirecipes.js type=textjavascriptscript
div class=cleanerdiv div
div div id=templatemo_content_wrapper
?php p=_REQUEST[p]; ifp
{ include p;
} else
{ include content.php;
} ?
Universitas Sumatera Utara
div id=templatemo_content_wrapper_bottmdiv div id=templatemo_footer
Copyright © 2013 a href=Latihan Psikometria | by Febrina a
div div -- end of wrapper --
div -- end of wrapper_outer -- body
html
2.
User2.php:
DOCTYPE html PUBLIC -W3CDTD XHTML 1.0 TransitionalEN http:www.w3.orgTRxhtml1DTDxhtml1-transitional.dtd
html xmlns=http:www.w3.org1999xhtml head
meta http-equiv=Content-Type content=texthtml; charset=utf- 8
titleLatihan Psikometrititle meta name=keywords content=glossy box, web design, colorful
background, free templates, website templates, CSS, HTML meta name=description content=Glossy Box | free website
template with a colorful background link href=templatemo_style.css rel=stylesheet
type=textcss link href=cssjquery.ennui.contentslider.css rel=stylesheet
type=textcss media=screen,projection head
Universitas Sumatera Utara
body div id=templatemo_wrapper_outer
div id=templatemo_wrapper ?php include header.php; ?
div id=templatemo_slider_wrapper
?php include slider.php; ? div-- End cs_wrapper --
div-- End contentslider -- -- Site JavaScript --
script type=textjavascript src=jsjquery- 1.3.1.min.jsscript
script type=textjavascript src=jsjquery.easing.1.3.jsscript
script type=textjavascript src=jsjquery.ennui.contentslider.jsscript
script type=textjavascript function {
one.ContentSlider{ width : 940px,
height : 240px, speed : 400,
easing : easeOutSine };
}; script
script src=jsjquery.chili-2.2.js type=textjavascriptscript
script src=jschilirecipes.js type=textjavascriptscript
Universitas Sumatera Utara
div class=cleanerdiv div
div div id=templatemo_content_wrapper
div id=content div class=col_w560
form action=cek.php method=post table border=0 cellspacing=0 cellpadding=10
tr
tdh2Usernameh2td tdh2:h2td
tdh2input type=text name=username1h2td tr
tr tdh2Passwordh2td
tdh2:h2td tdh2input type=password name=password1h2td
tr table
input type=submit value=masuk form
div div class=col_w280
div div class=cleanerdiv
Universitas Sumatera Utara
div div class=cleanerdiv
div div id=templatemo_content_wrapper_bottmdiv
div id=templatemo_footer Copyright © 2013 | by Febrina
div
div -- end of wrapper -- div -- end of wrapper_outer --
body html
3. Cek.php :