Server IP : 119.59.102.212 / Your IP : 3.133.157.170 Web Server : Apache/2 System : Linux narin 2.6.32-042stab142.1 #1 SMP Tue Jan 28 23:44:17 MSK 2020 x86_64 User : yangkam ( 1022) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/yangkam/domains/yangkam.go.th/public_html/coremain/module/move/ |
Upload File : |
<?php $navig['move']="ข้อมูลการโอนย้าย อปท."; $navig['webboard']="กระดานสนทนา"; navigator($navig); echo"<br>"; bar_header("ตั้งประเด็น"); // Bar_Header fieldset_top("กระดานสนทนา"); ?> <center> <font class="Menu1"><b>เชิญตั้งประเด็นได้ที่นี่</b></font> </font> <br> <form method=post action="index.php?mod=post&path=move" name="add" id="add" onSubmit="return checkadd()"> <table border=0 cellpadding=0 cellspacing=0 width='95%' align=center> <tr height='40'><td align=left width='37%'><img src='coremain/images/marker.gif'> <b>ประเด็นคำถาม</b></td><td><input type=text name="QTitle" size=70 maxlength=100></td></tr> <?php text_editor("445","260",$data[fulltexts],"รายละเอียด"); // Text Editor ?> </td></tr> <tr height='40'><td align=left><img src='coremain/images/marker.gif'> <b>ผู้ตั้งประเด็น</b></td><td><input type=text name="QName" size=70 maxlength=50 value='<?echo $_SESSION[name_post]?>'></td></tr> <tr height='40'><td align=left><img src='coremain/images/marker.gif'> <b>อีเมล์</b></td><td><input type=text name="QEmail" size=70 maxlength=50 value='<?echo $_SESSION[name_email]?>'></td></tr> <tr height='40'> <td align=left><img src='coremain/images/marker.gif'> <b>รหัสลับ</b></td> <td><img src='coremain/module/webboard/login1_image.php' align='center' title='ป้อนตามที่เห็นในภาพ'></td> </tr> <tr height='40'> <td align=left><img src='coremain/images/marker.gif'> <b>ป้อนรหัสลับ</b></td> <td><input type=text size=70 name='from_pic'> <img src='coremain/images/bu.gif' title='ป้อนรหัสลับตามที่ปรากฏ' onmouseover=this.style.cursor='hand'></td> </tr> <tr><td align=center colspan=0> </td></tr> </table> <br> <input type=submit value="ตั้งประเด็น" onmouseover=this.style.cursor='hand'> </form> </center> <?echo fieldset_down();?> <script language="javascript"> function checkadd() { if(document.add.QTitle.value=="") { alert("กรุณากรอก ประเด็นคำถาม !") ; document.add.QTitle.focus() ; return false ; } else if(document.add.QName.value=="") { alert("กรุณากรอกผู้ตั้งประเด็น!") ; document.add.QName.focus() ; return false ; } else if(document.add.from_pic.value=="") { alert("กรุณาป้อนรหัสลับตามที่ปรากฏ!") ; document.add.from_pic.focus() ; return false ; } else return true ; } </script>