?
Path : /home/admin/domains/happytokorea.com/public_html/backend/modules/tour/ |
Current File : /home/admin/domains/happytokorea.com/public_html/backend/modules/tour/com_new_topic.php |
<script src="nicEdit/nicEdit.js" type="text/javascript"></script> <script type="text/javascript"> bkLib.onDomLoaded(function() { new nicEditor({fullPanel : true}).panelInstance('TourDetail'); }); </script> <script language="javascript" src="js/jquery-1.4.4.js"></script> <script type="text/javascript"> $(document).ready(function(){ var i = 1; $('#addRow').click(function(){ var tr = "<tr><td><input type=\"file\" name=\"files["+i+"]\" id=\"files["+i+"]\" multiple=\"ture\" accept=\"image/*\" class=\"basicBtn\" size=\"45\" /></td></tr>"; i += 1; $('#myTbl').append(tr); }); }) $(document).ready(function(){ var j = 1; $('#addRow2').click(function(){ var tr = "<tr><td align=\"center\"><input type=\"text\" name=\"sfd["+j+"]\" id=\"sfd["+j+"]\" style=\"width:23px\"/></td><td align=\"center\"><input type=\"text\" name=\"sfhl["+j+"]\" id=\"sfhl["+j+"]\" /></td><td align=\"center\"><input type=\"checkbox\" name=\"sf1["+j+"]\" id=\"sf1["+j+"]\" value=\"1\" /> เช้า <input type=\"checkbox\" name=\"sf2["+j+"]\" id=\"sf2["+j+"]\" value=\"1\" /> กลางวัน <input type=\"checkbox\" name=\"sf3["+j+"]\" id=\"sf3["+j+"]\" value=\"1\" /> เย็น </td><td align=\"center\"><input type=\"text\" name=\"sfho["+j+"]\" id=\"sfho["+j+"]\" /></td></tr>"; j += 1; $('#myTbl2').append(tr); }); }) </script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript"> $(function(){ // เมื่อเปลี่ยนค่าของ select id เท่ากับ list1 $("select#catsub1").change(function(){ // ส่งค่า ตัวแปร list1 มีค่าเท่ากับค่าที่เลือก ส่งแบบ get ไปที่ไฟล์ data_for_list2.php $.get("modules/tour/data_for_list1.php",{ catsub1:$(this).val() },function(data){ // คืนค่ากลับมา $("select#catsub2").html(data); // นำค่าที่ได้ไปใส่ใน select id เท่ากับ list2 $("select#catsub2").trigger("change"); // อัพเดท list2 เพื่อให้ list2 ทำงานสำหรับรีเซ็ตค่า }); }); // เมื่อเปลี่ยนค่าของ select id เท่ากับ list1 $("select#catsub2").change(function(){ // ส่งค่า ตัวแปร list1 มีค่าเท่ากับค่าที่เลือก ส่งแบบ get ไปที่ไฟล์ data_for_list2.php $.get("modules/tour/data_for_list2.php",{ catsub2:$(this).val() },function(data){ // คืนค่ากลับมา $("select#catsub3").html(data); // นำค่าที่ได้ไปใส่ใน select id เท่ากับ list2 $("select#catsub3").trigger("change"); // อัพเดท list2 เพื่อให้ list2 ทำงานสำหรับรีเซ็ตค่า }); }); // เมื่อเปลี่ยนค่าของ select id เท่ากับ list1 $("select#catsub3").change(function(){ // ส่งค่า ตัวแปร list1 มีค่าเท่ากับค่าที่เลือก ส่งแบบ get ไปที่ไฟล์ data_for_list2.php $.get("modules/tour/data_for_list3.php",{ catsub3:$(this).val() },function(data){ // คืนค่ากลับมา $("select#catsub4").html(data); // นำค่าที่ได้ไปใส่ใน select id เท่ากับ list2 $("select#catsub4").trigger("change"); // อัพเดท list2 เพื่อให้ list2 ทำงานสำหรับรีเซ็ตค่า }); }); }); </script> <div class="content"> <div class="title"><img style="padding:10px 0 0 15px; float:left;" src="images/icons/dark/create.png" alt="" /><h5>เพิ่มบทความ</h5></div> <form action="" enctype="multipart/form-data" class="mainForm" id="webForm"> <!-- Input text fields --> <fieldset> <div class="widget first"> <div class="rowElem" style="border-top:1px solid #cccccc;"> <label>แสดงทัวร์ตามหน้า</label> <div class="formRight"> <? $rs=$db->Query("SELECT * FROM tour_cat WHERE CatParentID = 0"); $arr=mysql_fetch_array($rs); echo $arr['CatName']; ?> <input type="hidden" name="catsub1" id="catsub1" value="<?=$arr['CatID'];?>"/> </div> <div class="fix"></div></div> <div class="rowElem"> <label>รหัส</label> <div class="formRight"><input name="TourCode" id="TourCode" type="text" /> </div> <div class="fix"></div></div> <div class="rowElem"><label>ชื่อ</label> <div class="formRight"><input name="ToutName" id="ToutName" type="text" /> </div> <div class="fix"></div></div> <div class="rowElem"> <label>ระยะเวลา</label> <div class="formRight"><input type="text" name="TourDay" id="TourDay" /> </div> <div class="fix"></div></div> <div class="rowElem"> <label>เดินทาง</label> <div class="formRight"><input type="text" name="TourCover" id="TourCover" /> </div> <div class="fix"></div></div> <div class="rowElem"> <label>สายการบิน</label> <div class="formRight"> <input type="text" name="TourAirline" id="TourAirline" style=" width:20px;" /> <em>ตัวย่อสายการบินอักษรใหญ่ เช่น TG </em> </div> </div> <div class="rowElem"> <label>ราคา</label> <div class="formRight"><input type="text" name="price" id="price" style=" width:50px;" /> บาท <em>ไม่ต้องมี ,คอมม่าคั่น </em></div> <div class="fix"></div></div><strong></strong> <div class="rowElem"><label>รูปประกอบ (ขนาด 310 x 220)</label> <div class="formRight"> <table id="myTbl" width="650" border="1" cellspacing="2" cellpadding="0"> <tr> <td><input type="file" name="files[0]" id="files[0]" multiple accept="image/*" class="basicBtn" size="45" /></td> </tr> </table><!-- <br /> <table width="500" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <input type="button" value="เพิ่มรูป" id="addRow" class="basicBtn"> </td> </tr> </table> --> </div><div class="fix"></div></div> <div class="rowElem"><label>ไฮไลท์โปรแกรม</label><div class="formRight"><textarea name="TourDetail" cols="" rows="10" id="TourDetail" ></textarea> </div><div class="fix"></div></div> <div class="rowElem"><label>สรุปการเดินทาง</label><div class="formRight"> <table id="myTbl2" width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="7%" align="center">วันที่</td> <td width="41%" align="center">ไฮไลท์</td> <td width="30%" align="center">อาหาร</td> <td width="22%" align="center">ที่พัก</td> </tr> <tr> <td align="center"> <input type="text" name="sfd[0]" id="sfd[0]" style="width:23px"/></td> <td align="center"> <input type="text" name="sfhl[0]" id="sfhl[0]" /></td> <td align="center"><input name="sf1[0]" type="checkbox" id="sf1[0]" value="1" /> เช้า <input name="sf2[0]" type="checkbox" id="sf2[0]" value="1" /> กลางวัน <input name="sf3[0]" type="checkbox" id="sf3[0]" value="1" /> เย็น</td> <td align="center"> <input type="text" name="sfho[0]" id="sfho[0]" /></td> </tr> </table> <br /> <table width="500" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <input type="button" value="เพิ่ม" id="addRow2" class="basicBtn"> </td> </tr> </table> </div><div class="fix"></div></div> <div class="rowElem"> <label>Rating </label> <div class="formRight"> <label> <input name="Rating" type="radio" value="5"/> 5</label> <label> <input name="Rating" type="radio" value="4" /> 4</label> <label> <input name="Rating" type="radio" value="3" /> 3</label> <label> <input name="Rating" type="radio" value="2" /> 2</label> <label> <input name="Rating" type="radio" value="1" /> 1</label> </div> </div> <div class="rowElem"> <label>แสดงทัวร์ </label> <div class="formRight"> <label> <input name="public" type="radio" value="1" checked="checked" /> Yes </label> <label> <input name="public" type="radio" value="0" /> No </label> </div><div class="fix"></div></div> <div class="rowElem"><label>Meta Title (SEO)</label><div class="formRight"><input name="MetaTitle" type="text" id="MetaTitle" /> </div><div class="fix"></div></div> <div class="rowElem"><label>Meta Keyword (SEO)</label><div class="formRight"><input name="MetaKeyword" type="text" id="MetaKeyword" /> </div><div class="fix"></div></div> <div class="rowElem"><label>Meta Description (SEO)</label><div class="formRight"><input name="MetaDescription" type="text" id="MetaDescription" /> </div><div class="fix"></div></div> <div class="rowElem"><label> </label><div class="formRight"> <input type="submit" value="บันทึกบทความ" onclick="xajax.upload('AddData_tour', 'webForm')" class="greyishBtn" /> <input type="reset" value="ยกเลิกบทความ" class="basicBtn" /></div><div class="fix"></div></div> <div class="fix"></div> </div> </fieldset> <div class="rowElem" style="border-top:1px solid #cccccc;"><label></label><div class="formRight"> </div><div class="fix"></div></div> </form> </div>