<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=tis-620"> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"/> <title>Main Manager : [ การจัดการเมนู ]</title> <script src="script/selectall.js"></script> <script type="text/javascript" src="main_js/stmenu.js"></script> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> </head> <body> <style type="text/css"> body,td,th { font-family: arial; font-size: 13px; } </style> <?php include("../../setting.php"); $connect = mysql_connect($hostname,$hostuser,$password); if(!$connect){ echo "ไม่สามารถติดต่อฐานข้อมูลได้"; exit(); } mysql_select_db("$dbname"); mysql_query('SET CHARACTER SET UTF8'); $number = 0; // list order $sql = "SELECT * FROM menu ORDER BY menu_id,menu_order"; //order by menu order $result=mysql_query($sql); ?> <center> <form id="form" name="form" method="post" action="deletemenu.php"> <input TYPE="hidden" VALUE="member" NAME="PageType"> <fieldset> <table width="80%" border="1" cellpadding="2" cellspacing="0"> <tr> <th bgcolor="#EEEEEE" scope="col"><font id="mg_table_head">#</font></th> <th bgcolor="#EEEEEE" scope="col" width="5%"><label><input type="checkbox" name="B_choose2" id="B_choose2" onClick="handler_member();"></label></th> <th bgcolor="#EEEEEE" scope="col" width="20%"><font>tittle</font></th> <th bgcolor="#EEEEEE" scope="col" width="30%"><font>URL</font></th> <th bgcolor="#EEEEEE" scope="col width="5%"><font>access level</font></th> <? //ทำประมานว่าถ้าสมาชิก ก็อินคู้ดไฟเช็ค เซสชัน member กับ admin admin ทำทุกอย่างที่ member ทำได้?> <th bgcolor="#EEEEEE" scope="col"><font>Order</font></th> <th bgcolor="#EEEEEE" scope="col"><font>Publish</font></th> <th bgcolor="#EEEEEE" scope="col"><font>edit</font></th> </tr> <? while ($dbarr=mysql_fetch_array($result,MYSQL_ASSOC)){ ?> <tr id="row<?=$dbarr["menu_id"] ?>"> <? $number++; ?> <td><div align="center"><font id="mg_table_body"><?=$number?></font></div></td> <td align="center"> <label> <div > <input type="checkbox" name="menu_id[]" id="menu_id[]" value="<?=$dbarr["menu_id"] ?>" /> </div> </label> </td> <td align="left"><font><? echo $dbarr["menu_tittle"]; ?></font></td> <td align="left"><font color="#0066FF"><? echo $dbarr["menu_url"]; ?></font></td> <td align="center"><font><? echo $dbarr["access_level"]; ?></font></td> <td align="center"><font><? echo $dbarr["menu_order"]; ?></font></td> <td align="center"><font><? echo $dbarr["publish"]; ?></font></td> <td align="center"><a href="editmenu.php? theam_id=<?=$theam_id;?>">edit</a></td> </tr> <? }?> </table> </fieldset> <input type="image" name="button3" id="button3" src="editpic/del.png" /> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง