📄 question_viewdeletedindex.jsp
字号:
<%@page contentType="text/html; charset=gb2312" language="java" errorPage="../Err.jsp"%>
<html>
<head>
<link rel="stylesheet" href="../menu/css/ioa.css" type="text/css">
<title>已删除的试题索引</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div align="center">
<table width="100%" border="0">
<tr>
<td colspan="2">章 节</td>
<td width="23%"> 题 目</td>
<td width="24%">试题分类</td>
<td width="14%">分 值</td>
<td rowspan="2" width="17%">
<div align="center">
<input type="submit" name="Submit" value="搜 索" onClick="javascript:document.getElementById('myFrame').src='Question_ViewDeleted.jsp?classes='+classes.value+'&questText='+questText.value+'&testTypeID='+testTypeID.value+'&mark='+mark.value;">
</div>
</td>
</tr>
<tr>
<td colspan="2">
<input type="text" name="classes" size="15">
</td>
<td width="23%">
<input type="text" name="questText" size="15">
</td>
<td width="24%">
<%@include file="../include/TestTypeListIncludeAll.jsp"%>
</td>
<td width="14%">
<select name="mark">
<option selected>全部</option>
<option value="1">1分</option>
<option value="2">2分</option>
<option value="3">3分</option>
</select>
</td>
</tr>
<tr>
<td colspan="6">
<hr width="100%">
</td>
</tr>
</table>
</div>
<div align="left">
<iframe id="myFrame" frameborder="0" width="800" height="700" scrolling="auto" src="Question_ViewDeleted.jsp"></iframe>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -