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

📄 query.jsp

📁 hr伯乐管理系统!非常适合java学员做学习参考用!是用集成框架开发的Struts+hrbernet+Spring 开发的
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java"
	errorPage=""%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<link rel="stylesheet" href="table.css" type="text/css">
		<link rel="stylesheet" type="text/css" media="all"
			href="javascript/calendar/calendar-win2k-cold-1.css">
		<script type="text/javascript" src="javascript/calendar/cal.js"></script>
		<script type="text/javascript" src="javascript/comm/comm.js"></script>
		<script type="text/javascript" src="javascript/comm/time.js"></script>
	</head>
	<body>
		<table width="100%">
			<tr>
				<td>
					<font color="#0000CC">您正在做的业务是:人力资源--招聘管理--招聘考试题库管理--试题查询 </font>
				</td>
			</tr>
			<tr>
				<td align="right">
					<input type="button" class="BUTTON_STYLE1" value="返回" onclick="history.back();">
				</td>
			</tr>
		</table>
		<table class="TABLE_STYLE1" border="1" width="100%" cellpadding=0
			cellspacing=1 bordercolorlight=#848284 bordercolordark=#eeeeee>
			<tr class="TR_STYLE1">
				<td width="8%" nowrap class="TD_STYLE1">
						试题I级分类
				</td>
				<td width="14%" class="TD_STYLE2">
					<bean:write name="engagesubjectsForm" property="item.firstKindName"/>
				</td>
				<td width="8%" nowrap class="TD_STYLE1">
						试题II级分类
				</td>
				<td width="14%" class="TD_STYLE2">
					<bean:write name="engagesubjectsForm" property="item.secondKindName"/>
				</td>
				<td width="10%" nowrap class="TD_STYLE1">
						登记人
				</td>
				<td width="14%" class="TD_STYLE2">
					<bean:write name="engagesubjectsForm" property="item.register"/>
				</td>
				<td width="10%" class="TD_STYLE1">
						登记时间
				</td>
				<td width="14%" class="TD_STYLE2">
					<bean:write name="engagesubjectsForm" property="item.registTime"/>
				</td>
			</tr>
			<tr>
					<td class="TD_STYLE1">
						题干
					</td>
					<td class="TD_STYLE2" colspan="7" height="68">
						<bean:write name="engagesubjectsForm" property="item.content"/>
					</td>
			</tr>
			<tr>
					<td class="TD_STYLE1">
						答案a
					</td>
					<td class="TD_STYLE2" colspan="7">
						<bean:write name="engagesubjectsForm" property="item.keyA"/>
					</td>
				</tr>
			<tr>
					<td class="TD_STYLE1">
						答案b
					</td>
					<td class="TD_STYLE2" colspan="7">
						<bean:write name="engagesubjectsForm" property="item.keyB"/>
					</td>
				</tr>
				<tr>
					<td class="TD_STYLE1">
						答案c
					</td>
					<td class="TD_STYLE2" colspan="7">
						<bean:write name="engagesubjectsForm" property="item.keyC"/>
					</td>
				</tr>
				<tr>
					<td class="TD_STYLE1">
						答案d
					</td>
					<td class="TD_STYLE2" colspan="7">
						<bean:write name="engagesubjectsForm" property="item.keyD"/>
					</td>
				</tr>
				<tr>
					<td class="TD_STYLE1">
						答案e
					</td>
					<td class="TD_STYLE2" colspan="7">
						<bean:write name="engagesubjectsForm" property="item.keyE"/>
					</td>
				</tr>
				<tr>
					<td class="TD_STYLE1">
						正确答案
					</td>
					<td class="TD_STYLE2">
						<bean:write name="engagesubjectsForm" property="item.correctKey"/>
					</td>
					<td class="TD_STYLE1">
						试题出处
					</td>
					<td class="TD_STYLE2">
						<bean:write name="engagesubjectsForm" property="item.derivation"/>
					</td>
					<td class="TD_STYLE1">
						
					</td>
					<td class="TD_STYLE2">
						
					</td>
					<td class="TD_STYLE1">
						
					</td>
					<td class="TD_STYLE2">
						
					</td>
				</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

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