<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script type="text/javascript" src="jQueryui/jQuery.js"></script> <script type="text/javascript" src="jQueryui/jQuery-ui.js"></script> </head> <body> <?php include('config.php');?> <form action="Report.php" method="post" name="adminForm" id="adminForm"> <table width="105%" height="32" border="0" cellpadding="0" cellspacing="0"> <tr style="font-family:Arial, Helvetica, sans-serif;font-style:normal;font-weight:normal; font-size:13px;color:black"> <td width="224" align="left">Search Room : <input type="text" name="room_search" id="room_search" style="background: #F5DA81;width:100px;" value="<? echo $room_search = $_GET['room_search']; ?>" onchange="document.adminForm.submit();" /> </a></td> <td width="45" align="right" class="key"> <span class="ff2">Date : </span></td> <td width="183"> <input type="text" id = "date" name="date_start" size="20" style="width:150px;" value=" <? echo $date_start = $_GET['date_start']; ?>" /> </td> <td width="91" align="right" class="ff2"> Until Date :: </td> <td width="179" align="left" class="ff2"> <input type="text" id = "date" name="date_stop" size="20" style="width:150px;" value=" <? echo $date_start = $_GET['date_stop']; ?>" /> </td> <td width="275" align="right" class="ff2"> Customer <input type="text" id = "customer_search" name="customer_search" size="20" style="width:150px;" value=" <? echo $_POST['customer_search']; ?>" onchange="document.adminForm.submit();" /> </td> <td width="146"><? echo $customer_search = $_GET['customer_search']; ?></td> td width="270" align="left"> <select name="billing_search" id="billing_search" class="inputbox" size="1" > <option value=" <? echo $billing_search = $_GET['$billing_search ']; ?>"> <? echo $billing_search = $_GET['$billing_search ']; ?></option> <option value="Reservation" >Reservation</option> <option value="Servicing" >Servicing</option> <option value="Done" >Done</option> <option value="canceled" >canceled</option> </select></td> </tr> </table> </form> </body> <script type="text/javascript" src="jQueryui/jQuery.js"></script> <script type="text/javascript" src="jQueryui/jQuery-ui.js"></script> <script type="text/javascript"> document.getElementById("customer_search").value = "<?=$_POST["customer_search"];?>"; //--> </script> <script type="text/javascript"> document.getElementById("billing_search").value = "<?=$_POST["billing_search"];?>"; //--> </script> <script type="text/javascript"> $(function(){ $("#datepicker").datepicker({ dateFormat: "yy-mm-dd" }).val('<?=$_POST['date_start'];?>') }); </script> <script type="text/javascript"> $(function(){ $("#datepicker2").datepicker({ dateFormat: "yy-mm-dd" }).val('<?=$_POST['date_stop'];?>') }); </script>
<td width="146"><? echo $customer_search = $_GET['customer_search']; ?></td> td width="270" align="left"> <select name="billing_search" id="billing_search" class="inputbox" size="1" > <option value=" <? echo $billing_search = $_GET['$billing_search ']; ?>"> <? echo $billing_search = $_GET['$billing_search ']; ?></option>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง