<script language="javascript"> function fncSubmit() { if(document.regis.radio.checked == false && document.regis.radio2.checked == false ) { alert('Please Click Radio Option '); return false; } document.regis.submit(); } </script> <div id="templatemo_container"> <div id="templatemo_topsection"> <div id="templatemo_title"> </div> <div class="templatemo_topmenu"> <ul> <li></li> <li><font size="+2"><font color='#000066'><strong><img src="templatemo_049_studio/images/123.png" width="13" height="35" />แบบประเมินผลการอบรม</strong></font></font></li> <li></li> </ul> </div> </div> <div id="templatemo_left_section"></div> <div id="templatemo_middle_section"> <div id="templatemo_who_section"><font size="+1.5">หลักสูตร <? $strSQL = "SELECT * FROM `course` INNER JOIN `coursemain` ON `coursemain`.`m_id` = `course`.`m_id`;"; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery); echo $objResult["course"] ?> </font> <? $strSQL = "SELECT * FROM user WHERE id_user = '".$_SESSION['id_user']."'"; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery);?> </div> <p><font size="+1"><br /> </font> <font size="+1"> <form name ="regis" class="form-signin" method="post" action="save1.php" onSubmit="JavaScript:return fncSubmit();"/> <font size="+1"> <ul> <input name="txtid" type="text" id="txtid" value="<?=$objResult['id_user'];?>" /> <? $strSQL = "SELECT * FROM course"; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery);?> <label> <input type="text" name="txtdate" id="txtdate" value="<?=$objResult["date"];?>" /> </label> <label> <input type="text" name="txtname" id="txtname" value="<?=$objResult["teacher"];?>" /> </label> </ul> </font> <ul> <? $strSQL = "SELECT * FROM address WHERE ad_id='201' "; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery);?> <label> <input name="txtadd" type="text" id="txtadd" value="<?=$objResult["add"];?>" /> </label> <? $strSQL = "SELECT * FROM course WHERE C_ID "; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery);?> <input name="txtver" type="text" id="txtver" value="<?=$objResult["ver"];?>" /> <font size="+1"> <input name="txtcourse" type="text" id="txtcourse" value="<?=$objResult["m_id"];?>" /> </font> </ul> </font> <p> </p> <p><font size="+1"><strong>ระหว่างวันที่</strong> <label></label> <font size="3" > <?=$objResult["date"];?> </font> <strong>ชื่อวิทยากร</strong> <label> <?=$objResult["teacher"];?> <br /><br> </label> <strong>สถานที่</strong> โรงเรียนวิชูทิศห้อง1</font> </p> <p><font size="+0.5">โปรดทำเครื่องหมาย <label> <input name="radio76" type="radio" id="radio76" value="radio76" checked="checked" /> </label> ให้ตรงกับความคิดเห็นของท่าน<br /> ระดับความพอใจ 5= ดีมาก 4= ดี 3=พอใช้ 2=น้อย 1=ควรปรับปรุง</font></p> <table width="92%" border="0" align="center" cellspacing="0"> <tr> <td height="50" colspan="8"><table width="100%" border="2" cellpadding="0" cellspacing="0" bordercolor="#cdbb99"> <tr> <td height="50" colspan="2" bgcolor="#fdd6d6"><h3><strong>เนื้อหาหลักสูตร</strong></h3></td> <td bgcolor="#fdd6d6"><strong><center>5</center></strong></td> <td bgcolor="#fdd6d6"><strong><center>4</center></strong></td> <td bgcolor="#fdd6d6"><strong><center>3</center></strong></td> <td bgcolor="#fdd6d6"><strong><center>2</center></strong></td> <td bgcolor="#fdd6d6"><strong><center>1</center></strong></td> </tr> <? include "question.php"; for ($i=1;$i<=2;$i++) { ?> <tr> <td width="4%" bgcolor="#fcfbe3"><center> <h3> <?=$i?> </h3> </center></td> <td width="61%" height="35" bgcolor="#fcfbe3"><?=$q[$i]?> </td> <td width="7%" bgcolor="#fcfbe3"><center><input name="<? echo "ch".$i; ?>" type="radio" id="radio" value="5"/></center></td> <td width="7%" bgcolor="#fcfbe3"><center><input type="radio" name="<? echo "ch".$i; ?>" id="radio2" value="4" /></center></td> <td width="7%" bgcolor="#fcfbe3"><center> <input type="radio" name="<? echo "ch".$i; ?>" id="radio3" value="3" /> </center></td>
<script language="javascript"> function fncSubmit() { if(document.regis.radio.checked == false && document.regis.radio2.checked == false ) { alert('Please Click Radio Option '); return false; } document.regis.submit(); } </script> <div id="templatemo_container"> <div id="templatemo_topsection"> <div id="templatemo_title"> </div> <div class="templatemo_topmenu"> <ul> <li></li> <li><font size="+2"><font color='#000066'><strong><img src="templatemo_049_studio/images/123.png" width="13" height="35" />แบบประเมินผลการอบรม</strong></font></font></li> <li></li> </ul> </div> </div> <div id="templatemo_left_section"></div> <div id="templatemo_middle_section"> <div id="templatemo_who_section"><font size="+1.5">หลักสูตร <? $strSQL = "SELECT * FROM `course` INNER JOIN `coursemain` ON `coursemain`.`m_id` = `course`.`m_id`;"; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery); echo $objResult["course"] ?> </font> <? $strSQL = "SELECT * FROM user WHERE id_user = '".$_SESSION['id_user']."'"; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery);?> </div> <p><font size="+1"><br /> </font> <font size="+1"> <form name ="regis" class="form-signin" method="post" action="save1.php" onSubmit="JavaScript:return fncSubmit();"/> <font size="+1"> <ul> <input name="txtid" type="text" id="txtid" value="<?=$objResult['id_user'];?>" /> <? $strSQL = "SELECT * FROM course"; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery);?> <label> <input type="text" name="txtdate" id="txtdate" value="<?=$objResult["date"];?>" /> </label> <label> <input type="text" name="txtname" id="txtname" value="<?=$objResult["teacher"];?>" /> </label> </ul> </font> <ul> <? $strSQL = "SELECT * FROM address WHERE ad_id='201' "; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery);?> <label> <input name="txtadd" type="text" id="txtadd" value="<?=$objResult["add"];?>" /> </label> <? $strSQL = "SELECT * FROM course WHERE C_ID "; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery);?> <input name="txtver" type="text" id="txtver" value="<?=$objResult["ver"];?>" /> <font size="+1"> <input name="txtcourse" type="text" id="txtcourse" value="<?=$objResult["m_id"];?>" /> </font> </ul> </font> <p> </p> <p><font size="+1"><strong>ระหว่างวันที่</strong> <label></label> <font size="3" > <?=$objResult["date"];?> </font> <strong>ชื่อวิทยากร</strong> <label> <?=$objResult["teacher"];?> <br /><br> </label> <strong>สถานที่</strong> โรงเรียนวิชูทิศห้อง1</font> </p> <p><font size="+0.5">โปรดทำเครื่องหมาย <label> <input name="radio76" type="radio" id="radio76" value="radio76" checked="checked" /> </label> ให้ตรงกับความคิดเห็นของท่าน<br /> ระดับความพอใจ 5= ดีมาก 4= ดี 3=พอใช้ 2=น้อย 1=ควรปรับปรุง</font></p> <table width="92%" border="0" align="center" cellspacing="0"> <tr> <td height="50" colspan="8"><table width="100%" border="2" cellpadding="0" cellspacing="0" bordercolor="#cdbb99"> <tr> <td height="50" colspan="2" bgcolor="#fdd6d6"><h3><strong>เนื้อหาหลักสูตร</strong></h3></td> <td bgcolor="#fdd6d6"><strong><center>5</center></strong></td> <td bgcolor="#fdd6d6"><strong><center>4</center></strong></td> <td bgcolor="#fdd6d6"><strong><center>3</center></strong></td> <td bgcolor="#fdd6d6"><strong><center>2</center></strong></td> <td bgcolor="#fdd6d6"><strong><center>1</center></strong></td> </tr> <? include "question.php"; for ($i=1;$i<=2;$i++) { ?> <tr> <td width="4%" bgcolor="#fcfbe3"><center> <h3> <?=$i?> </h3> </center></td> <td width="61%" height="35" bgcolor="#fcfbe3"><?=$q[$i]?> </td> <td width="7%" bgcolor="#fcfbe3"><center><input name="<? echo "ch".$i; ?>" type="radio" id="radio" value="5"/></center></td> <td width="7%" bgcolor="#fcfbe3"><center><input type="radio" name="<? echo "ch".$i; ?>" id="radio2" value="4" /></center></td> <td width="7%" bgcolor="#fcfbe3"><center> <input type="radio" name="<? echo "ch".$i; ?>" id="radio3" value="3" /> </center></td> <td width="7%" bgcolor="#fcfbe3"><center><input type="radio" name="<? echo "ch".$i; ?>" id="radio4" value="2" /></center></td> <td width="7%" bgcolor="#fcfbe3"><center><input type="radio" name="<? echo "ch".$i; ?>" id="radio5" value="1" /></center></td> <? } ?> </tr> </table></td> </tr> <tr> <td colspan="8"><table width="100%" border="2" cellspacing="0" cellpadding="0" bordercolor="#cdbb99"> <tr> <td height="50" colspan="2" bgcolor="#fdd6d6"><h3><strong>วิทยากร/ผู้ช่วยวิทยากร</strong></h3></td> <td bgcolor="#fdd6d6"><strong><center>5</center></strong></td> <td bgcolor="#fdd6d6"><strong><center>4</center></strong></td> <td bgcolor="#fdd6d6"><strong><center>3</center></strong></td> <td bgcolor="#fdd6d6"><strong><center>2</center></strong></td> <td bgcolor="#fdd6d6"><strong><center>1</center></strong></td> </tr> <? include "question.php"; for ($i=3;$i<=10;$i++) { ?> <tr> <td width="4%" bgcolor="#fcfbe3"><center> <h3> <?=$i?> </h3> </center></td> <td width="61%" height="35" bgcolor="#fcfbe3"><?=$q[$i]?></td> <td width="7%" bgcolor="#fcfbe3"><center><input name="<? echo "ch".$i; ?>" type="radio" id="radio6" value="5" /></center></td> <td width="7%" bgcolor="#fcfbe3"><center><input type="radio" name="<? echo "ch".$i; ?>" id="radio24" value="4" /></center></td> <td width="7%" bgcolor="#fcfbe3"><center><input type="radio" name="<? echo "ch".$i; ?>" id="radio25" value="3" /></center></td> <td width="7%" bgcolor="#fcfbe3"><center><input type="radio" name="<? echo "ch".$i; ?>" id="radio26" value="2" /></center></td> <td width="7%" bgcolor="#fcfbe3"><center><input type="radio" name="<? echo "ch".$i; ?>" id="radio27" value="1" /></center></td> </tr> <? } ?> </table></td> </tr>
<script language="javascript"> function fncSubmit() { if(document.regis.radio.checked == false && document.regis.radio2.checked == false ) { alert('Please Click Radio Option '); return false; }else{ document.regis.submit(); } } </script>
<tr> <td width="4%" bgcolor="#fcfbe3"><center> <h3> <?=$i?> </h3> </center></td> <td width="61%" height="35" bgcolor="#fcfbe3"><?=$q[$i]?></td> <td width="7%" bgcolor="#fcfbe3"><center><input name="<? echo "ch".$i; ?>" type="radio" id="<? echo "ch".$i; ?>" value="5" /></center></td> <td width="7%" bgcolor="#fcfbe3"><center><input type="radio" name="<? echo "ch".$i; ?>" id="<? echo "ch".$i; ?>" value="4" /></center></td> <td width="7%" bgcolor="#fcfbe3"><center><input type="radio" name="<? echo "ch".$i; ?>" id="<? echo "ch".$i; ?>" value="3" /></center></td> <td width="7%" bgcolor="#fcfbe3"><center><input type="radio" name="<? echo "ch".$i; ?>" id="<? echo "ch".$i; ?>" value="2" /></center></td> <td width="7%" bgcolor="#fcfbe3"><center><input type="radio" name="<? echo "ch".$i; ?>" id="<? echo "ch".$i; ?>" value="1" /></center></td> </tr>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง