File: /home/pengthai/domains/pengthaicurry.com/public_html/admin/index.php
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?php
include("include/connect.php");
include("include/title.php");
?>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.css"/>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css"/>
<link rel="stylesheet" type="text/css" href="css/component.css"/>
<script type="text/javascript" src="js/jquery-1.8.3.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
</head>
<body class="page-login">
<div class="col-xs-offset-0 col-sm-offset-2 col-md-offset-3 col-lg-offset-4 col-xs-12 col-sm-8 col-md-6 col-lg-4 text-center">
<div class="page-login-logo">
<img src="<?=$server_name?>/images/logo.png"/>
<span class="font18 orange" lang="en">baan</span><span class="font18 white" lang="en">website</span>
</div>
<form method="POST" name="form_authen" action="include/admin_check.php">
<div class="form-login">
<ul>
<li><span class="font16 grey" lang="en">Login Admin</span></li>
<li><div class="h20"></div></li>
<li class="text-left"><span class="font10 grey" lang="en">Username</span></li>
<li><input type="text" name="username"/></li>
<li class="text-left"><span class="font10 grey" lang="en">Password</span></li>
<li><input type="password" name="password"/></li>
<li><div class="h20"></div></li>
<li class="text-left"><button class="bt-login">Login</button> </li>
</ul>
<div class="contact"><a href="http://www.baanwebsite.com" target="_blank">ติดต่อบ้านเว็บไซต์</a></div>
</div>
</form>
<span class="grey">Copyright 2015 © Powered by </span><a href="http://www.baanwebsite.com" target="_blank" class="orange">baanwebsite</a>
</div>
</body>
</html>