⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 subjects_mod.jsp

📁 企业人力资源管理
💻 JSP
字号:
<%@ page language="java" pageEncoding="gbk"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>

<html>
	<head>
		<title>考试题库管理_变更</title>
		<link rel="stylesheet" type="text/css" href="/hr/css/all_page.css">
	</head>
	<script type="text/javascript" src="/hr/js/share/share.js"></script>
	<script type="text/javascript" src="/hr/js/engage/subjects.js"></script>
	<body onload="subjects_change_load();">
		<html:form action="/subjects" method="post"
			onsubmit="return subjects_change_sub(this);">
			<font color="#0000CC"> 您正在做的业务是:人力资源--招聘管理--考试题库管理--试题变更 </font>
			<input type="hidden" name="method" value="doMod" />
			<html:hidden property="subId" />
			<html:hidden property="firstKindId" />
			<html:hidden property="secondKindId" />
			<p align="right">
				<html:submit value="变更" />
				<input type="button" value="返回" onclick="history.back();" />
				<input type="button" value="返回招聘管理"
					onclick="location.href='/hr/baseConfig.do?method=toBodyUrl&url=body_engage';" />
			</p>
			<table width="100%" border="1" cellpadding="0" cellspacing="0">
				<tr>
					<td>
						试题一级分类
					</td>
					<td>
						<html:text property="firstKindName" onfocus="this.blur();" />
					</td>
					<td>
						试题二级分类
					</td>
					<td>
						<html:text property="secondKindName" onfocus="this.blur();" />
					</td>
					<td>
						登记人
					</td>
					<td>
						<html:text property="register" onfocus="this.blur();" />
					</td>
					<td>
						登记时间
					</td>
					<td>
						<input type="text" name="regist_time"
							value="${requestScope.regist_time}" onfocus="this.blur();" />
					</td>
				</tr>
				<tr>
					<td>
						题干
					</td>
					<td colspan="8">
						<html:textarea rows="4" cols="100" property="content" />
					</td>
				</tr>
				<tr>
					<td>
						答案A
					</td>
					<td colspan="8">
						<html:textarea rows="4" cols="100" property="keyA" />
					</td>
				</tr>
				<tr>
					<td>
						答案B
					</td>
					<td colspan="8">
						<html:textarea rows="4" cols="100" property="keyB" />
					</td>
				</tr>
				<tr>
					<td>
						答案C
					</td>
					<td colspan="8">
						<html:textarea rows="4" cols="100" property="keyC" />
					</td>
				</tr>
				<tr>
					<td>
						答案D
					</td>
					<td colspan="8">
						<html:textarea rows="4" cols="100" property="keyD" />
					</td>
				</tr>
				<tr>
					<td>
						答案E
					</td>
					<td colspan="8">
						<html:textarea rows="4" cols="100" property="keyE" />
					</td>
				</tr>
				<tr>
					<td>
						正确答案
					</td>
					<td>
						<html:text property="correctKey" />
					</td>
					<td>
						试题出处
					</td>
					<td>
						<html:text property="derivation" />
					</td>
					<td>
						变更人
					</td>
					<td>
						<html:text property="changer"
							value="${sessionScope.users.userName}" onfocus="this.blur();" />
					</td>
					<td>
						变更时间
					</td>
					<td>
						<input type="text" name="cur_date" onfocus="this.blur();" />
					</td>
				</tr>
			</table>
		</html:form>
	</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -