📄 onlinepaper.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page isELIgnored="false"%>
<%@taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>在线出卷</title>
</head>
<body link="#000066" vlink="#0066FF" alink="#99FF00">
<hr size="1" noshade>
<div align="center">
<table width="91%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="ccccff">
<tr class="pp">
<td width="13%" height="24"><a href="${pageContext.request.contextPath}/addTheme.do" class="text_link">添加题型</a></td>
<td width="13%">在线出卷</td>
<td width="27%"> </td>
</tr>
</table>
<form method="post" name="themeForm" action="${pageContext.request.contextPath}/deleteTheme.do" target="_self">
<p class="pp">以下是题型列表</p>
<table width="91%" border=1 align="center" cellpadding="0" cellspacing="0" bordercolor="#ccccff">
<tr>
<td width="138" height="32" align="center"> <font size="2"><strong>删除</strong></font></td>
<td width="369" align="center">
<div align="center"> <font face="宋体"><strong><font size="2">题目类型</font></strong></font></div></td>
<td width="180" align="center"> <font face="宋体"><strong><font size="2">添加该类型题目</font></strong></font></td>
</tr>
<c:forEach items="${Theme}" var="theme">
<tr align="center" >
<td height="10">
<input type="checkbox" name="typeid" value="${theme.typeid}"></td>
<td>
<div align="center">${theme.typestyle}</div></td>
<td><a href="${pageContext.request.contextPath}/thememes.do?id=${theme.typeid}">添加该类型题目</a></td>
</tr>
</c:forEach>
<tr align="center">
<td height="22">
<input type="submit" name="delete" value="删除"></td>
<td>
<div align="center">
<input type="reset" value="清除">
</div></td>
<td>
<div align="center"><strong><font color="#000066" size="2"><strong>
</strong></font></div></td>
</tr>
</table>
<p></p>
</form>
</div>
<center>
<p class="9P"> </p>
<hr/>
<p class="text_link"><font size="2" face="宋体">About JSTU - 公司简介 - 联系方法 - 相关法律
- 客户服务 <br>
江苏技术师范学院版权所有</font></p>
<p class="text_link"><font size="-1">Copyright 2009.
JSTU Technologies Inc. All Rights Reserved </font></p>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -