Style.css Index.php

break; case file: cType = File; break; } if enableAutoTypeSelection cType { connector += Type= + cType; } window.openconnector, tinymcpuk, modal,width=600,height=400; } scriptlink href=style.css rel=stylesheet type=textcss head body div id=header div id=menu ul lia href=?module=home187; Homeali ?php include menu.php; ? lia href=logout.php187; Logoutali ul pnbsp;p div div id=content ?php include content.php; ? div div id=footer Copyright copy; 2014 by Swyzhi Winingrum. All rights reserved.div div bodyhtml ?php } ?

15. Style.css

body{ background-color: rgb152, 240, 219; font-family: Tahoma; text-align: center; } header { position: relative; background color: pink no-repeat; margin-right: auto; margin-left: auto; width: 930px; border: 2px solid 265180; padding-top: 70px; text-align: left; } content { margin-left: 230px; padding: 20px 10px 0 0; } content p { font-size: 75; line-height: 1.8em; padding-left: 2em; } Universitas Sumatera Utara menu { position: relative; float: left; top: 37px; left: 0; width: 180px; } menu ul { list-style: none; margin: 0; padding: 0; border: none; } menu li { width: 180px; border-bottom: 1px solid 969BA5; margin: 0; padding: 0; font-size: 80; vertical-align: bottom; } menu a:link, menu a:visited { display: block; padding: 5px 5px 5px 0.5em; border-left: 12px solid 265180; border-right: 1px solid 265180; background-color: CAD6EC; color: 265180; text-decoration: none; } menu a:hover { background-color: rgb152, 240, 219; color: FFFFFF; } a:link,a:visited { color:265180; } a:hover { color: FF6600; text-decoration:none; } h2 { font: normal 120 Georgia; color: 265180; background-color: transparent; border-bottom: 1px dotted 265180; } table { font-family: Tahoma; font-size: 8pt; border-width: 1px; border-style: solid; border-color: 999999; border-collapse: collapse; margin: 10px 0px; } th{ color: FFFFFF; font-size: 7pt; Universitas Sumatera Utara text-transform: uppercase; text-align: center; padding: 0.5em; border-width: 1px; border-style: solid; border-color: 969BA5; border-collapse: collapse; background-color: 265180; } td{ padding: 0.5em; vertical-align: top; border-width: 1px; border-style: solid; border-color: 969BA5; border-collapse: collapse; } input,textarea,select{ font-family: Tahoma; font-size: 8pt; } paging{ font-family: Tahoma; font-size: 8pt; } footer{ clear :both; padding: 20px 0 10px 255px; font-size: 70; color: FFFFFF; background-color: 265180; }

16. Index.php

html head titleAdministrator Toko Vcdtitle script language=javascript function validasiform{ if form.username.value == { alertAnda belum mengisikan Username.; form.username.focus; return false; } if form.password.value == { alertAnda belum mengisikan Password.; form.password.focus; return false; } return true;} scriptlink href=style.css rel=stylesheet type=textcss head Universitas Sumatera Utara body OnLoad=document.login.username.focus; div id=header div id=content h2Loginh2 img src=imageslogin-welcome.gif width=97 height=105 hspace=10 align=left form name=login action=cek_login.php method=POST onSubmit=return validasithis table trtdUsernametdtd : input type=text name=usernametdtr trtdPasswordtdtd : input type=password name=passwordtdtr trtd colspan=2input type=submit value=Logintdtr table form pnbsp;pdiv div id=footer Copyright copy; 2009 by Swyzhi Winingrum.All rights reserved. div div bodyhtml

17. Content.php