REV008.jsp 4.82 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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
<%@ page contentType="text/html; charset=UTF-8" language="java" %>
<%@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.*"  %>
<%@ include file="../CHECKPROFILE.jsp" %>
<% request.setCharacterEncoding("UTF-8"); %>
<jsp:useBean id="REV008" scope="page" class="com.csc.library.system.Task"/>
<jsp:setProperty name="REV008" property="appname" value="empview" />
<%
		REV008.setChannel(request ,response);
		HelpEntry screen=(HelpEntry) REV008.process("HelpEntry","REV008HELP");
		screen.process();
		screen.nextRec();
	
		CheckNull chkNull = new CheckNull();		

%>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" ng-app="myHR">
	<head>

		<title>Paper Test Details</title>

		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

		<link rel="stylesheet" href="<%=request.getContextPath()%>/CSS/font-awesome.css">
		<link rel="stylesheet" type="text/css" href="../CSS/Bootstrap/css/bootstrap.css" />
		<link rel="stylesheet" type="text/css" href="../CSS/EMPVIEW_LAYOUT.min.css" />

		<script type="text/javascript" src="../JS/jquery-2.1.3.min.js"></script>
		<script type="text/javascript"src="../JS/EVENTS.js"></script>
		<script type="text/javascript" src="../JS/UTILITIES.js"></script>
		<script type="text/javascript"src="../JS/ACTIVE_OBJECT.js"></script>
		<script type="text/javascript" src="../JS/DDMENU.js"></script>
		<script type='text/javascript' src='../JS/SCREEN.js'></script>
		<script src='../JS/EMPLOYEE.js'></script>
		<script src='../JS/DATEINPUT.js'></script>
		<script src='../JS/VIEWCALENDAR.js'></script>
		<script src='../JS/ICONSMENU.js'></script>
		<script src='../JS/HOTKEY.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>setLang('<%=screen.getUProfile().get("lang")%>');</script>
		<script>getTitleName();</script>

		<script type="text/JavaScript">

			function toolTip(){}
		</script>

	</head>
	<body>
		<div class="bg-com"></div>
	
		<div class="container csc-content">
			<form name="cscform" class="form-horizontal" method="post" action="">
				<%=screen.InitialVariable()%>
				<input type="hidden"name="__screen"  value="REV008"> 
				<input type="hidden" name="__help"  size="50" value="">
				<input name="__fixCon" type="hidden" value="">
				<input type="hidden" name="__cmd"  value="">
				<input type="hidden" name="__companyid" value="<%=screen.getUProfile().get("companyid")%>"> 
				<input type="hidden" name="gopage"  value="<%//=request.getParameter("gopage")%>">
				<input type="hidden" name="__referPage" value="">
				<input type="hidden" name="__notNull" value="">
				<input type="hidden" name="__calendar">        
				<input type="hidden" name="__language"	value ="<%=screen.getUProfile().get("lang")%>">
				<script>getInputFormatDate();</script>
				<script>setPageTitle(swap2String('Paper Score'));</script> 

				<div class="csc-block-white">
					<div class="container csc-content">
						<div class="center">
							<h4 swlang code='SW002171'>Paper Score</h4>
						</div>
						<table class="table table-head table-hover table-bordered table-left">
							<tr>
								<th><%=screen.getLabel("REQUESTID")%></th>
								<td><%=screen.getDataLabel("REQUESTID")%></td>
								<th><%=screen.getLabel("MAPPLICANT","APPLICANTID")%></th>
								<td><%=screen.getDataLabel("MAPPLICANT","APPLICANTID")%></td>
							</tr>
							<tr>
								<th><%=screen.getLabel("MAPPLICANT","FULLNAME")%></th>
								<td><%=screen.getDataLabel("MAPPLICANT","FULLNAME")%></td>
								<th swlang code='SW000057'>Position</th>
								<td><%=screen.getDataLabel("MAPPLICANT","JOBNAME").equals("")?screen.getDataLabel("MAPPLICANT","FREETEXTJOB") :screen.getDataLabel("MAPPLICANT","JOBNAME")%></td>
							</tr>
							<tr>
								<th><%=screen.getLabel("MAPPLICANT","EXP_STARTDATE")%></th>
								<td><%=screen.getDataLabel("MAPPLICANT","EXP_STARTDATE")%></td>
								<th><%=screen.getLabel("TESTDATE")%></th>
								<td><%=screen.getDataLabel("TESTDATE")%></td>
							</tr>
							<tr>
								<th><%=screen.getLabel("TESTTYPE")%></th>
								<td><%=screen.getDataLabel("MTESTTYPE","TDESC")%></td>
								<th><%=screen.getLabel("RESULT")%></th>
								<td><%=screen.getInquiry().getCurrentDbRecord().getSystemCode("RESULT")%></td>
							</tr>
							<tr>
								<th><%=screen.getLabel("SCORE")%></th>
								<td><%=screen.getDataLabel("SCORE")%></td>
								<th><%=screen.getLabel("COMMENTS")%></th>
								<td><%=screen.getDataLabel("COMMENTS")%></td>
							</tr>
						</table>
						<div class="center">
							<a href="javascript:close();" swlang code='SW012104' class="btn btn-primary">Close</a>
						</div>
					</div>
				</div>
			</form>
		</div>
	</body>
</html>