📄 admindatabaseadd.asp
字号:
<%=request("str")%>
<table border="1" cellpadding="2" cellspacing="1" style="border-collapse: collapse" bordercolor="#C0C0C0" width="100%" id="AutoNumber3">
<tr>
<td width="54" align="center" bgcolor="#E1E1E1">当前题库</td>
<td colspan="9">
<input type="text" name="subjectview" size="40" value="<%=request("subjectview")%>" readonly class="inputnormal">
</td>
</tr>
<tr>
<td align="center" bgcolor="#E1E1E1">选择类型</td>
<td colspan="9">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber4">
<tr>
<td><input type="radio" name="typeadd" disabled value="v1"> </td>
<td width="80">单选题</td>
<td>
<input type="radio" value="<%=request("typeadd")%>" name="typeadd" checked>
</td>
<td width="80">多选题</td>
<td><input type="radio" name="type" disabled value="v1"> </td>
<td width="80">判断题</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" bgcolor="#E1E1E1">标 题</td>
<td colspan="9">
<textarea rows="3" name="question" cols="60" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></textarea>
</td>
</tr>
<tr>
<td align="center" bgcolor="#E1E1E1">内 容</td>
<td colspan="9">
A.<input type="text" name="text1" size="60" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"><br>
B.<input type="text" name="text2" size="60" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"><br>
C.<input type="text" name="text3" size="60" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"><br>
D.<input type="text" name="text4" size="60" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"><br>
E.<input type="text" name="text5" size="60" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"><br>
F.<input type="text" name="text6" size="60" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal">
</td>
</tr>
<tr>
<td align="center" height="20" bgcolor="#E1E1E1">答 案</td>
<td height="20" colspan="9">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber5">
<tr>
<td>A</td>
<td>
<input type="checkbox" name="answer" value="A" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
<td>B</td>
<td>
<input type="checkbox" name="answer" value="B" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
<td>C</td>
<td>
<input type="checkbox" name="answer" value="C" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
<td>D</td>
<td>
<input type="checkbox" name="answer" value="D" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
<td>E</td>
<td>
<input type="checkbox" name="answer" value="E" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
<td>F</td>
<td>
<input type="checkbox" name="answer" value="F" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
</tr>
</table>
</td>
</tr>
<tr align="left">
<td height="20" align="center" bgcolor="#E1E1E1">分 值</td>
<td width="72" height="20"><input type="text" name="fenzhi" size="10" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
<td width="55" height="20" align="center" bgcolor="#E1E1E1">难 度</td>
<td width="72"><input type="text" name="nandu" size="10" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
<td width="55" height="20" align="center" bgcolor="#E1E1E1">区分度</td>
<td width="72"><input type="text" name="qufendu" size="10" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
<td width="55" height="20" align="center" bgcolor="#E1E1E1">时 间</td>
<td width="107"><input type="text" name="shijian" size="10" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal">
分钟 </td>
<td width="60" align="center" bgcolor="#E1E1E1">所属章节</td>
<td width="74"height="20" colspan="2" align="center" ><input type="text" name="chapt2" size="10" onBlur="this.className='inputnormal'" onFocus="this.className='inputedit';this.select()" class="inputnormal"></td>
</tr>
<tr align="right">
<td height="20" colspan="10"><input type="submit" value="保存" name="B13" class="s02">
<input type="reset" value="重置" name="B23" class="s02"></td>
</tr>
</table>
</form>
<%
end if
if request("typeadd")="判断题" then
%>
<form name="addform" method="get" action="admindatabasesave.asp" onsubmit="return submitit();">
<%=request("str")%>
<table border="1" cellpadding="2" cellspacing="1" style="border-collapse: collapse" bordercolor="#C0C0C0" width="100%" id="AutoNumber3">
<tr>
<td width="79" align="center" bgcolor="#E1E1E1">当前题库</td>
<td colspan="9">
<input type="text" name="subjectview" size="40" value="<%=request("subjectview")%>" readonly class="inputnormal">
</td>
</tr>
<tr>
<td align="center" bgcolor="#E1E1E1">选择类型</td>
<td colspan="9">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber4">
<tr>
<td><input type="radio" name="type" disabled> </td>
<td width="80">单选题</td>
<td><input type="radio" name="type" disabled> </td>
<td width="80">多选题</td>
<td>
<input type="radio" value="<%=request("typeadd")%>" name="typeadd" checked>
</td>
<td width="80">判断题</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" bgcolor="#E1E1E1">标 题</td>
<td colspan="9">
<textarea rows="3" name="question" cols="60" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></textarea>
</td>
</tr>
<tr>
<td align="center" height="20" bgcolor="#E1E1E1">答 案</td>
<td height="20" colspan="9">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber5">
<tr>
<td>正确</td>
<td><input type="radio" name="answer" value="y"></td>
<td>不正确</td>
<td><input type="radio" name="answer" value="n"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="9" align="center" bgcolor="#E1E1E1">
<div align="center">分 值</div> </td>
<td width="53" height="9" align="left"><input type="text" name="fenzhi" size="10" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
<td width="48" align="center" bgcolor="#E1E1E1"><p>难 度</p> </td>
<td width="73" align="left"><input type="text" name="nandu" size="10" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
<td width="61" align="center" bgcolor="#E1E1E1">区分度</td>
<td width="76" align="left"><input type="text" name="qufendu" size="10" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
<td width="53" align="center" bgcolor="#E1E1E1">时 间</td>
<td width="96" align="left"><input type="text" name="shijian" size="10" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
<td width="70" align="center" bgcolor="#E1E1E1">所属章节</td>
<td width="67" align="center"><input type="text" name="chapt" size="10" onblur="this.className='inputnormal'" onfocus="this.className='inputedit';this.select()" class="inputnormal"></td>
</tr>
<tr align="right">
<td height="10" colspan="10"><input type="submit" value="保存" name="B1" class="s02">
<input type="reset" value="重置" name="B2" class="s02"></td>
</tr>
</table>
</form>
<%
end if
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -