<%@page contentType="text/html; charset=UTF-8"%>
<%@page import="com.csc.library.entry.HelpEntry,com.csc.library.system.*,com.csc.library.utilities.*,com.csc.library.report.*"%>
<%@ page import="com.csc.library.entry.*,com.csc.library.database.*,com.csc.library.session.*,com.csc.library.report.ReportUDF"  %>
<jsp:useBean id="TRN015" class="com.csc.library.system.Task" scope="page"/>
<%
	TRN015.setChannel(request,response);
	UIManager screen = (UIManager) TRN015.process("ProcessEntry","Process");
	CheckNull chk = new CheckNull();
	if(chk.chkNullString(request.getParameter("__cmd")).equals("process")){
		screen.process();
	}
%>

<jsp:useBean id="TRN015_M" class="com.csc.library.system.Task" scope="page"/>
<%
	TRN015_M.setChannel(request,response);
	UIManager screens = (UIManager) TRN015_M.process("SingleEntry","TRN014_M");
	screens.referLangOff();

	String apsyear =  StaticConfig.getConfigCompany(screen.getUProfile(),"YEAR_UPPER");
%>
<html ng-app="myHR">
		<head>
		<title>Appraisal</title>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<link href="../CSS/TISCO.css" rel="stylesheet" type="text/css">
		<link href="../CSS/bootstrap.css" rel="stylesheet"  type="text/css">
		<link href="../CSS/bootstrap_csc_backend.css" rel="stylesheet"  type="text/css">
		<script type="text/javascript" src="../JS/jquery-2.1.3.min.js"></script>
		<script type='text/javascript' src="../JS/bootstrap.js"></script>
		<script  language="JavaScript" src="../JS/SCREEN.js"></script>
		<script type='text/javascript' src='../JS/ICONSMENU.js'></script>
		<script language='javascript' src='../JS/HOTKEY.js'></script>
		<script language='javascript'>setLang('<%=screen.getUProfile().get("lang")%>');</script>
		<script language="javascript" src='../JS/DATEINPUT.js'></script>
		<script language="javascript" src='../JS/VIEWCALENDAR.js'></script>
		<script type="text/javascript" src="../JS/angular-1.3.15/angular.js"></script>
		<script type="text/javascript" src="../JS/ANGULAR/SCREEN_ANGULAR.js"></script>
		<script language="javascript">setLang('<%=screen.getUProfile().get("lang")%>');</script>

		<script language="javascript">

			function GoSave(){
				//	setFormlist();
				//	confirmSave();
			}
			function GoDelete(){}
			function GoSearch(){search();}
			function GoUpdate(){}
			function checkCF(){ checkConfirm(); }
			function addOption(objOption, objList=false) {
				if(objList == false){
					addToOption(objOption,getMyoption()) ;
				}else{
					addToOption2(objOption,objList) ;
				}
			}
			function getMyoption(){
				return document.forms[0].__asformlist;
			}
			function addToOption(objOption,destList){
				var lengthAll=parseInt(objOption.length)+parseInt(destList.options.length);
				newDestList = new Array( lengthAll );
				for( var i = destList.options.length - 1; i >= 0; i-- ){
					if ( destList.options[i] != null  ){
						destList.options[i] = null;
					}
				}
				var clen=0;
				for( len = 0; len <destList.options.length; len++ ){
					if ( destList.options[ len ] != null ){
						newDestList[ len ] = new Option( destList.options[ len ].text, destList.options[ len ].value, destList.options[ len ].defaultSelected, destList.options[ len ].selected );
						clen++;
					}
				}
			for ( var j = 0 ; j < objOption.length; j++ ){
				if ( objOption[ j ] != null ){
					newDestList[ clen ] = objOption[ j ];
						clen++;
					}
				}
				newDestList.sort( compareOptionValues );
				writeToOption(newDestList,destList);
			}

			function compareOptionValues(a, b){
				var sA = parseInt( a.value, 36 );
				var sB = parseInt( b.value, 36 );
				return sA - sB;
			}

			function writeToOption(newDestList,destList){
				for ( var j = 0; j < newDestList.length; j++ ){
					if ( newDestList[ j ] != null ){
						destList.options[ j ] =new Option(newDestList[ j ].text,newDestList[ j ].value);
					}
				}
			}

			function delOption(){
				with(document.cscform){
					for(i=__asformlist.options.length;i>0;i--){
						if(__asformlist.options[i-1].selected){
							__asformlist.options[i-1]=null;
						}
					}
				}
			}

			function linkHelp(help,input){
				with(document.cscform){
					var fixCon = "apsyear = '"+<%=apsyear%>+"' and ACTIVE_STATUS='1' ";
					obj = eval("document.cscform."+input);
					if(obj.value=="" || obj.value=="0"){
						var param="PRU084.jsp?__helpName="+help+"&__fieldSearch="+input+"&__pageCall="+__screen.value+"&__fixCon="+fixCon;
					}else{
						var param="PRU084.jsp?__helpName="+help+"&__fieldSearch="+input+"&__pageCall="+__screen.value+"&__fixCon="+fixCon+"&__valueSearch="+obj.value;
					}
					win = window.open(param,"Help","left=150,top=150,width=800,height=400,resizable=yes,scrollbars=yes,toolbar=no,status=yes");
					if(window.focus){win.focus();}
				}
			}

			function goHelp(helpName,inputName){
				with(document.cscform){
					var helpReturn;
					var temp="";
					if(inputName=="__apsreference" ){
						helpReturn=inputName+":apsid";
					}else if(inputName=="__astid" ){
						helpReturn=inputName+":astid,MASTYPE@TDESC";
					}else	if(inputName=="__condition$GRP$1" || inputName=="__condition$GRP$2"){
						helpReturn=inputName+":GROUPID";
					}else	if(inputName=="__condition$EMP$1" || inputName=="__condition$EMP$2"){
					temp = __fixCon.value;
						__fixCon.value="status not in ('X','Y','U')";
						helpReturn=inputName+":EMPLOYEEID";
					}else	if(inputName=="__condition$BU1$1"  || inputName=="__condition$BU1$2"){
						helpReturn=inputName+":BU1ID";
					}else	if(inputName=="__condition$BU2$1"  || inputName=="__condition$BU2$2"){
						helpReturn=inputName+":BU2ID";
					}else	if(inputName=="__condition$BU3$1"  || inputName=="__condition$BU3$2"){
						helpReturn=inputName+":BU3ID";
					}else if(inputName=="__condition$BU4$1"  || inputName=="__condition$BU4$2"){
						helpReturn=inputName+":BU4ID";
					}else	if(inputName=="__condition$POS$1" || inputName=="__condition$POS$2"){
						helpReturn=inputName+":POSITIONID";
					}else	if(inputName=="__condition$JOB$1"  || inputName=="__condition$JOB$2"){
						helpReturn=inputName+":JOBCODEID";
					}else	if(inputName=="__condition$BRANCH$1" || inputName=="__condition$BRANCH$2"){
						helpReturn=inputName+":BRANCHID";
					}else	if(inputName=="__condition$SAL$1" || inputName=="__condition$SAL$2")	{
						helpReturn=inputName+":CODEID";
					}else	if(inputName=="__condition$GROUPGRADE"){
						helpReturn=inputName+":GGID";
					}else if(inputName=="__condition$ASTYPE"){
						helpReturn=inputName+":ASTID,astypedesc:tdesc";
					}else	if(inputName=="__condition$PL$1"  || inputName=="__condition$PL$2"){
						helpReturn=inputName+":PLID";
					}
					linkHelp_Return(helpName,helpReturn);
					__fixCon.value=temp;
				}
			}

			function showHelp(page){
				window.open(page,"Help","left=150,top=150,width=700,height=500,toolbar=no,status=no,scrollbars=yes");
			}

			function process() {
				setFormlist();
				with(document.cscform){
					__condition$DOCNO.value = __apsid.value;
					__condition$TDESC.value = __tdesc.value;
					__condition$EDESC.value = __edesc.value;
					__condition$ASD$1.value = __apsstartdate.value;
					__condition$ASD$2.value = __apsenddate.value;
					__condition$ASP$1.value = __apsperiodstart.value;
					__condition$ASP$2.value = __apsperiodend.value;
					__condition$ASTYPE.value = __astid.value;
					__condition$FORMS.value = __form.value;
					__condition$CONFIRM_STAT.value = (__confirm_stat[0].checked)?__confirm_stat[0].value:__confirm_stat[1].value;
					__condition$APSYEAR.value = __apsyear.value;
					__condition$SEQUENCE.value = __sequence.value;

					if(__apsid.value=='' ){
						alert(MyCode[0]);
						__apsid.select();
					}else if(__tdesc.value=='' ){
						alert(MyCode[0]);
						__tdesc.select();
					}else if(__apsstartdate.value=='' ){
						alert(MyCode[0]);
						__apsstartdate.select();
					}else if(__apsenddate.value=='' ){
						alert(MyCode[0]);
						__apsenddate.select();
					}else if(__apsperiodstart.value=='' ){
						alert(MyCode[0]);
						__apsperiodstart.select();
					}else if(__apsperiodend.value=='' ){
						alert(MyCode[0]);
						__apsperiodend.select();
					}else if(__astid.value=='' ){
						alert(MyCode[0]);
						__astid.select();
					}else{
						bCon=confirm(MyCode[167]);
						if (bCon==true)	{
							if(__condition$ASTYPE.value == "AP10" || __condition$ASTYPE.value == "AP30" || __condition$ASTYPE.value == "CSN1"
							|| __condition$ASTYPE.value == "CSN2" || __condition$ASTYPE.value == "CSN3" || __condition$ASTYPE.value == "CSN4" || __condition$ASTYPE.value == "CSN5"){
								__prclass.value = "GenApprisalTransaction";
								__cmd .value = "process";
								submit();
							}else if(__condition$ASTYPE.value == "RC10"){
								__prclass.value = "GenApprisalRecruit";
								__cmd .value = "process";
								submit();
							}else {
								alert("ไม่สามารถสร้างแบบประเมินได้");
							}
						}
					}
				}
			}

			EngCode[167]= " Confirm Process Move To History ";
			ThaiCode[167]= "  ยืนยันการสร้างการประเมิน ";

			function setFormlist(){
				// NOTE: Set list of form
				var tmp="";
				with(document.cscform){
					for ( var j = 0 ; j < __asformlist.length; j++ ){
						tmp+=__asformlist.options[j].value+",";
					}
					__form.value=tmp;

					// NOTE: Set filter list of PL
					tmp = "";
					for ( var j = 1 ; j <= plList.length; j++ ){
						tmp+= "'"+plList.options[j-1].value+"'";
						if(j < plList.length){
							tmp+=",";
						}
					}
					__condition$PLLIST.value=tmp;
				}
			}

			// Script for Ttraining *********************************

			function findKey(objOption,myList){
				//alert("in findKey:>"+objOption+":"+myList);
				for ( var j = 0 ; j < objOption.length; j++ ) {
					for(var i=0;i < myList.length;i++){
						if(objOption[j].value == myList.options[i].value){
							alert(myList.options[i].value+" "+MyCode[83]);
							return true;
						}//if
					}//for
				}	//for
				return false;
			}

			function goHelp2(helpName,inputName,listName){
				var helpReturn;
				var key;
				var tdesc="trtitle",edesc="memo";
				if (inputName=="trainingid" ) {
					helpReturn="trainingid";
					key="trainingid";
				}
				with(document.cscform){
					if (__fixCon.value!="")
					__fixCon.value=__fixCon.value;
					var param="PRU086.jsp?__helpName="+helpName+"&__helpReturn="+helpReturn
					+"&__pageCall="+__screen.value+"&__fixCon="+__fixCon.value+"&__checkVerify=off"
					+"&__listName="+listName+"&__key="+key+"&__tdesc="+tdesc+"&__edesc="+edesc;
					window.open(param,"Help","left=50,top=70,width=920,height=680,toolbar=no,status=yes,scrollbars=yes,resizable=yes");
				}
			}

			function listDblClick(objmyList){
				for(i=objmyList.length;i > 0;i--){
					if(objmyList.options[i-1].selected==true){
						bCon=confirm(MyCode[84]+" "+objmyList.options[i-1].text+" ?");
						if (bCon==true){
							objmyList.options[i-1]  = null;
						}
					}
				}
			}

			function addToOption2(objOption,destList) {
				//alert(objOption+":"+destList);
				var lengthAll = parseInt(objOption.length)+parseInt(destList.options.length);
				newDestList = new Array(lengthAll);
				var clen=0;
				for(len=0; len<destList.options.length; len++) {
					if (destList.options[len] != null) {
						newDestList[ len ] = new Option( destList.options[ len ].text, destList.options[ len ].value, destList.options[ len ].defaultSelected, destList.options[ len ].selected );
						clen++;
					}
				}
				for ( var j = 0 ; j < objOption.length; j++ ) {
					if ( objOption[ j ] != null ) {
						newDestList[ clen ] = objOption[ j ];
						clen++;
					}
				}
				//newDestList.sort( compareOptionValues );
				for( var i = destList.options.length - 1; i >= 0; i-- )  {
					if ( destList.options[i] != null  ) {
						destList.options[i]  = null;
					}
				}
				for ( var j = 0; j < newDestList.length; j++ )  {
					if ( newDestList[ j ] != null ) {
						destList.options[ j ] =new Option(newDestList[ j ].text,newDestList[ j ].value);
					}
				}
			} // End of addToOption()
		</script>

	</head>
	<body leftmargin="0" topmargin="0" >
		<div id="toolTipLayer" style="position:absolute; visibility: hidden"></div>
		<script language="javascript">initToolTips();</script>
		<form name="cscform" method="post" action="TRN015.jsp">
			<!----------BEGIN CSC INITIAL ZONE ------------------------>
			<%=screens.InitialVariable()%>
			<!----------END CSC INITIAL ZONE -------------------------->

			<input type="hidden"	name="__screen" value="TRN015">
			<input type="hidden" 	name="__calendar" value="">
			<input type="hidden"	name="__help" value="">
			<input type="hidden" 	name="__user" value="<%=screen.getUProfile().getUserId()%>">
			<input type="hidden" 	name="__tname" value="สร้างรายการประเมิน">
			<input type="hidden" 	name="__ename" value="Create Assess">
			<input type="hidden" 	name="__ptype" value="">
			<input type="hidden" 	name="__prclass"	value="GenApprisalTransaction">
			<input type="hidden"	name="__sysisedit" value="">
			<input type="hidden"	name="__cmd" value="">
			<input type="hidden"	name="__fixCon" value="">
			<input type="hidden"	name="__language" value ="<%=screen.getUProfile().get("lang")%>">
			<input type="hidden"	name="__companyid"	value="<%=screen.getUProfile().get("companyid")%>">
			<input type="hidden"	name="__condition$process_type" value="clear">
			<input type="hidden"	name="__condition$gradeyear" value="">

			<input type="hidden"	name="__condition$DOCNO" value="">
			<input type="hidden"	name="__condition$ASSESSMENTID" value="">
			<input type="hidden"	name="__condition$TDESC" value="">
			<input type="hidden"	name="__condition$EDESC" value="">
			<input type="hidden"	name="__condition$ASD$1" value="">
			<input type="hidden"	name="__condition$ASD$2" value="">
			<input type="hidden"	name="__condition$ASP$1" value="">
			<input type="hidden"	name="__condition$ASP$2" value="">
			<input type="hidden"	name="__condition$ASTYPE" value="">
			<input type="hidden"	name="__condition$FORMS" value="">
			<input type="hidden"	name="__condition$CONFIRM_STAT" value="">
			<input type="hidden"	name="__condition$APSYEAR" value="">
			<input type="hidden"	name="__condition$SEQUENCE" value=""/>
			<input type="hidden"	name="__condition$PLLIST" value=""/>

			<input type="hidden" name="__notNull" value="<%=screens.getRequire()%>">
			<input type="hidden" name="__form" value="<%=screens.getDataLabel("form")%>">

			<input type="hidden" name="issave" value="">
			<SCRIPT LANGUAGE="JavaScript">getInputFormatDate();</SCRIPT>
			<script language="JavaScript">//document.write(Icons());</script>

			<br>
			<div align="center">
				<!-- ตารางกำหนดผู้ประเมิน -->
				<table  cellpadding="0"  cellspacing="0" class="inner">
					<tr >
						<td  class="header">TRN015 ,<script language="javascript">swapLang('สร้างเอกสารประเมินผล');</script></td>
					</tr>
					<tr >
						<td align="center">
							<table   class="maxsize" cellpadding="0" cellspacing="0" border="1">
								<tr>
									<td colspan="2"  class="blankspace"></td>
								</tr>
								<tr>
									<td  class="columnlabel"><%=screens.getLabel("apsid")%>&nbsp;</td>
									<td ><%=screens.getInput("apsid")%> </td>
								</tr>
								<tr>
									<td  class="columnlabel"><%=screens.getLabel("apsreference")%>&nbsp;</td>
									<td ><%=screens.getInput("apsreference")%><A href="javascript: goHelp('HAPSTRAN0HELP','__apsreference');"  onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('__assessmentid_image','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="SEARCH" name="__assessmentid_image" width="20" height="20" border="0" align="absmiddle"  ></a></td>
								</tr>
								<tr>
									<td  class="columnlabel"><%=screens.getLabel("apsyear")%>&nbsp;</td>
									<td>
										<input type="Text" name="__apsyear" size="5" maxlength="5" value="<%=apsyear%>" onkeypress="chkSpecialKey(event);" onkeyup="sysIsEdit();" onblur="trimValue(this);" onfocus="this.select();" alt="ปีที่ทำการประเมิน" onmouseout="toolTip()" class="disabled" readonly>
										<b><%=screen.getUProfile().get("lang").equalsIgnoreCase("THA")?"รอบการประเมิน":"Sequence"%></b>
										<input type="Text" name="__sequence" size="5" maxlength="1" onkeypress="chkSpecialKey(event);" onkeyup="sysIsEdit();" onblur="trimValue(this);" onfocus="this.select();" value="<%=StaticConfig.getConfigCompany(screen.getUProfile(),"SEQUENCE_UPPER")%>" class="disabled" readonly>
									</td>
								</tr>
								<tr>
									<td  class="columnlabel"><%=screens.getLabel("tdesc")%>&nbsp;</td>
									<td > <%=screens.getInput("tdesc")%></td>
								</tr>
								<tr>
									<td  class="columnlabel"><%=screens.getLabel("edesc")%>&nbsp;</td>
									<td > <%=screens.getInput("edesc")%> </td>
								</tr>
								<tr>
									<td  class="columnlabel"><script language="javascript">swapLang("Apprisal Date");</script>&nbsp;</td>
									<td ><%=screens.getInput("apsstartdate")%><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image1','','../IMAGES/BUTTON/SWAP/CALENDAR_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/CALENDAR20.gif" alt="calendar" name="Image1" border="0" align="absmiddle" id="Image1" onClick="viewCal('__apsstartdate')"></a>-<%=screens.getInput("apsenddate")%><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','../IMAGES/BUTTON/SWAP/CALENDAR_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/CALENDAR20.gif" alt="calendar" name="Image2" border="0" align="absmiddle" id="Image2" onClick="viewCal('__apsenddate')"></a></td>
								</tr>
								<tr>
									<td  class="columnlabel"><script language="javascript">swapLang("Apprisal Period");</script>&nbsp;</td>
									<td ><%=screens.getInput("apsperiodstart")%><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','../IMAGES/BUTTON/SWAP/CALENDAR_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/CALENDAR20.gif" alt="calendar" name="Image3" border="0" align="absmiddle" id="Image3" onClick="viewCal('__apsperiodstart')"></a>-<%=screens.getInput("apsperiodend")%><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','../IMAGES/BUTTON/SWAP/CALENDAR_SWAP20.gif',1)"><img src="../IMAGES/BUTTON/MAIN/CALENDAR20.gif" alt="calendar" name="Image4" border="0" align="absmiddle" id="Image4" onClick="viewCal('__apsperiodend')"></a></td>
								</tr>
								<tr>
									<td  class="columnlabel"><%=screens.getLabel("astid")%>&nbsp;</td>
									<td ><%=screens.getInput("astid")%></td>
								</tr>
								<tr>
									<td class="columnlabel"><script language="javascript">swapLang("Form");</script>&nbsp;</td>
									<td>
										<select name="__asformlist" style="width:350px" size="5"></select>
										<a href="javascript:showHelp('TRN014_1.jsp');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image421','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img SRC="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="รายการกลุ่มหัวข้อประเมินผล" name="Image421" border="0" align="absmiddle" id="Image42"></a>
										<a href="javascript:delOption();" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image422','','../IMAGES/BUTTON/SWAP/DEL_SWAP20.gif',1)"><img SRC="../IMAGES/BUTTON/MAIN/DEL20.gif" alt="รายการกลุ่มหัวข้อประเมินผล" name="Image422" border="0" align="absmiddle" id="Image42"></a>
									</td>
								</tr>
								<tr style="display:none">
									<td  class="columnlabel"><%=screens.getLabel("confirm_stat")%>&nbsp;</td>
									<td ><%=screens.getInput("confirm_stat")%></td>
								</tr>
								<tr >
									<td colspan="2" class="blankspace"></td>
								</tr>
								<script language="javascript">
									<%
										String form[] = screens.getDataLabel("form").split(",");
									%>
									var   newDatalist  = new Array(<%=form.length%>);
									<%
										DataSet ds_type = new DataSet();
										for(int i=0;i<form.length;++i){
											ds_type.setInfo("select tdesc,edesc from mtrnform where asfid = '"+form[i]+"'",(String)screens.getUProfile().get("dbname"),"mtrnform");
											ds_type.initConnection(screens.getUProfile());
											if(ds_type.next()){
									%>
									newDatalist[<%=i%>] = new Option( '<%=form[i]%>'+"            "+'<%=ds_type.getString("tdesc")%>', '<%=form[i]%>') ;
									<%
											}
										}
										ds_type.closeConnection();
									%>
									this.addOption(newDatalist);
								</script>
							</table>
							<table class="maxsize" cellpadding="0" cellspacing="0" border="1">
								<tr >
									<td colspan="2" class="blankspace"></td>
								</tr>
								<tr>
									<td nowrap class="columnlabel" swlang code='SW001050'>Training ID&nbsp;</td>
									<td>
											<select name="traininglist" size="20" multiple class="large" style="width:250; height:60" onDblClick="listDblClick(this.form.traininglist);"></select>
											<A style="vertical-align: top;" href="javascript: goHelp2('TTRAININGHELP','trainingid','traininglist');"  onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('__trainingid','','../IMAGES/BUTTON/SWAP/SEARCH_SWAP20.gif',1)"><img style="vertical-align: top;" src="../IMAGES/BUTTON/MAIN/SEARCH20.gif" alt="SEARCH" name="__trainingid" width="20" height="20" border="0" align="absmiddle"  ></a>
									</td>
								</tr>
								<tr >
									<td colspan="2" class="blankspace"></td>
								</tr>
								<tr>
									<td nowrap class="columnlabel"><script language="javascript">swapLang("Delete old data");</script>?</td>
									<td>
										<%
											ReportUDF rf=new ReportUDF();
											String gstatus[]=rf.getSystemCode("OVERRIDE",screen.getUProfile().get("lang"));
											String keyvalue[];
											for(int n=0;n<gstatus.length;n++){	keyvalue=gstatus[n].split(",");
												out.print("<input type=\"radio\" name=\"__condition$OVERRIDE\" "+((n==1)?"checked":"")+" id=\"radio\" value=\""+keyvalue[0]+"\">"+keyvalue[1]);
										}
										%>
									</td>
								</tr>
							</table>
						</td>
					</tr>
					<tr >
						<td class="blankspace"></td>
					</tr>
					<tr>
						<td  class="buttonline" colspan="7"><div align="center">
							<button type="button" class="btn btn-primary width100" swlang code="SW013173" onClick="process();">PROCESS</button>
						</div>
						</td>
					</tr>
					<tr >
						<td class="blankspace"></td>
					</tr>
					<tr bordercolor="0069B3">
						<td  class="bottom"></td>
					</tr>
				</table>
				<!-- สิ้นสุดตารางกำหนดผู้ประเมิน -->
			</div>
			<!----------BEGIN CSC ENDING ZONE ------------------------>
			<%=screens.endJSP()%>
			<!----------END CSC ENDING ZONE -------------------------->
		</form>
	</body>
</html>