<? ob_start(); session_start(); include("include/connect.php"); if($_SESSION['admin'] != "admin"){ ?> <form action="log_admin.php" method="post" name="myform"> password : <input name="txtpass" id="txtpass" type="password" /> <input value="login" name="bt" type="submit" /> </form> <? exit(); } ?> <!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=windows-874" /> <title>เมืองนนท์อพาร์ทเม้นท์</title> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <table width="900" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center"><? require_once("banner.inc.php"); ?></td> </tr> <tr> <td align="center"><? require_once("menu_admin.inc.php"); ?></td> </tr> <tr> <td align="center"><br> <br /> <br /> <table width="850" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="123" align="center" bgcolor="#66FF00">หมายเลขห้อง</td> <td width="88" align="center" bgcolor="#66FF00">ตู้เสื้อผ้า</td> <td width="77" align="center" bgcolor="#66FF00">พัดลม</td> <td width="46" align="center" bgcolor="#66FF00">แอร์</td> <td width="71" align="center" bgcolor="#66FF00">เตียง</td> <td width="120" align="center" bgcolor="#66FF00">โค๊ะเครื่องแป้ง</td> <td width="64" align="center" bgcolor="#66FF00">ตู้เย็น</td> <td width="122" align="center" bgcolor="#66FF00">เครื่องทำน้ำอุ่น</td> <td width="56" align="center" bgcolor="#66FF00">ทีวี</td> <td width="83" align="center" bgcolor="#66FF00">สถานะ</td> <td width="83" align="center" bgcolor="#66FF00">ลบ</td> </tr> <? $sql = "SELECT * FROM room ORDER BY doc_id ASC"; $result = mysql_query($sql); $row = mysql_fetch_array($result); do{ ?> <tr> <td align="center"><? echo $row['doc_id']; ?> </td> <td align="center"> <? if($row['z1'] == "yes"){ ?> <img src="image/true_i.png" width="24" height="19" /><? }else{?> <img src="image/false_i.png" width="20" height="19" /> <? }?> </td> <td align="center"><? if($row['z2'] == "yes"){ ?> <img src="image/true_i.png" width="24" height="19" /> <? }else{?> <img src="image/false_i.png" width="20" height="19" /> <? }?> </td> <td align="center"><? if($row['z3'] == "yes"){ ?> <img src="image/true_i.png" width="24" height="19" /> <? }else{?> <img src="image/false_i.png" width="20" height="19" /> <? }?> </td> <td align="center"><? if($row['z4'] == "yes"){ ?> <img src="image/true_i.png" width="24" height="19" /> <? }else{?> <img src="image/false_i.png" width="20" height="19" /> <? }?> </td> <td align="center"><? if($row['z5'] == "yes"){ ?> <img src="image/true_i.png" width="24" height="19" /> <? }else{?> <img src="image/false_i.png" width="20" height="19" /> <? }?> </td> <td align="center"><? if($row['z6'] == "yes"){ ?> <img src="image/true_i.png" width="24" height="19" /> <? }else{?> <img src="image/false_i.png" width="20" height="19" /> <? }?> </td> <td align="center"><? if($row['z7'] == "yes"){ ?> <img src="image/true_i.png" width="24" height="19" /> <? }else{?> <img src="image/false_i.png" width="20" height="19" /> <? }?> </td> <td align="center"><? if($row['z8'] == "yes"){ ?> <img src="image/true_i.png" width="24" height="19" /> <? }else{?> <img src="image/false_i.png" width="20" height="19" /> <? }?> </td> <td align="center"> <? if($row['status'] == "no"){ ?> <a href="checkin.php?doc_id=<? echo $row['doc_id']; ?>"><? echo "ว่าง"; ?></a><? }else{ echo "ไม่ว่าง"; } ?> </td> </tr> <? }while($row = mysql_fetch_array($result)); ?> </table> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p></td> </tr> <tr> <td align="center"><? require_once("footer.inc.php"); ?></td> </tr> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง