ASP803_PRO.jsp 2.6 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
<%@page contentType="text/html; charset=UTF-8"%>
<%@page import="com.csc.library.entry.HelpEntry,com.csc.library.system.*,com.csc.library.utilities.*"%>
<%@ page import="com.csc.library.entry.*,com.csc.library.database.*,com.csc.library.session.*"  %>
<jsp:useBean id="TAU128" class="com.csc.library.system.Task" scope="page"/>
<%
	TAU128.setChannel(request ,response);
   	ProcessEntry screen=(ProcessEntry)TAU128.process("ProcessEntry","Process");
   	screen.process();
%>

<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../CSS/TISCO.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="../JS/SCREEN.js"></script>
<script language="javascript">setLang('<%=screen.getUProfile().get("lang")%>');</script>
<script language="JavaScript" >
	function chkProcess() {
		with (document.cscform) {
			if (__cmd.value=='process_data') {	
				__cmd .value = "save";		
				submit();
			} else {
				action = "ASP803.jsp";
				submit();
			}
		}
	}	
//-->
</script>

</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<form  name="cscform"  method="POST" action="ASP803_PRO.jsp">


<!----------BEGIN CSC INITIAL ZONE ------------------------>

<%=screen.InitialVariable()%>

<!----------END CSC INITIAL ZONE -------------------------->

<input type="hidden" name="__screen"  value="ASP803_PRO">
	<input type="hidden" name="__fixCon"  value="">
	<input type="hidden" name="__cmd"  value="<%=request.getParameter("__cmd")%>">
	<input type="hidden" name="__help"  value="">
	<input type="hidden" name="__user" value="<%=screen.getUProfile().getUserId()%>">
	<input type="hidden" name="__companyid" value='<%=screen.getUProfile().get("companyid")%>'>
	<input type="hidden" name="__tname" value="ระบบเวลาการทำงาน">
	<input type="hidden" name="__ename" value="Time Attendance">
	<input type="hidden" name="__ptype" value="TA11">
	<input type="hidden" name="__prclass" value="ImportMtime2">
	<script language="javascript">getInputFormatDate();</script>
	<input type="hidden" name="__language" value ="<%=screen.getUProfile().get("lang")%>">		
	<div id="toolTipLayer" style="position:absolute; visibility: hidden"></div>
  	<script language="javascript">initToolTips();</script>
	<input type="hidden" name="__condition$employeeProcess" value='<%=screen.getUProfile().get("employeeid")%>'>
	<input type="hidden" name="__condition$fileName" value="<%=request.getParameter("__fileName")%>">
	<input type="hidden" name="__condition$tableImport" value="ttimetemp">
</form>
<script language="javascript">chkProcess();</script >
</body>
</html>