<?php include 'class.db.php'; include 'config.php'; $db = new db; $db->connectdb($host, $user, $pass, $database); $query = $db->query("SELECT MST_HOTEL_ID,MST_HOTEL_NAME from mst_hotel_profile"); while($data = $db->fetch_array($query)): $hotelNameList .= '<option value="'.$data['MST_HOTEL_ID'].'" style="width:170px;">'.$data['MST_HOTEL_NAME'].'</option>'; endwhile; $status = $_GET['status']; $id = $_GET['id']; ?> <!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>Info windows</title> <link rel="stylesheet" href="css/global.css" /> <script type="text/javascript" > var checkclick = document.getElementById("check_click").value; </script> </head> <body> <form name="form1" method="post" action="hotel_location.php?status=<?=$_GET['status']?>&id=<?=$_GET['id'] ?>" enctype="multipart/form-data" > <input type="hidden" id="check_click" name="check_click" value="" /> <? if($status=='insert'){//Satatus = Insert ?> <div class="infowindows_body_left"> <div style="height:25px;">Hotel name :</div> <div style="height:55px;">Hotel desc :</div> <div style="height:25px;">Hotel image :</div> <div style="height:25px;">Hotel image pin :</div> </div> <div class="infowindows_body_right"> <div style="height:25px;"> <select name="hotelName" id="hotelName" style="width:170px;"> <option value="" style="width:170px;">Select hotel name</option> <?=$hotelNameList ?> </select> </div> <div style="height:60px;"><textarea name="desc" id="desc" class="widthCtrl" style="height:50px;"></textarea></div> <div style="height:25px;"><input type="file" name="imageHotel" class="widthCtrl"/></div> <div style="height:25px;"><input type="file" name="imageHotelPin" class="widthCtrl" /></div> <div> <input type="submit" name="s_save" id="s_save" value="Save" onclick="document.getElementById('check_click').value='s_save'" /> <input type="submit" name="s_remove" id="s_remove" value="Remove" onclick="document.getElementById('check_click').value='s_remove'" /> <input type="button" onclick="map.closeInfoWindow()" value="Close"/> </div> </div> <? }else{//Status = Update ?> <div class="infowindows_body_left"> <div style="height:25px;">Hotel name :</div> <div style="height:55px;">Hotel desc :</div> <div style="height:25px;">Hotel image :</div> <div style="height:25px;">Hotel image pin :</div> </div> <div class="infowindows_body_right"> <div style="height:25px;"> <select name="hotelName" id="hotelName" style="width:170px;"> <option value="" style="width:170px;">Select hotel name</option> <?=$hotelNameList ?> </select> </div> <div style="height:60px;"><textarea name="desc" id="desc" class="widthCtrl" style="height:50px;"></textarea></div> <div style="height:25px;"><input type="file" name="imageHotel" class="widthCtrl"/></div> <div style="height:25px;"><input type="file" name="imageHotelPin" class="widthCtrl" /></div> <div> <input type="submit" name="u_update" id="u_update" value="Update" onclick="document.getElementById('check_click').value='u_update'" /> <input type="submit" name="u_remove" id="u_remove" value="Remove" onclick="document.getElementById('check_click').value='u_remove'" /> <input type="button" onclick="map.closeInfoWindow()" value="Close"/> </div> </div> <? } ?> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง