📄 subject.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="GB18030"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>在线考试系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body,td,th {
font-size: 9pt;
}
-->
</style>
</head>
<body>
<form name="form1" method="post" action="subjectsave.jsp">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width='20%'>
<%@ include file="left.jsp"%>
</td>
<td width='80%'>
<br>
<br>
<table width="100%" border="0" cellspacing="1" cellpadding="1"
bgColor=#595959>
<tr>
<td height="25" colspan="2" bgcolor="#FFFFFF">
在线考试系统-题库
</td>
</tr>
<tr bgColor=#d1face>
<td height="25">
题目类型:
</td>
<td>
<select name="subjecttype" id="subjecttype">
<option value="0">
选择题
</option>
<option value="1">
判断题
</option>
<option value="2">
论述题
</option>
</select>
</td>
</tr>
<tr bgColor=#ffffff>
<td width="17%" height="25">
题目问题:
</td>
<td width="83%">
<textarea name="subjectquestion" cols="30" rows="10"
id="subjectquestion"></textarea>
</td>
</tr>
<tr bgColor=#d1face>
<td>
题目答案:
</td>
<td>
<input name="subjectanswer" type="text" id="subjectanswer">
</td>
</tr>
<tr bgColor=#ffffff>
<td colspan="2" align="center">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -