📄 edit.jsp
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ taglib prefix="ww" uri="webwork"%>
<%@ include file="/include/header.inc"%>
<%@ page import="com.opensymphony.xwork.util.OgnlValueStack"%>
<html>
<head>
<title>Lomboz JSP</title>
</head>
<script language="javascript">
<!--
function editFormSub(){
document.editForm.action="cjlr!queryUpdate.action";
document.editForm.submit();
}
function backlist(){
document.editForm.action="cjlr!update.action";
document.editForm.submit();
}
//-->
</script>
<body>
<form name="editForm" action="kkgl!save.action" method="post">
<table cellspacing="0" cellpadding="0" align="center">
<tr>
<td class="topg" />
</tr>
</table>
<table cellspacing="0" cellpadding="0" align="center" class="wukuang">
<tr>
<td width="1%" align="left">
<img class="img"
src="<%= request.getContextPath() %>/images/tleft.gif">
</td>
<td width="20%">
[成绩信息修改]
</td>
<td>班级:</td>
<td width="20%"><ww:select name="'bjbh'" listKey = 'CLASS_BH' listValue = 'CLASS_BH' list = 'classList'/></td>
<td>课程:</td>
<td width="20%"><ww:select name="'kcmc'" listKey = 'KC_NAME' listValue = 'KC_NAME' list = 'kkList'/></td>
<td width="30%" align="right">
<a href="javascript:editFormSub();"><img class="imgd"
src="<%= request.getContextPath() %>/images/button/qd.gif">
</a>
<a href="javascript:backlist();"><img class="imgd"
src="<%= request.getContextPath() %>/images/button/save.gif">
</a>
</td>
<td width="1%" align="left">
<img class="img"
src="<%= request.getContextPath() %>/images/tright.gif">
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" align="center">
<tr>
<td class="topg" />
</tr>
</table>
<table border="1" cellspacing="1" cellpadding="2" align="center" class="bgtable" style="table-layout: fixed">
<tr align="center" class="henglan">
<td width="10%">
<div align="center">
序号
</div>
</td>
<td width="13%">
<div align="center">
学期
</div>
</td>
<td width="10%">
<div align="center">
班级
</div>
</td>
<td width="10%">
<div align="center">
学号
</div>
</td>
<td width="8%">
<div align="center">
姓名
</div>
</td>
<td width="8%">
<div align="center">
课程名称
</div>
</td>
<td width="10%">
<div align="center">
考试类型
</div>
</td>
<td width="7%">
<div align="center">
学分
</div>
</td>
<td width="10%">
<div align="center">
期末成绩
</div>
</td>
<td width="10%">
<div align="center">
总评成绩
</div>
</td>
</tr>
<ww:iterator value="xscjList" status="status">
<ww:if test="#status.odd == true">
<tr class="tabtd1" onMouseOver="MouseMoveIn(this);"
onMouseOut="MouseMoveOut(this);">
</ww:if>
<ww:else>
<tr class="tabtd2" onMouseOver="MouseMoveIn(this);"
onMouseOut="MouseMoveOut(this);">
</ww:else>
<input type="hidden" name="xscjb[<ww:property value="#status.count-1"/>].id" value="<ww:property value="id"/>"/>
<td align="center">
<ww:property value="#status.count" />
</td>
<td title="<ww:property value="KKXQ"/>">
<input size="25" maxlength="25" name="xscjb[<ww:property value="#status.count-1"/>].KKXQ"
value="<ww:property value="KKXQ"/>" readonly="readonly"/>
</td>
<td title="<ww:property value="bj"/>">
<input size="25" maxlength="25" name="xscjb[<ww:property value="#status.count-1"/>].bj"
value="<ww:property value="bj"/>" readonly="readonly"/>
</td>
<td title="<ww:property value="xh"/>">
<input size="25" maxlength="25" name="xscjb[<ww:property value="#status.count-1"/>].xh"
value="<ww:property value="xh"/>" readonly="readonly"/>
</td>
<td title="<ww:property value="xm"/>">
<input size="25" maxlength="25" name="xscjb[<ww:property value="#status.count-1"/>].xm"
value="<ww:property value="xm"/>" readonly="readonly"/>
</td>
<td title="<ww:property value="kc"/>">
<input size="25" maxlength="25" name="xscjb[<ww:property value="#status.count-1"/>].kc"
value="<ww:property value="kc"/>" readonly="readonly"/>
</td>
<td title="<ww:property value="kslx"/>">
<input size="25" maxlength="25" name="xscjb[<ww:property value="#status.count-1"/>].kslx"
value="<ww:property value="kslx"/>" readonly="readonly"/>
</td>
<td title="<ww:property value="xf"/>">
<input size="25" maxlength="25" name="xscjb[<ww:property value="#status.count-1"/>].xf"
value="<ww:property value="xf"/>" readonly="readonly"/>
</td>
<td title="<ww:property value="qmcj"/>">
<input size="25" maxlength="25" name="xscjb[<ww:property value="#status.count-1"/>].qmcj"
value="<ww:property value="qmcj"/>" />
</td>
<td title="<ww:property value="zpcj"/>">
<input size="25" maxlength="25" name="xscjb[<ww:property value="#status.count-1"/>].zpcj"
value="<ww:property value="zpcj"/>" />
</td>
</tr>
</ww:iterator>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -