<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Admin Shee</title> </head> <body> <img src="pic/ENG RU_003.jpg" width="100%" /> <br/><br/><br/><br/><br/><br/> <div align="center"> <table border="1" height="200" width="400" cellspacing="0" cellpadding="0" > <tr> <td align="center"> <form method="POST" action="cklogin.php" > <table border="0" > <tr> <td> </td> <td> ชื่อผู้ใช้ : <br><br> รหัสผ่าน : </td> <td> <input type="text" id="user" name="user" required/> <br><br> <input type="password" name="pass" id="pass" size="20" required /> </td> </tr> </table> <br> <button type="submit" style="background:#8b0000"><font color="#FFFFFF" size="4">เข้าระบบ</font></button> <br> </form> </td> </tr> </table> </div> </body> </html>