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

📄 sj201.jsp

📁 基于Struts的试卷分析系统
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=GBK" pageEncoding="GBK"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> 
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>

<html:html>
<head>
<title>添加试卷分析</title>
<meta http-equiv=Content-Type content="text/html; charset=GBK">
<meta http-equiv="Content-Style-Type" content="text/css">
<link href="./css/common.css" rel="stylesheet" type="text/css">
	<script language="JavaScript" src='<html:rewrite page="/java_script/gyomukanri.js" />'></script>
	<script language="JavaScript" src="./java_script/EventListener.js"></script>
	<script language="JavaScript">	
		// [取消]按纽按下
	    function doCancle(){
	        if (bCancel=true) {
		        formWithActionName(document.forms[0],'<html:rewrite page="/Sj201Cancel.do?method=Cancel" />');
		    }
	    }
		
		// [登陆]按纽按下
		 function doToroku(){
		    formWithActionName(document.forms[0],'<html:rewrite page="/Sj201Toroku.do?method=Toroku" />');
	    }
	</script>
</head>
<body>
<bean:define id="thisForm" name="SJ201DynaForm"/>
<html:form action="/Sj201Init">
<table>
	<tr>
		<td><img src="./img/logo.jpg" align="middle"/></td>
	</tr>
</table>
<table cellspacing="0" cellpadding="0" width="100%">
	<tr>
		<td class="trIdnContextAndTitle">
			<html:errors />
		</td>
	</tr>
</table>
<table cellSpacing=0 cellPadding=0 width="100%" border=0>
	<tbody>
	 <!--  欢迎栏 -->	
		<tr>
			<td vAlign=center bgColor=#ffffff colSpan=2 height=20>
				<table cellSpacing=0 cellPadding=0 width="95%" border=0>
				<tbody>
					<tr align=center>
						<td width=150>&nbsp;</td>
						<td width=100 bgColor=#99ccff>&nbsp;</td>
						<td width=200 height=30 bgColor=#99ccff nowrap><div align=center>欢迎你,<bean:write name="thisForm" property="username"/> !</div></td>
						<td width=400 bgColor=#99ccff>&nbsp;</td>
          				<td width=120 bgColor=#99ccff nowrap><div align=center><Strong><A class=Bluelink_NoUnder href='<html:rewrite page="/Sj201Init.do" />' >添加试卷分析</A></Strong></div></td>
          				<td width=400 bgColor=#99ccff>&nbsp;</td>
          				<td width=110 bgColor=#99ccff nowrap><div align=center><A href='<html:rewrite page="/Sj201Init.do" />' ><Strong class=Bluelink_NoUnder>退出系统</Strong></A></div></td>
          				<td width=500 bgColor=#99ccff>&nbsp;</td>
          				<td width=100 >&nbsp;</td>
					</tr>
				</tbody>
				</table>
			</td>
		</tr>
    	<tr height=30><td>&nbsp;</td></tr>
    	<tr>
    		<td vAlign=top colSpan=2 height=133 width="80%">
    			<DIV align=center><Strong>添加试卷分析</Strong></DIV>
    			<table cellSpacing=0 cellPadding=0 width=400 align=center borderColorLight=#ffffff border=1>
        		<tbody>
        			<tr bgColor=#ffffff class="trHeight">
						<td nowrap class="tdLeftLabel4">学校名称</td>
          				<td class ="tdRightName10"><html:text property="txt_collegeName" styleClass="TextreadOnly input" readonly="true" value="湖北师范大学" size="15"/></td>
	        			<td nowrap class="tdLeftLabel4">系部</td>
 	        			<td><html:select name="thisForm" property="txt_dept" style="WIDTH:105pt">
                 			<html:optionsCollection name="thisForm" property="pld_dept" label="dept_label" value="dept_value"/>
	             			</html:select>
	        			</td>
					</tr>
        			<tr bgColor=#ffffff class="trHeight">
        				<td nowrap class="tdLeftLabel4">班级名称</td>
          				<td class="tdRightInput10"><html:text property="txt_classes" styleClass="input" size="21"/></td>
          				<td nowrap class="tdLeftLabel4">任课老师</td>
 	        			<td class="tdRightInput10"><html:text property="txt_teacher" styleClass="input" size="21"/></td> 
          			</tr>
          			<tr bgColor=#ffffff class="trHeight">
        				<td nowrap class="tdLeftLabel4">专业名称</td>
          				<td class="tdRightInput10"><html:text property="txt_profession" styleClass="input" size="21"/></td>
          				<td nowrap class="tdLeftLabel4">任课教研室</td>
 	        			<td class="tdRightInput10"><html:text property="txt_room" styleClass="input" size="21"/></td> 
          			</tr>
          			<tr bgColor=#ffffff class="trHeight">
        				<td nowrap class="tdLeftLabel4">课程名称</td>
        				<td class="tdRightInput10"><html:text property="txt_course" styleClass="input" size="21"/></td> 
          				<td nowrap class="tdLeftLabel4">课程类别</td>
          				<td><html:select name="thisForm" property="txt_category" style="WIDTH:105pt">
							<html:optionsCollection name="thisForm" property="pld_category" label = "category_label" value = "category_value"/>
	            			</html:select>
	        			</td>
          			</tr>
        			<tr bgColor=#ffffff class="trHeight">
        				<td nowrap class = "tdLeftLabel4">课程代码</td>
        				<td class="tdRightInput10"><html:text property="txt_courseId" styleClass="input" size="21"/></td>
        				<td nowrap class = "tdLeftLabel4">课程学时</td> 
        				<td class="tdRightInput10"><html:text property="txt_courseTime" styleClass="input" size="21"/></td>
         			</tr>
        			<tr bgColor=#ffffff class="trHeight">
        				<td nowrap class= "tdLeftLabel4">平时成绩</td>
        				<td><html:select name="thisForm" property="txt_ps_scorse" style="WIDTH:105pt">
        					<html:optionsCollection name="thisForm" property="pld_ps_scorse" label = "ps_label" value = "ps_value"/>
        					</html:select>
        				</td>
        				<td nowrap class="tdLeftLabel4">权重</td>
 	        			<td><html:select name="thisForm" property="txt_ps_weight" style="WIDTH:105pt">
                			<html:optionsCollection name="thisForm" property="pld_ps_weight" label = "ps_label" value = "ps_value"/>
	            			</html:select>
	        			</td>
          			</tr>
        			<tr bgColor=#ffffff class="trHeight">
        				<td nowrap class= "tdLeftLabel4">实验成绩</td>
        				<td><html:select name="thisForm" property="txt_sy_scorse" style="WIDTH:105pt">
        					<html:optionsCollection name="thisForm" property="pld_sy_scorse" label = "sy_label" value = "sy_value"/>
        					</html:select>
        				</td>
        				<td nowrap class="tdLeftLabel4">权重</td>
 	        			<td><html:select name="thisForm" property="txt_sy_weight"  style="WIDTH:105pt">
                			<html:optionsCollection name="thisForm" property="pld_sy_weight" label = "sy_label" value = "sy_value"/>
	            			</html:select>
	        			</td>
          			</tr>
          			<tr bgColor=#ffffff class="trHeight">
          				<td nowrap class= "tdLeftLabel4">期末成绩</td>
        				<td><html:select name="thisForm" property="txt_qm_scorse" style="WIDTH:105pt">
        					<html:optionsCollection name="thisForm" property="pld_qm_scorse" label = "qm_label" value = "qm_value"/>
        					</html:select>
        				</td>
        				<td nowrap class="tdLeftLabel4">权重</td>
 	        			<td><html:select name="thisForm" property="txt_qm_weight"  style="WIDTH:105pt">
                			<html:optionsCollection name="thisForm" property="pld_qm_weight" label = "qm_label" value = "qm_value"/>
	            			</html:select>
	        			</td>
          			</tr>
          			<tr bgColor=#ffffff class="trHeight">
          				<td nowrap class = "tdLeftLabel4">课程学分</td>
          				<td class="tdRightInput10"><html:text property="txt_courseScore" styleClass="input" size="21"/></td> 
          				<td nowrap class = "tdLeftLabel4">命题方式</td>
          				<td class="tdRightInput10"><html:text property="txt_setStyle" styleClass="input" size="21"/> </td> 
          			<tr bgColor=#ffffff class="trHeight">
          				<td nowrap class = "tdLeftLabel4">阅卷教师</td>
          				<td class="tdRightInput10"><html:text property="txt_check_teacher"  styleClass="input" size="21"/></td>
          				<td nowrap class = "tdLeftLabel4">阅卷方式</td>
          				<td class="tdRightInput10"><html:text property="txt_checkStyle"  styleClass="input" size="21"/></td>
          			</tr>
          			<tr bgColor=#ffffff class="trHeight">
          				<td nowrap class = "tdLeftLabel4">考试方式</td>
          				<td><html:select name="thisForm" property="txt_examStyle" style="WIDTH:105pt">
          					<html:optionsCollection name="thisForm" property="pld_examStyle" label = "examStyle_label" value = "examStyle_value"/>
          					</html:select>
        				</td>
          				<td nowrap class="tdLeftLabel4">考试时间</td>
          				<td><html:select name="thisForm" property="txt_examTime" style="WIDTH:105pt">
          					<html:optionsCollection name="thisForm" property="pld_examTime" label = "examTime_label" value = "examTime_value"/>
          					</html:select>
        				</td>
          			</tr>
          			<tr bgColor=#ffffff class="trHeight">
          				<td colspan=4 >
            				<DIV align=center><html:submit property="btn_torikesi"  styleClass="buttonToroku" onclick="doCancleAlarm();">取消</html:submit><html:submit property="btn_toroku"  styleClass="buttonToroku" onclick="doToroku();">提交</html:submit></DIV>
          				</td>
            		</tr>
        		</tbody>
        		</table>
        	</td>
        </tr>
        <tr>
			<td vAlign=center colSpan=2 height=34><div align=center>Power By <a href="http://jwc.hbnu.edu.cn/">jwc.hbnu.edu.cn</a></div></td>
		</tr>	
    </tbody>
</table>
</html:form>
</body>
</html:html>

⌨️ 快捷键说明

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