0byt3m1n1-V2
Path:
/
home
/
bangtoey
/
domains
/
bangtoey.go.th
/
public_html
/
personal
/
admin
/
[
Home
]
File: addphoto.php
<? session_start(); Header("Content-Type: text/html; charset=TIS-620"); if($user==""){ $message = "กรุณา Login ก่อน."; $url = "../admin/index.php"; include("../admin/alert.php"); exit; } $img_width = 140; //ความกว้างของรูป $img_height = 180; //ความสูงของรูป if(isset($send) and ($send=="1")){ $tb_width = 720; $ft_size = "13px"; //Font size $ft_color = "#006600"; //สีใช้กับ ชื่อ $pf_color = "#003399"; //สีใช้กับ ตำแหน่ง $ft_hcolor = "#55666e"; //สีใช้กับ Link hover $td_bheight = 15; //ระยะห่างระหว่างแถว //$_server_path = $_SERVER["HTTP_HOST"]; $_path_photo = $_SERVER["DOCUMENT_ROOT"]; //path server ไม่ต้องแก้ // /person1/ เปลี่ยนเมื่อเปลี่ยน folder ที่เดียว $_folder_change = "/personal/"; $home_path = $_path_photo.$_folder_change."images/photoThumbnail/"; function random_password($len) { srand((double)microtime()*10000000); $chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; $ret_str = ""; $num = strlen($chars); for($i = 0; $i < $len; $i++) { $ret_str.= $chars[rand()%$num]; $ret_str.=""; } return $ret_str; } // Generate XML and HTML Files if($n_photo01=="1"){ require_once("gen_photo01.php"); //ผู้บริหาร }else if($n_photo01=="2"){ require_once("gen_photo02.php"); //สภา อบต. }else if($n_photo01=="3"){ require_once("gen_photo03.php"); //สนง.ปลัด }else if($n_photo01=="4"){ require_once("gen_photo04.php"); //สนง.ส่วนการคลัง }else if($n_photo01=="5"){ require_once("gen_photo05.php"); //สนง.โยธา }else if($n_photo01=="6"){ require_once("gen_photo06.php"); //สนง.การศึกษา }else if($n_photo01=="7"){ require_once("gen_photo07.php"); //กองสาธารณสุขและสิ่งแวดล้อม }else if($n_photo01=="8"){ require_once("gen_photo08.php"); //กองสาธารณสุขและสิ่งแวดล้อม }else if($n_photo01=="9"){ require_once("gen_photo09.php"); //กองสาธารณสุขและสิ่งแวดล้อม }else if($n_photo01=="10"){ require_once("gen_photo10.php"); //กองสาธารณสุขและสิ่งแวดล้อม }else if($n_photo01=="11"){ require_once("gen_photo11.php"); //กองสาธารณสุขและสิ่งแวดล้อม }else if($n_photo01=="12"){ require_once("gen_photo12.php"); //กองสาธารณสุขและสิ่งแวดล้อม }else if($n_photo01=="13"){ require_once("gen_photo13.php"); //กองสาธารณสุขและสิ่งแวดล้อม }else if($n_photo01=="14"){ require_once("gen_photo14.php"); //กองสาธารณสุขและสิ่งแวดล้อม } } ?> <!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> <title>ระบบบริหารโครงสร้างบุคลากร</title> <style type="text/css"> body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; font-family: Tahoma,Microsoft Sans Serif,Verdana, Helvetica, sans-seri; font-size:13px; } .font13 { font-family: Tahoma,Microsoft Sans Serif,Verdana, Helvetica, sans-seri; font-size: 13px; text-decoration: none; font-weight: normal; color: #000000; } </style> </head> <? // Display popup ไฟล์ที่ถูกสร้างขึ้น if(isset($send) and ($send=="1")){ if($n_photo01=="1"){ ?> <script language="javascript"> <!-- window.open('../custominclude/photo01.html','imagewindow','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank'); --> </script> <? }else if($n_photo01=="2"){ ?> <script language="javascript"> <!-- window.open('../custominclude/photo02.html','imagewindow','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank'); --> </script> <? }else if($n_photo01=="3"){ ?> <script language="javascript"> <!-- window.open('../custominclude/photo03.html','imagewindow','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank'); --> </script> <? }else if($n_photo01=="4"){ ?> <script language="javascript"> <!-- window.open('../custominclude/photo04.html','imagewindow','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank'); --> </script> <? }else if($n_photo01=="5"){ ?> <script language="javascript"> <!-- window.open('../custominclude/photo05.html','imagewindow','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank'); --> </script> <? }else if($n_photo01=="6"){ ?> <script language="javascript"> <!-- window.open('../custominclude/photo06.html','imagewindow','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank'); --> </script> <? }else if($n_photo01=="7"){ ?> <script language="javascript"> <!-- window.open('../custominclude/photo07.html','imagewindow','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank'); --> </script> <? }else if($n_photo01=="8"){ ?> <script language="javascript"> <!-- window.open('../custominclude/photo08.html','imagewindow','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank'); --> </script> <? }else if($n_photo01=="9"){ ?> <script language="javascript"> <!-- window.open('../custominclude/photo09.html','imagewindow','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank'); --> </script> <? }else if($n_photo01=="10"){ ?> <script language="javascript"> <!-- window.open('../custominclude/photo10.html','imagewindow','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank'); --> </script> <? }else if($n_photo01=="11"){ ?> <script language="javascript"> <!-- window.open('../custominclude/photo11.html','imagewindow','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank'); --> </script> <? }else if($n_photo01=="12"){ ?> <script language="javascript"> <!-- window.open('../custominclude/photo12.html','imagewindow','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank'); --> </script> <? }else if($n_photo01=="13"){ ?> <script language="javascript"> <!-- window.open('../custominclude/photo13.html','imagewindow','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank'); --> </script> <? }else if($n_photo01=="14"){ ?> <script language="javascript"> <!-- window.open('../custominclude/photo14.html','imagewindow','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank'); --> </script> <? } } ?> <script type="text/javascript" src="ajax.js"></script> <script type="text/javascript" src="ajax_content.js"></script> <body> <? //include("include/header.php"); ?> <form name="webForm" enctype="multipart/form-data" method="post" action="addphoto.php" onSubmit="return check()" > <table width="900" border="0" cellpadding="2" cellspacing="0" align="center" valign="top" bgcolor="#FFFFFF"> <tr align="center" > <td align="left" class="styles1"><div align="right"><a href="../../admin/main.php" class="styles2">หน้า Admin</a> | <a href="../../admin/signout.php" class="styles2">ออกจากระบบ </a></div></td> </tr> <tr> <td valign="top" align="left"> <table width="300" border="0" cellpadding="0" cellspacing="1" align="center" bgcolor="#0099CC"> <tr bgcolor="#0099CC"> <td align="center" class="font13"><font color="#FFFFFF"><b>Generate Html & Xml Files</b></font></td> </tr> <tr bgcolor="#FFFFFF"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="center" class='title3' colspan="2"> เลือกรายการ </td> </tr> <tr> <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="1" onclick="CheckNews(this)"> คณะผู้บริหาร</td> </tr> <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="2" onclick="CheckNews(this)"> สมาชิกสภา.</td> </tr> <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="3" onclick="CheckNews(this)"> หัวหน้าส่วนราชการ </td> </tr> <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="4" onclick="CheckNews(this)"> สำนักปลัด</td> </tr> <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="5" onclick="CheckNews(this)"> กองคลัง</td> </tr> <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="6" onclick="CheckNews(this)"> กองช่าง</td> </tr> <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="7" onclick="CheckNews(this)"> กองการศึกษา ศาสนาและวัฒนธรรม</td> </tr> <!-- <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="8" onclick="CheckNews(this)"> กองสาธารณสุขและสิ่งแวดล้อม</td> </tr> --> <!-- <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="9" onclick="CheckNews(this)"> หน่วยตรวจสอบภายใน</td> </tr> --> <!-- <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="10" onclick="CheckNews(this)"> งานเทศกิจ</td> </tr> --> <!-- <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="11" onclick="CheckNews(this)"> หน่วยตรวจสอบภายใน</td> </tr> --> <!-- <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="12" onclick="CheckNews(this)"> ฝ่ายอำนวยการ </td> </tr> --> <!-- <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="13" onclick="CheckNews(this)"> ฝ่ายปกครอง </td> </tr> --> <!-- <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="14" onclick="CheckNews(this)"> ฝ่ายบริหารงานทั่วไป </td> </tr> --> <!--<tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="12" onclick="CheckNews(this)"> ผู้บริหารงานเทศบาล </td> </tr> <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="13" onclick="CheckNews(this)"> หน่วยงานตรวจสอบภายใน </td> </tr> <tr> <td width="20"></td> <td class='font13'> <input type="radio" name="n_photo01" id="n_photo01" value="14" onclick="CheckNews(this)"> ผู้บริหารงานเทศบาล </td> </tr> --> <tr> <td height="5"></td> </tr> <tr> <td colspan="2" align="center"> <input type="hidden" value="1" name="send"> <!-- ใช้สำหรับ Clear Photo --> <!-- Row 1 --> <input type="hidden" value="" name="s01_01" id="s01_01"> <input type="hidden" value="" name="s01_02" id="s01_02"> <input type="hidden" value="" name="s01_03" id="s01_03"> <input type="hidden" value="" name="s01_04" id="s01_04"> <!-- Row 2 --> <input type="hidden" value="" name="s02_01" id="s02_01"> <input type="hidden" value="" name="s02_02" id="s02_02"> <input type="hidden" value="" name="s02_03" id="s02_03"> <input type="hidden" value="" name="s02_04" id="s02_04"> <!-- Row 3 --> <input type="hidden" value="" name="s03_01" id="s03_01"> <input type="hidden" value="" name="s03_02" id="s03_02"> <input type="hidden" value="" name="s03_03" id="s03_03"> <input type="hidden" value="" name="s03_04" id="s03_04"> <!-- Row 4 --> <input type="hidden" value="" name="s04_01" id="s04_01"> <input type="hidden" value="" name="s04_02" id="s04_02"> <input type="hidden" value="" name="s04_03" id="s04_03"> <input type="hidden" value="" name="s04_04" id="s04_04"> <!-- Row 5 --> <input type="hidden" value="" name="s05_01" id="s05_01"> <input type="hidden" value="" name="s05_02" id="s05_02"> <input type="hidden" value="" name="s05_03" id="s05_03"> <input type="hidden" value="" name="s05_04" id="s05_04"> <!-- Row 6 --> <input type="hidden" value="" name="s06_01" id="s06_01"> <input type="hidden" value="" name="s06_02" id="s06_02"> <input type="hidden" value="" name="s06_03" id="s06_03"> <input type="hidden" value="" name="s06_04" id="s06_04"> <!-- Row 7 --> <input type="hidden" value="" name="s07_01" id="s07_01"> <input type="hidden" value="" name="s07_02" id="s07_02"> <input type="hidden" value="" name="s07_03" id="s07_03"> <input type="hidden" value="" name="s07_04" id="s07_04"> <!-- Row 8 --> <input type="hidden" value="" name="s08_01" id="s08_01"> <input type="hidden" value="" name="s08_02" id="s08_02"> <input type="hidden" value="" name="s08_03" id="s08_03"> <input type="hidden" value="" name="s08_04" id="s08_04"> <!-- Row 9 --> <input type="hidden" value="" name="s09_01" id="s09_01"> <input type="hidden" value="" name="s09_02" id="s09_02"> <input type="hidden" value="" name="s09_03" id="s09_03"> <input type="hidden" value="" name="s09_04" id="s09_04"> <!-- Row 10 --> <input type="hidden" value="" name="s10_01" id="s10_01"> <input type="hidden" value="" name="s10_02" id="s10_02"> <input type="hidden" value="" name="s10_03" id="s10_03"> <input type="hidden" value="" name="s10_04" id="s10_04"> <!-- Row 11 --> <input type="hidden" value="" name="s11_01" id="s11_01"> <input type="hidden" value="" name="s11_02" id="s11_02"> <input type="hidden" value="" name="s11_03" id="s11_03"> <input type="hidden" value="" name="s11_04" id="s11_04"> <!-- Row 12 --> <input type="hidden" value="" name="s12_01" id="s12_01"> <input type="hidden" value="" name="s12_02" id="s12_02"> <input type="hidden" value="" name="s12_03" id="s12_03"> <input type="hidden" value="" name="s12_04" id="s12_04"> <!-- Row 13 --> <input type="hidden" value="" name="s13_01" id="s13_01"> <input type="hidden" value="" name="s13_02" id="s13_02"> <input type="hidden" value="" name="s13_03" id="s13_03"> <input type="hidden" value="" name="s13_04" id="s13_04"> <!-- Row 14 --> <input type="hidden" value="" name="s14_01" id="s14_01"> <input type="hidden" value="" name="s14_02" id="s14_02"> <input type="hidden" value="" name="s14_03" id="s14_03"> <input type="hidden" value="" name="s14_04" id="s14_04"> <!-- Row 15 --> <input type="hidden" value="" name="s15_01" id="s15_01"> <input type="hidden" value="" name="s15_02" id="s15_02"> <input type="hidden" value="" name="s15_03" id="s15_03"> <input type="hidden" value="" name="s15_04" id="s15_04"> <!-- Row 16 --> <input type="hidden" value="" name="s16_01" id="s16_01"> <input type="hidden" value="" name="s16_02" id="s16_02"> <input type="hidden" value="" name="s16_03" id="s16_03"> <input type="hidden" value="" name="s16_04" id="s16_04"> <!-- Row 17 --> <input type="hidden" value="" name="s17_01" id="s17_01"> <input type="hidden" value="" name="s17_02" id="s17_02"> <input type="hidden" value="" name="s17_03" id="s17_03"> <input type="hidden" value="" name="s17_04" id="s17_04"> <!-- Row 18 --> <input type="hidden" value="" name="s18_01" id="s18_01"> <input type="hidden" value="" name="s18_02" id="s18_02"> <input type="hidden" value="" name="s18_03" id="s18_03"> <input type="hidden" value="" name="s18_04" id="s18_04"> <!-- Row 19 --> <input type="hidden" value="" name="s19_01" id="s19_01"> <input type="hidden" value="" name="s19_02" id="s19_02"> <input type="hidden" value="" name="s19_03" id="s19_03"> <input type="hidden" value="" name="s19_04" id="s19_04"> <!-- Row 20 --> <input type="hidden" value="" name="s20_01" id="s20_01"> <input type="hidden" value="" name="s20_02" id="s20_02"> <input type="hidden" value="" name="s20_03" id="s20_03"> <input type="hidden" value="" name="s20_04" id="s20_04"> <!-- Row 21 --> <input type="hidden" value="" name="s21_01" id="s21_01"> <input type="hidden" value="" name="s21_02" id="s21_02"> <input type="hidden" value="" name="s21_03" id="s21_03"> <input type="hidden" value="" name="s21_04" id="s21_04"> <!-- Row 22 --> <input type="hidden" value="" name="s22_01" id="s22_01"> <input type="hidden" value="" name="s22_02" id="s22_02"> <input type="hidden" value="" name="s22_03" id="s22_03"> <input type="hidden" value="" name="s22_04" id="s22_04"> <!-- Row 23 --> <input type="hidden" value="" name="s23_01" id="s23_01"> <input type="hidden" value="" name="s23_02" id="s23_02"> <input type="hidden" value="" name="s23_03" id="s23_03"> <input type="hidden" value="" name="s23_04" id="s23_04"> <!-- Row 24 --> <input type="hidden" value="" name="s24_01" id="s24_01"> <input type="hidden" value="" name="s24_02" id="s24_02"> <input type="hidden" value="" name="s24_03" id="s24_03"> <input type="hidden" value="" name="s24_04" id="s24_04"> <!-- Row 25 --> <input type="hidden" value="" name="s25_01" id="s25_01"> <input type="hidden" value="" name="s25_02" id="s25_02"> <input type="hidden" value="" name="s25_03" id="s25_03"> <input type="hidden" value="" name="s25_04" id="s25_04"> <input type="submit" value="Create" name="submit"> <input type="reset" value="Cancel" name="reset"> </td> </tr> <tr><td height="5"></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr><td height="5"></td></tr> <tr> <td valign="top"> <table width="100%" border="0" cellpadding="3" cellspacing="0"> <!-- Row 1 --> <tr><td>Row 1</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s01_photo01" id="s01_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s01_file01" id="s01_file01" size="16" disabled="true"><br><input name="s01_view01" id="s01_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s01_01');javascript:void(s01_photo01.src = '../images/nophoto.gif',document.webForm.s01_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> <div id="file01"></div> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s01_name01" size="30" maxlength="120" id="s01_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s01_position01" size="30" maxlength="120" id="s01_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s01_photo02" id="s01_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s01_file02" id="s01_file02" size="16" disabled="true"><br><input name="s01_view02" id="s01_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s01_02');javascript:void(s01_photo02.src = '../images/nophoto.gif',document.webForm.s01_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s01_name02" size="30" maxlength="120" id="s01_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s01_position02" size="30" maxlength="120" id="s01_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s01_photo03" id="s01_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s01_file03" id="s01_file03" size="16" disabled="true"><br><input name="s01_view03" id="s01_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s01_03');javascript:void(s01_photo03.src = '../images/nophoto.gif',document.webForm.s01_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s01_name03" size="30" maxlength="120" id="s01_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s01_position03" size="30" maxlength="120" id="s01_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s01_photo04" id="s01_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s01_file04" id="s01_file04" size="16" disabled="true"><br><input name="s01_view04" id="s01_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s01_04');javascript:void(s01_photo04.src = '../images/nophoto.gif',document.webForm.s01_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s01_name04" size="30" maxlength="120" id="s01_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s01_position04" size="30" maxlength="120" id="s01_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 2 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 2</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s02_photo01" id="s02_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s02_file01" id="s02_file01" size="16" disabled="true"><br><input name="s02_view01" id="s02_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s02_01');javascript:void(s02_photo01.src = '../images/nophoto.gif',document.webForm.s02_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s02_name01" size="30" maxlength="120" id="s02_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s02_position01" size="30" maxlength="120" id="s02_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s02_photo02" id="s02_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s02_file02" id="s02_file02" size="16" disabled="true"><br><input name="s02_view02" id="s02_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s02_02');javascript:void(s02_photo02.src = '../images/nophoto.gif',document.webForm.s02_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s02_name02" size="30" maxlength="120" id="s02_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s02_position02" size="30" maxlength="120" id="s02_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s02_photo03" id="s02_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s02_file03" id="s02_file03" size="16" disabled="true"><br><input name="s02_view03" id="s02_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s02_03');javascript:void(s02_photo03.src = '../images/nophoto.gif',document.webForm.s02_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s02_name03" size="30" maxlength="120" id="s02_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s02_position03" size="30" maxlength="120" id="s02_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s02_photo04" id="s02_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s02_file04" id="s02_file04" size="16" disabled="true"><br><input name="s02_view04" id="s02_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s02_04');javascript:void(s02_photo04.src = '../images/nophoto.gif',document.webForm.s02_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s02_name04" size="30" maxlength="120" id="s02_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s02_position04" size="30" maxlength="120" id="s02_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 3 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 3</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s03_photo01" id="s03_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s03_file01" id="s03_file01" size="16" disabled="true"><br><input name="s03_view01" id="s03_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s03_01');javascript:void(s03_photo01.src = '../images/nophoto.gif',document.webForm.s03_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s03_name01" size="30" maxlength="120" id="s03_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s03_position01" size="30" maxlength="120" id="s03_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s03_photo02" id="s03_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s03_file02" id="s03_file02" size="16" disabled="true"><br><input name="s03_view02" id="s03_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s03_02');javascript:void(s03_photo02.src = '../images/nophoto.gif',document.webForm.s03_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s03_name02" size="30" maxlength="120" id="s03_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s03_position02" size="30" maxlength="120" id="s03_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s03_photo03" id="s03_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s03_file03" id="s03_file03" size="16" disabled="true"><br><input name="s03_view03" id="s03_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s03_03');javascript:void(s03_photo03.src = '../images/nophoto.gif',document.webForm.s03_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s03_name03" size="30" maxlength="120" id="s03_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s03_position03" size="30" maxlength="120" id="s03_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s03_photo04" id="s03_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s03_file04" id="s03_file04" size="16" disabled="true"><br><input name="s03_view04" id="s03_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s03_04');javascript:void(s03_photo04.src = '../images/nophoto.gif',document.webForm.s03_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s03_name04" size="30" maxlength="120" id="s03_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s03_position04" size="30" maxlength="120" id="s03_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 4 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 4</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s04_photo01" id="s04_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s04_file01" id="s04_file01" size="16" disabled="true"><br><input name="s04_view01" id="s04_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s04_01');javascript:void(s04_photo01.src = '../images/nophoto.gif',document.webForm.s04_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s04_name01" size="30" maxlength="120" id="s04_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s04_position01" size="30" maxlength="120" id="s04_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s04_photo02" id="s04_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s04_file02" id="s04_file02" size="16" disabled="true"><br><input name="s04_view02" id="s04_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s04_02');javascript:void(s04_photo02.src = '../images/nophoto.gif',document.webForm.s04_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s04_name02" size="30" maxlength="120" id="s04_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s04_position02" size="30" maxlength="120" id="s04_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s04_photo03" id="s04_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s04_file03" id="s04_file03" size="16" disabled="true"><br><input name="s04_view03" id="s04_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s04_03');javascript:void(s04_photo03.src = '../images/nophoto.gif',document.webForm.s04_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s04_name03" size="30" maxlength="120" id="s04_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s04_position03" size="30" maxlength="120" id="s04_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s04_photo04" id="s04_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s04_file04" id="s04_file04" size="16" disabled="true"><br><input name="s04_view04" id="s04_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s04_04');javascript:void(s04_photo04.src = '../images/nophoto.gif',document.webForm.s04_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s04_name04" size="30" maxlength="120" id="s04_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s04_position04" size="30" maxlength="120" id="s04_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 5 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 5</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s05_photo01" id="s05_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s05_file01" id="s05_file01" size="16" disabled="true"><br><input name="s05_view01" id="s05_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s05_01');javascript:void(s05_photo01.src = '../images/nophoto.gif',document.webForm.s05_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s05_name01" size="30" maxlength="120" id="s05_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s05_position01" size="30" maxlength="120" id="s05_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s05_photo02" id="s05_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s05_file02" id="s05_file02" size="16" disabled="true"><br><input name="s05_view02" id="s05_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s05_02');javascript:void(s05_photo02.src = '../images/nophoto.gif',document.webForm.s05_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s05_name02" size="30" maxlength="120" id="s05_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s05_position02" size="30" maxlength="120" id="s05_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s05_photo03" id="s05_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s05_file03" id="s05_file03" size="16" disabled="true"><br><input name="s05_view03" id="s05_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s05_03');javascript:void(s05_photo03.src = '../images/nophoto.gif',document.webForm.s05_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s05_name03" size="30" maxlength="120" id="s05_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s05_position03" size="30" maxlength="120" id="s05_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s05_photo04" id="s05_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s05_file04" id="s05_file04" size="16" disabled="true"><br><input name="s05_view04" id="s05_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s05_04');javascript:void(s05_photo04.src = '../images/nophoto.gif',document.webForm.s05_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s05_name04" size="30" maxlength="120" id="s05_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s05_position04" size="30" maxlength="120" id="s05_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 6 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 6</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s06_photo01" id="s06_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s06_file01" id="s06_file01" size="16" disabled="true"><br><input name="s06_view01" id="s06_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s06_01');javascript:void(s06_photo01.src = '../images/nophoto.gif',document.webForm.s06_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s06_name01" size="30" maxlength="120" id="s06_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s06_position01" size="30" maxlength="120" id="s06_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s06_photo02" id="s06_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s06_file02" id="s06_file02" size="16" disabled="true"><br><input name="s06_view02" id="s06_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s06_02');javascript:void(s06_photo02.src = '../images/nophoto.gif',document.webForm.s06_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s06_name02" size="30" maxlength="120" id="s06_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s06_position02" size="30" maxlength="120" id="s06_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s06_photo03" id="s06_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s06_file03" id="s06_file03" size="16" disabled="true"><br><input name="s06_view03" id="s06_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s06_03');javascript:void(s06_photo03.src = '../images/nophoto.gif',document.webForm.s06_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s06_name03" size="30" maxlength="120" id="s06_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s06_position03" size="30" maxlength="120" id="s06_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s06_photo04" id="s06_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s06_file04" id="s06_file04" size="16" disabled="true"><br><input name="s06_view04" id="s06_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s06_04');javascript:void(s06_photo04.src = '../images/nophoto.gif',document.webForm.s06_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s06_name04" size="30" maxlength="120" id="s06_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s06_position04" size="30" maxlength="120" id="s06_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 7 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 7</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s07_photo01" id="s07_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s07_file01" id="s07_file01" size="16" disabled="true"><br><input name="s07_view01" id="s07_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s07_01');javascript:void(s07_photo01.src = '../images/nophoto.gif',document.webForm.s07_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s07_name01" size="30" maxlength="120" id="s07_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s07_position01" size="30" maxlength="120" id="s07_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s07_photo02" id="s07_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s07_file02" id="s07_file02" size="16" disabled="true"><br><input name="s07_view02" id="s07_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s07_02');javascript:void(s07_photo02.src = '../images/nophoto.gif',document.webForm.s07_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s07_name02" size="30" maxlength="120" id="s07_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s07_position02" size="30" maxlength="120" id="s07_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s07_photo03" id="s07_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s07_file03" id="s07_file03" size="16" disabled="true"><br><input name="s07_view03" id="s07_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s07_03');javascript:void(s07_photo03.src = '../images/nophoto.gif',document.webForm.s07_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s07_name03" size="30" maxlength="120" id="s07_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s07_position03" size="30" maxlength="120" id="s07_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s07_photo04" id="s07_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s07_file04" id="s07_file04" size="16" disabled="true"><br><input name="s07_view04" id="s07_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s07_04');javascript:void(s07_photo04.src = '../images/nophoto.gif',document.webForm.s07_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s07_name04" size="30" maxlength="120" id="s07_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s07_position04" size="30" maxlength="120" id="s07_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 8 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 8</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s08_photo01" id="s08_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s08_file01" id="s08_file01" size="16" disabled="true"><br><input name="s08_view01" id="s08_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s08_01');javascript:void(s08_photo01.src = '../images/nophoto.gif',document.webForm.s08_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s08_name01" size="30" maxlength="120" id="s08_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s08_position01" size="30" maxlength="120" id="s08_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s08_photo02" id="s08_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s08_file02" id="s08_file02" size="16" disabled="true"><br><input name="s08_view02" id="s08_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s08_02');javascript:void(s08_photo02.src = '../images/nophoto.gif',document.webForm.s08_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s08_name02" size="30" maxlength="120" id="s08_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s08_position02" size="30" maxlength="120" id="s08_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s08_photo03" id="s08_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s08_file03" id="s08_file03" size="16" disabled="true"><br><input name="s08_view03" id="s08_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s08_03');javascript:void(s08_photo03.src = '../images/nophoto.gif',document.webForm.s08_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s08_name03" size="30" maxlength="120" id="s08_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s08_position03" size="30" maxlength="120" id="s08_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s08_photo04" id="s08_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s08_file04" id="s08_file04" size="16" disabled="true"><br><input name="s08_view04" id="s08_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s08_04');javascript:void(s08_photo04.src = '../images/nophoto.gif',document.webForm.s08_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s08_name04" size="30" maxlength="120" id="s08_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s08_position04" size="30" maxlength="120" id="s08_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 9 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 9</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s09_photo01" id="s09_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s09_file01" id="s09_file01" size="16" disabled="true"><br><input name="s09_view01" id="s09_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s09_01');javascript:void(s09_photo01.src = '../images/nophoto.gif',document.webForm.s09_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s09_name01" size="30" maxlength="120" id="s09_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s09_position01" size="30" maxlength="120" id="s09_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s09_photo02" id="s09_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s09_file02" id="s09_file02" size="16" disabled="true"><br><input name="s09_view02" id="s09_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s09_02');javascript:void(s09_photo02.src = '../images/nophoto.gif',document.webForm.s09_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s09_name02" size="30" maxlength="120" id="s09_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s09_position02" size="30" maxlength="120" id="s09_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s09_photo03" id="s09_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s09_file03" id="s09_file03" size="16" disabled="true"><br><input name="s09_view03" id="s09_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s09_03');javascript:void(s09_photo03.src = '../images/nophoto.gif',document.webForm.s09_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s09_name03" size="30" maxlength="120" id="s09_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s09_position03" size="30" maxlength="120" id="s09_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s09_photo04" id="s09_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s09_file04" id="s09_file04" size="16" disabled="true"><br><input name="s09_view04" id="s09_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s09_04');javascript:void(s09_photo04.src = '../images/nophoto.gif',document.webForm.s09_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s09_name04" size="30" maxlength="120" id="s09_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s09_position04" size="30" maxlength="120" id="s09_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 10 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 10</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s10_photo01" id="s10_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s10_file01" id="s10_file01" size="16" disabled="true"><br><input name="s10_view01" id="s10_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s10_01');javascript:void(s10_photo01.src = '../images/nophoto.gif',document.webForm.s10_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s10_name01" size="30" maxlength="120" id="s10_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s10_position01" size="30" maxlength="120" id="s10_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s10_photo02" id="s10_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s10_file02" id="s10_file02" size="16" disabled="true"><br><input name="s10_view02" id="s10_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s10_02');javascript:void(s10_photo02.src = '../images/nophoto.gif',document.webForm.s10_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s10_name02" size="30" maxlength="120" id="s10_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s10_position02" size="30" maxlength="120" id="s10_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s10_photo03" id="s10_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s10_file03" id="s10_file03" size="16" disabled="true"><br><input name="s10_view03" id="s10_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s10_03');javascript:void(s10_photo03.src = '../images/nophoto.gif',document.webForm.s10_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s10_name03" size="30" maxlength="120" id="s10_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s10_position03" size="30" maxlength="120" id="s10_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s10_photo04" id="s10_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s10_file04" id="s10_file04" size="16" disabled="true"><br><input name="s10_view04" id="s10_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s10_04');javascript:void(s10_photo04.src = '../images/nophoto.gif',document.webForm.s10_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s10_name04" size="30" maxlength="120" id="s10_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s10_position04" size="30" maxlength="120" id="s10_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 11 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 11</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s11_photo01" id="s11_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s11_file01" id="s11_file01" size="16" disabled="true"><br><input name="s11_view01" id="s11_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s11_01');javascript:void(s11_photo01.src = '../images/nophoto.gif',document.webForm.s11_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s11_name01" size="30" maxlength="120" id="s11_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s11_position01" size="30" maxlength="120" id="s11_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s11_photo02" id="s11_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s11_file02" id="s11_file02" size="16" disabled="true"><br><input name="s11_view02" id="s11_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s11_02');javascript:void(s11_photo02.src = '../images/nophoto.gif',document.webForm.s11_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s11_name02" size="30" maxlength="120" id="s11_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s11_position02" size="30" maxlength="120" id="s11_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s11_photo03" id="s11_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s11_file03" id="s11_file03" size="16" disabled="true"><br><input name="s11_view03" id="s11_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s11_03');javascript:void(s11_photo03.src = '../images/nophoto.gif',document.webForm.s11_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s11_name03" size="30" maxlength="120" id="s11_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s11_position03" size="30" maxlength="120" id="s11_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s11_photo04" id="s11_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s11_file04" id="s11_file04" size="16" disabled="true"><br><input name="s11_view04" id="s11_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s11_04');javascript:void(s11_photo04.src = '../images/nophoto.gif',document.webForm.s11_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s11_name04" size="30" maxlength="120" id="s11_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s11_position04" size="30" maxlength="120" id="s11_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 12 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 12</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s12_photo01" id="s12_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s12_file01" id="s12_file01" size="16" disabled="true"><br><input name="s12_view01" id="s12_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s12_01');javascript:void(s12_photo01.src = '../images/nophoto.gif',document.webForm.s12_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s12_name01" size="30" maxlength="120" id="s12_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s12_position01" size="30" maxlength="120" id="s12_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s12_photo02" id="s12_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s12_file02" id="s12_file02" size="16" disabled="true"><br><input name="s12_view02" id="s12_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s12_02');javascript:void(s12_photo02.src = '../images/nophoto.gif',document.webForm.s12_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s12_name02" size="30" maxlength="120" id="s12_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s12_position02" size="30" maxlength="120" id="s12_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s12_photo03" id="s12_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s12_file03" id="s12_file03" size="16" disabled="true"><br><input name="s12_view03" id="s12_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s12_03');javascript:void(s12_photo03.src = '../images/nophoto.gif',document.webForm.s12_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s12_name03" size="30" maxlength="120" id="s12_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s12_position03" size="30" maxlength="120" id="s12_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s12_photo04" id="s12_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s12_file04" id="s12_file04" size="16" disabled="true"><br><input name="s12_view04" id="s12_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s12_04');javascript:void(s12_photo04.src = '../images/nophoto.gif',document.webForm.s12_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s12_name04" size="30" maxlength="120" id="s12_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s12_position04" size="30" maxlength="120" id="s12_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 13 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 13</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s13_photo01" id="s13_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s13_file01" id="s13_file01" size="16" disabled="true"><br><input name="s13_view01" id="s13_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s13_01');javascript:void(s13_photo01.src = '../images/nophoto.gif',document.webForm.s13_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s13_name01" size="30" maxlength="120" id="s13_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s13_position01" size="30" maxlength="120" id="s13_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s13_photo02" id="s13_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s13_file02" id="s13_file02" size="16" disabled="true"><br><input name="s13_view02" id="s13_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s13_02');javascript:void(s13_photo02.src = '../images/nophoto.gif',document.webForm.s13_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s13_name02" size="30" maxlength="120" id="s13_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s13_position02" size="30" maxlength="120" id="s13_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s13_photo03" id="s13_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s13_file03" id="s13_file03" size="16" disabled="true"><br><input name="s13_view03" id="s13_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s13_03');javascript:void(s13_photo03.src = '../images/nophoto.gif',document.webForm.s13_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s13_name03" size="30" maxlength="120" id="s13_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s13_position03" size="30" maxlength="120" id="s13_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s13_photo04" id="s13_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s13_file04" id="s13_file04" size="16" disabled="true"><br><input name="s13_view04" id="s13_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s13_04');javascript:void(s13_photo04.src = '../images/nophoto.gif',document.webForm.s13_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s13_name04" size="30" maxlength="120" id="s13_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s13_position04" size="30" maxlength="120" id="s13_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 14 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 14</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s14_photo01" id="s14_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s14_file01" id="s14_file01" size="16" disabled="true"><br><input name="s14_view01" id="s14_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s14_01');javascript:void(s14_photo01.src = '../images/nophoto.gif',document.webForm.s14_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s14_name01" size="30" maxlength="120" id="s14_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s14_position01" size="30" maxlength="120" id="s14_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s14_photo02" id="s14_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s14_file02" id="s14_file02" size="16" disabled="true"><br><input name="s14_view02" id="s14_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s14_02');javascript:void(s14_photo02.src = '../images/nophoto.gif',document.webForm.s14_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s14_name02" size="30" maxlength="120" id="s14_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s14_position02" size="30" maxlength="120" id="s14_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s14_photo03" id="s14_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s14_file03" id="s14_file03" size="16" disabled="true"><br><input name="s14_view03" id="s14_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s14_03');javascript:void(s14_photo03.src = '../images/nophoto.gif',document.webForm.s14_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s14_name03" size="30" maxlength="120" id="s14_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s14_position03" size="30" maxlength="120" id="s14_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s14_photo04" id="s14_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s14_file04" id="s14_file04" size="16" disabled="true"><br><input name="s14_view04" id="s14_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s14_04');javascript:void(s14_photo04.src = '../images/nophoto.gif',document.webForm.s14_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s14_name04" size="30" maxlength="120" id="s14_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s14_position04" size="30" maxlength="120" id="s14_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 15 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 15</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s15_photo01" id="s15_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s15_file01" id="s15_file01" size="16" disabled="true"><br><input name="s15_view01" id="s15_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s15_01');javascript:void(s15_photo01.src = '../images/nophoto.gif',document.webForm.s15_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s15_name01" size="30" maxlength="120" id="s15_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s15_position01" size="30" maxlength="120" id="s15_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s15_photo02" id="s15_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s15_file02" id="s15_file02" size="16" disabled="true"><br><input name="s15_view02" id="s15_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s15_02');javascript:void(s15_photo02.src = '../images/nophoto.gif',document.webForm.s15_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s15_name02" size="30" maxlength="120" id="s15_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s15_position02" size="30" maxlength="120" id="s15_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s15_photo03" id="s15_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s15_file03" id="s15_file03" size="16" disabled="true"><br><input name="s15_view03" id="s15_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s15_03');javascript:void(s15_photo03.src = '../images/nophoto.gif',document.webForm.s15_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s15_name03" size="30" maxlength="120" id="s15_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s15_position03" size="30" maxlength="120" id="s15_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s15_photo04" id="s15_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s15_file04" id="s15_file04" size="16" disabled="true"><br><input name="s15_view04" id="s15_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s15_04');javascript:void(s15_photo04.src = '../images/nophoto.gif',document.webForm.s15_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s15_name04" size="30" maxlength="120" id="s15_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s15_position04" size="30" maxlength="120" id="s15_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 16 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 16</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s16_photo01" id="s16_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s16_file01" id="s16_file01" size="16" disabled="true"><br><input name="s16_view01" id="s16_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s16_01');javascript:void(s16_photo01.src = '../images/nophoto.gif',document.webForm.s16_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s16_name01" size="30" maxlength="120" id="s16_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s16_position01" size="30" maxlength="120" id="s16_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s16_photo02" id="s16_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s16_file02" id="s16_file02" size="16" disabled="true"><br><input name="s16_view02" id="s16_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s16_02');javascript:void(s16_photo02.src = '../images/nophoto.gif',document.webForm.s16_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s16_name02" size="30" maxlength="120" id="s16_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s16_position02" size="30" maxlength="120" id="s16_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s16_photo03" id="s16_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s16_file03" id="s16_file03" size="16" disabled="true"><br><input name="s16_view03" id="s16_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s16_03');javascript:void(s16_photo03.src = '../images/nophoto.gif',document.webForm.s16_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s16_name03" size="30" maxlength="120" id="s16_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s16_position03" size="30" maxlength="120" id="s16_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s16_photo04" id="s16_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s16_file04" id="s16_file04" size="16" disabled="true"><br><input name="s16_view04" id="s16_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s16_04');javascript:void(s16_photo04.src = '../images/nophoto.gif',document.webForm.s16_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s16_name04" size="30" maxlength="120" id="s16_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s16_position04" size="30" maxlength="120" id="s16_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 17 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 17</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s17_photo01" id="s17_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s17_file01" id="s17_file01" size="16" disabled="true"><br><input name="s17_view01" id="s17_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s17_01');javascript:void(s17_photo01.src = '../images/nophoto.gif',document.webForm.s17_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s17_name01" size="30" maxlength="120" id="s17_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s17_position01" size="30" maxlength="120" id="s17_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s17_photo02" id="s17_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s17_file02" id="s17_file02" size="16" disabled="true"><br><input name="s17_view02" id="s17_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s17_02');javascript:void(s17_photo02.src = '../images/nophoto.gif',document.webForm.s17_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s17_name02" size="30" maxlength="120" id="s17_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s17_position02" size="30" maxlength="120" id="s17_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s17_photo03" id="s17_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s17_file03" id="s17_file03" size="16" disabled="true"><br><input name="s17_view03" id="s17_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s17_03');javascript:void(s17_photo03.src = '../images/nophoto.gif',document.webForm.s17_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s17_name03" size="30" maxlength="120" id="s17_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s17_position03" size="30" maxlength="120" id="s17_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s17_photo04" id="s17_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s17_file04" id="s17_file04" size="16" disabled="true"><br><input name="s17_view04" id="s17_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s17_04');javascript:void(s17_photo04.src = '../images/nophoto.gif',document.webForm.s17_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s17_name04" size="30" maxlength="120" id="s17_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s17_position04" size="30" maxlength="120" id="s17_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 18 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 18</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s18_photo01" id="s18_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s18_file01" id="s18_file01" size="16" disabled="true"><br><input name="s18_view01" id="s18_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s18_01');javascript:void(s18_photo01.src = '../images/nophoto.gif',document.webForm.s18_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s18_name01" size="30" maxlength="120" id="s18_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s18_position01" size="30" maxlength="120" id="s18_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s18_photo02" id="s18_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s18_file02" id="s18_file02" size="16" disabled="true"><br><input name="s18_view02" id="s18_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s18_02');javascript:void(s18_photo02.src = '../images/nophoto.gif',document.webForm.s18_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s18_name02" size="30" maxlength="120" id="s18_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s18_position02" size="30" maxlength="120" id="s18_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s18_photo03" id="s18_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s18_file03" id="s18_file03" size="16" disabled="true"><br><input name="s18_view03" id="s18_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s18_03');javascript:void(s18_photo03.src = '../images/nophoto.gif',document.webForm.s18_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s18_name03" size="30" maxlength="120" id="s18_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s18_position03" size="30" maxlength="120" id="s18_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s18_photo04" id="s18_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s18_file04" id="s18_file04" size="16" disabled="true"><br><input name="s18_view04" id="s18_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s18_04');javascript:void(s18_photo04.src = '../images/nophoto.gif',document.webForm.s18_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s18_name04" size="30" maxlength="120" id="s18_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s18_position04" size="30" maxlength="120" id="s18_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 19 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 19</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s19_photo01" id="s19_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s19_file01" id="s19_file01" size="16" disabled="true"><br><input name="s19_view01" id="s19_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s19_01');javascript:void(s19_photo01.src = '../images/nophoto.gif',document.webForm.s19_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s19_name01" size="30" maxlength="120" id="s19_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s19_position01" size="30" maxlength="120" id="s19_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s19_photo02" id="s19_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s19_file02" id="s19_file02" size="16" disabled="true"><br><input name="s19_view02" id="s19_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s19_02');javascript:void(s19_photo02.src = '../images/nophoto.gif',document.webForm.s19_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s19_name02" size="30" maxlength="120" id="s19_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s19_position02" size="30" maxlength="120" id="s19_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s19_photo03" id="s19_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s19_file03" id="s19_file03" size="16" disabled="true"><br><input name="s19_view03" id="s19_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s19_03');javascript:void(s19_photo03.src = '../images/nophoto.gif',document.webForm.s19_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s19_name03" size="30" maxlength="120" id="s19_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s19_position03" size="30" maxlength="120" id="s19_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s19_photo04" id="s19_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s19_file04" id="s19_file04" size="16" disabled="true"><br><input name="s19_view04" id="s19_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s19_04');javascript:void(s19_photo04.src = '../images/nophoto.gif',document.webForm.s19_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s19_name04" size="30" maxlength="120" id="s19_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s19_position04" size="30" maxlength="120" id="s19_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 20 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 20</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s20_photo01" id="s20_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s20_file01" id="s20_file01" size="16" disabled="true"><br><input name="s20_view01" id="s20_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s20_01');javascript:void(s20_photo01.src = '../images/nophoto.gif',document.webForm.s20_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s20_name01" size="30" maxlength="120" id="s20_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s20_position01" size="30" maxlength="120" id="s20_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s20_photo02" id="s20_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s20_file02" id="s20_file02" size="16" disabled="true"><br><input name="s20_view02" id="s20_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s20_02');javascript:void(s20_photo02.src = '../images/nophoto.gif',document.webForm.s20_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s20_name02" size="30" maxlength="120" id="s20_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s20_position02" size="30" maxlength="120" id="s20_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s20_photo03" id="s20_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s20_file03" id="s20_file03" size="16" disabled="true"><br><input name="s20_view03" id="s20_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s20_03');javascript:void(s20_photo03.src = '../images/nophoto.gif',document.webForm.s20_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s20_name03" size="30" maxlength="120" id="s20_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s20_position03" size="30" maxlength="120" id="s20_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s20_photo04" id="s20_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s20_file04" id="s20_file04" size="16" disabled="true"><br><input name="s20_view04" id="s20_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s20_04');javascript:void(s20_photo04.src = '../images/nophoto.gif',document.webForm.s20_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s20_name04" size="30" maxlength="120" id="s20_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s20_position04" size="30" maxlength="120" id="s20_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 21 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 21</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s21_photo01" id="s21_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s21_file01" id="s21_file01" size="16" disabled="true"><br><input name="s21_view01" id="s21_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s21_01');javascript:void(s21_photo01.src = '../images/nophoto.gif',document.webForm.s21_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s21_name01" size="30" maxlength="120" id="s21_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s21_position01" size="30" maxlength="120" id="s21_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s21_photo02" id="s21_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s21_file02" id="s21_file02" size="16" disabled="true"><br><input name="s21_view02" id="s21_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s21_02');javascript:void(s21_photo02.src = '../images/nophoto.gif',document.webForm.s21_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s21_name02" size="30" maxlength="120" id="s21_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s21_position02" size="30" maxlength="120" id="s21_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s21_photo03" id="s21_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s21_file03" id="s21_file03" size="16" disabled="true"><br><input name="s21_view03" id="s21_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s21_03');javascript:void(s21_photo03.src = '../images/nophoto.gif',document.webForm.s21_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s21_name03" size="30" maxlength="120" id="s21_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s21_position03" size="30" maxlength="120" id="s21_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s21_photo04" id="s21_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s21_file04" id="s21_file04" size="16" disabled="true"><br><input name="s21_view04" id="s21_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s21_04');javascript:void(s21_photo04.src = '../images/nophoto.gif',document.webForm.s21_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s21_name04" size="30" maxlength="120" id="s21_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s21_position04" size="30" maxlength="120" id="s21_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 22--> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 22</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s22_photo01" id="s22_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s22_file01" id="s22_file01" size="16" disabled="true"><br><input name="s22_view01" id="s22_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s22_01');javascript:void(s22_photo01.src = '../images/nophoto.gif',document.webForm.s22_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s22_name01" size="30" maxlength="120" id="s22_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s22_position01" size="30" maxlength="120" id="s22_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s22_photo02" id="s22_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s22_file02" id="s22_file02" size="16" disabled="true"><br><input name="s22_view02" id="s22_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s22_02');javascript:void(s22_photo02.src = '../images/nophoto.gif',document.webForm.s22_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s22_name02" size="30" maxlength="120" id="s22_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s22_position02" size="30" maxlength="120" id="s22_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s22_photo03" id="s22_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s22_file03" id="s22_file03" size="16" disabled="true"><br><input name="s22_view03" id="s22_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s22_03');javascript:void(s22_photo03.src = '../images/nophoto.gif',document.webForm.s22_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s22_name03" size="30" maxlength="120" id="s22_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s22_position03" size="30" maxlength="120" id="s22_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s22_photo04" id="s22_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s22_file04" id="s22_file04" size="16" disabled="true"><br><input name="s22_view04" id="s22_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s22_04');javascript:void(s22_photo04.src = '../images/nophoto.gif',document.webForm.s22_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s22_name04" size="30" maxlength="120" id="s22_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s22_position04" size="30" maxlength="120" id="s22_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 23 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 23</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s23_photo01" id="s23_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s23_file01" id="s23_file01" size="16" disabled="true"><br><input name="s23_view01" id="s23_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s23_01');javascript:void(s23_photo01.src = '../images/nophoto.gif',document.webForm.s23_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s23_name01" size="30" maxlength="120" id="s23_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s23_position01" size="30" maxlength="120" id="s23_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s23_photo02" id="s23_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s23_file02" id="s23_file02" size="16" disabled="true"><br><input name="s23_view02" id="s23_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s23_02');javascript:void(s23_photo02.src = '../images/nophoto.gif',document.webForm.s23_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s23_name02" size="30" maxlength="120" id="s23_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s23_position02" size="30" maxlength="120" id="s23_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s23_photo03" id="s23_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s23_file03" id="s23_file03" size="16" disabled="true"><br><input name="s23_view03" id="s23_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s23_03');javascript:void(s23_photo03.src = '../images/nophoto.gif',document.webForm.s23_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s23_name03" size="30" maxlength="120" id="s23_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s23_position03" size="30" maxlength="120" id="s23_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s23_photo04" id="s23_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s23_file04" id="s23_file04" size="16" disabled="true"><br><input name="s23_view04" id="s23_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s23_04');javascript:void(s23_photo04.src = '../images/nophoto.gif',document.webForm.s23_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s23_name04" size="30" maxlength="120" id="s23_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s23_position04" size="30" maxlength="120" id="s23_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 24 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 24</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s24_photo01" id="s24_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s24_file01" id="s24_file01" size="16" disabled="true"><br><input name="s24_view01" id="s24_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s24_01');javascript:void(s24_photo01.src = '../images/nophoto.gif',document.webForm.s24_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s24_name01" size="30" maxlength="120" id="s24_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s24_position01" size="30" maxlength="120" id="s24_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s24_photo02" id="s24_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s24_file02" id="s24_file02" size="16" disabled="true"><br><input name="s24_view02" id="s24_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s24_02');javascript:void(s24_photo02.src = '../images/nophoto.gif',document.webForm.s24_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s24_name02" size="30" maxlength="120" id="s24_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s24_position02" size="30" maxlength="120" id="s24_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s24_photo03" id="s24_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s24_file03" id="s24_file03" size="16" disabled="true"><br><input name="s24_view03" id="s24_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s24_03');javascript:void(s24_photo03.src = '../images/nophoto.gif',document.webForm.s24_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s24_name03" size="30" maxlength="120" id="s24_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s24_position03" size="30" maxlength="120" id="s24_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s24_photo04" id="s24_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s24_file04" id="s24_file04" size="16" disabled="true"><br><input name="s24_view04" id="s24_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s24_04');javascript:void(s24_photo04.src = '../images/nophoto.gif',document.webForm.s24_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s24_name04" size="30" maxlength="120" id="s24_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s24_position04" size="30" maxlength="120" id="s24_position04" disabled="true"></td> </tr> </table> </td> </tr> <!-- Row 25 --> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> <tr><td>Row 25</td><td colspan=3> </td></tr> <tr><td><hr align="center" width="100%" noshade size=1></td><td colspan=3> </td></tr> <tr> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s25_photo01" id="s25_photo01" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s25_file01" id="s25_file01" size="16" disabled="true"><br><input name="s25_view01" id="s25_view01" type="button" onclick="ajax_loadContent('file01','delphoto.php','s25_01');javascript:void(s25_photo01.src = '../images/nophoto.gif',document.webForm.s25_01.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s25_name01" size="30" maxlength="120" id="s25_name01" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s25_position01" size="30" maxlength="120" id="s25_position01" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s25_photo02" id="s25_photo02" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s25_file02" id="s25_file02" size="16" disabled="true"><br><input name="s25_view02" id="s25_view02" type="button" onclick="ajax_loadContent('file01','delphoto.php','s25_02');javascript:void(s25_photo02.src = '../images/nophoto.gif',document.webForm.s25_02.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s25_name02" size="30" maxlength="120" id="s25_name02" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s25_position02" size="30" maxlength="120" id="s25_position02" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s25_photo03" id="s25_photo03" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s25_file03" id="s25_file03" size="16" disabled="true"><br><input name="s25_view03" id="s25_view03" type="button" onclick="ajax_loadContent('file01','delphoto.php','s25_03');javascript:void(s25_photo03.src = '../images/nophoto.gif',document.webForm.s25_03.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s25_name03" size="30" maxlength="120" id="s25_name03" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s25_position03" size="30" maxlength="120" id="s25_position03" disabled="true"></td> </tr> </table> </td> <td width="25%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="../images/nophoto.gif" name="s25_photo04" id="s25_photo04" width="<?=$img_width;?>" height="<?=$img_height;?>"> (<?=$img_width.x.$img_height;?>)<br> <input type="file" name="s25_file04" id="s25_file04" size="16" disabled="true"><br><input name="s25_view04" id="s25_view04" type="button" onclick="ajax_loadContent('file01','delphoto.php','s25_04');javascript:void(s25_photo04.src = '../images/nophoto.gif',document.webForm.s25_04.value='../images/nophoto.gif')" value="Clear photo" disabled="true"> </td> </tr> <tr> <td>ชื่อ :<br><input type="text" name="s25_name04" size="30" maxlength="120" id="s25_name04" disabled="true"></td> </tr> <tr> <td>ตำแหน่ง :<br><input type="text" name="s25_position04" size="30" maxlength="120" id="s25_position04" disabled="true"></td> </tr> </table> </td> </tr> <!------------------------------------------------------------------------------------------------------------------------> <tr><td colspan=4><hr align="center" width="100%" noshade size=1></td></tr> </table> </td> </tr> <tr><td> </td></tr> </table> </form> <?//include("include/footer.php")?> </body> </html> <? $cache = '?'.time(); ?> <script language="JavaScript"> function check() { var v1 = document.webForm.n_photo01; var v2 = document.webForm.n_photo02; var v3 = document.webForm.n_photo03; var v4 = document.webForm.n_photo04; var v5 = document.webForm.n_photo05; var v6 = document.webForm.n_photo06; var v7 = document.webForm.n_photo07; var v8 = document.webForm.n_photo08; var v9 = document.webForm.n_photo09; var v10 = document.webForm.n_photo10; var v11 = document.webForm.n_photo11; var v12 = document.webForm.n_photo12; var v13 = document.webForm.n_photo13; var v14 = document.webForm.n_photo14; if ((v1.checked==false) && (v2.checked==false) && (v3.checked==false) && (v4.checked==false) && (v5.checked==false) && (v6.checked==false) && (v7.checked==false) && (v8.checked==false) && (v9.checked==false) && (v10.checked==false) && (v11.checked==false) && (v12.checked==false) && (v13.checked==false) && (v14.checked==false)) { alert("ยังไม่ได้เลือกส่วน"); return false; } } </script> <script language="JavaScript" type="text/JavaScript"> var xmlDoc; function loadXML(Chk) { // code for IE if (window.ActiveXObject) { xmlDoc=new ActiveXObject("Microsoft.XMLDOM"); xmlDoc.async=false; if (Chk.value == 1) { xmlDoc.load("../custominclude/photo01.xml<?= $cache;?>"); }else if (Chk.value == 2) { xmlDoc.load("../custominclude/photo02.xml<?= $cache;?>"); }else if (Chk.value == 3) { xmlDoc.load("../custominclude/photo03.xml<?= $cache;?>"); }else if (Chk.value == 4) { xmlDoc.load("../custominclude/photo04.xml<?= $cache;?>"); }else if (Chk.value == 5) { xmlDoc.load("../custominclude/photo05.xml<?= $cache;?>"); }else if (Chk.value == 6) { xmlDoc.load("../custominclude/photo06.xml<?= $cache;?>"); }else if (Chk.value == 7) { xmlDoc.load("../custominclude/photo07.xml<?= $cache;?>"); }else if (Chk.value == 8) { xmlDoc.load("../custominclude/photo08.xml<?= $cache;?>"); }else if (Chk.value == 9) { xmlDoc.load("../custominclude/photo09.xml<?= $cache;?>"); }else if (Chk.value == 10) { xmlDoc.load("../custominclude/photo10.xml<?= $cache;?>"); }else if (Chk.value == 11) { xmlDoc.load("../custominclude/photo11.xml<?= $cache;?>"); }else if (Chk.value == 12) { xmlDoc.load("../custominclude/photo12.xml<?= $cache;?>"); }else if (Chk.value == 13) { xmlDoc.load("../custominclude/photo13.xml<?= $cache;?>"); } else { xmlDoc.load("../custominclude/photo14.xml<?= $cache;?>"); } getmessage(xmlDoc); } // code for Mozilla, Firefox, Opera, etc. else if (document.implementation && document.implementation.createDocument) { // xmlDoc=document.implementation.createDocument("","",null); var xmlhttp = new window.XMLHttpRequest(); if (Chk.value=="1") { xmlhttp.open("GET","/personal/custominclude/photo01.xml<?= $cache;?>",false); }else if (Chk.value=="2") { xmlhttp.open("GET","/personal/custominclude/photo02.xml<?= $cache;?>",false); }else if (Chk.value=="3") { xmlhttp.open("GET","/personal/custominclude/photo03.xml<?= $cache;?>",false); }else if (Chk.value=="4") { xmlhttp.open("GET","/personal/custominclude/photo04.xml<?= $cache;?>",false); }else if (Chk.value=="5") { xmlhttp.open("GET","/personal/custominclude/photo05.xml<?= $cache;?>",false); }else if (Chk.value=="6") { xmlhttp.open("GET","/personal/custominclude/photo06.xml<?= $cache;?>",false); }else if (Chk.value=="7") { xmlhttp.open("GET","/personal/custominclude/photo07.xml<?= $cache;?>",false); }else if (Chk.value=="8") { xmlhttp.open("GET","/personal/custominclude/photo08.xml<?= $cache;?>",false); }else if (Chk.value=="9") { xmlhttp.open("GET","/personal/custominclude/photo09.xml<?= $cache;?>",false); }else if (Chk.value=="10") { xmlhttp.open("GET","/personal/custominclude/photo10.xml<?= $cache;?>",false); }else if (Chk.value=="11") { xmlhttp.open("GET","/personal/custominclude/photo11.xml<?= $cache;?>",false); }else if (Chk.value=="12") { xmlhttp.open("GET","/personal/custominclude/photo12.xml<?= $cache;?>",false); }else if (Chk.value=="13") { xmlhttp.open("GET","/personal/custominclude/photo13.xml<?= $cache;?>",false); }else if (Chk.value=="14") { xmlhttp.open("GET","/personal/custominclude/photo14.xml<?= $cache;?>",false); } xmlhttp.send(null); xmlDoc = xmlhttp.responseXML.documentElement; getmessage(xmlDoc); // xmlDoc.onload=getmessage; } else { alert('ไม่สามารถใช้ XML ได้'); } } String.prototype.trim = function() { return this.replace(/^\s+|\s+$/, ''); }; function getmessage(xmlDoc) { var ia = new Array("01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"); //var ia = new Array("01"); var ja = new Array("01","02","03","04"); var m = 0; for (var i=0;i < ia.length;i++) { for (var j=0;j < ja.length;j++) { path_photo = xmlDoc.getElementsByTagName("photo01")[m].childNodes[0].nodeValue; path_photo = path_photo.trim(); img1 = 's'+ia[i]+'_photo'+ja[j]; img2 = 's'+ia[i]+'_'+ja[j]; name1 = 's'+ia[i]+'_name'+ja[j]; position1 = 's'+ia[i]+'_position'+ja[j]; //link1 = 's'+ia[i]+'_link'+ja[j]; if(path_photo == "NOTHINg") { path_photo = '../images/nophoto.gif'; } aTags = document.webForm.getElementsByTagName("img"); for (var k = 0; k < aTags.length ; k++) { if(aTags[k].id == img1) { aTags[k].src=path_photo; } }//k aTags = document.webForm.getElementsByTagName("input"); for (var k = 0; k < aTags.length ; k++) { if((aTags[k].type == "hidden") && (aTags[k].id == img2)) { aTags[k].value=path_photo; } if((aTags[k].type == "text") && (aTags[k].id == name1)) { aTags[k].value = xmlDoc.getElementsByTagName("name01")[m].childNodes[0].nodeValue; if(aTags[k].value == "NOTHINg") { aTags[k].value = ""; } } if((aTags[k].type == "text") && (aTags[k].id == position1)) { aTags[k].value = xmlDoc.getElementsByTagName("position01")[m].childNodes[0].nodeValue; if(aTags[k].value == "NOTHINg") { aTags[k].value = ""; } } /* if((aTags[k].type == "text") && (aTags[k].id == link1)) { aTags[k].value = xmlDoc.getElementsByTagName("link01")[m].childNodes[0].nodeValue; if(aTags[k].value == "NOTHINg") { aTags[k].value = ""; } } */ }//k m = m+1; }//j }//i } function CheckNews(Chk) { var obj = document.webForm; var noimg = "../images/nophoto.gif"; if (Chk.value>0) { var aTags = document.webForm.getElementsByTagName("input"); for (var i = 0; i < aTags.length ; i++) { aTags[i].disabled=false; if((aTags[i].type != "radio") && (aTags[i].type != "hidden") && (aTags[i].type != "submit") && (aTags[i].type != "reset") && (aTags[i].type != "button")) { aTags[i].value=''; } if((aTags[i].type == "hidden") && (aTags[i].name != "send")) { aTags[i].value=noimg; } } var aTags = document.webForm.getElementsByTagName("img"); for (var i = 0; i < aTags.length ; i++) { aTags[i].src=noimg; } loadXML(Chk); obj.s01_name01.select(); } else { var aTags = document.webForm.getElementsByTagName("input"); for (var i = 0; i < aTags.length ; i++) { if((aTags[i].type != "radio") && (aTags[i].type != "hidden") && (aTags[i].type != "submit") && (aTags[i].type != "reset") && (aTags[i].type != "button")) { aTags[i].disabled=true; aTags[i].value=""; } } var aTags = document.webForm.getElementsByTagName("img"); for (var i = 0; i < aTags.length ; i++) { aTags[i].src=noimg; } } } </script>
©
2018.