温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:在线考试系统源码(毕业设计)
当前文件:
HBDGI338O5Y15/testAddByTeacher.aspx[4K,2009-6-12 11:43:45],打开代码结构图
HBDGI338O5Y15/testAddByTeacher.aspx[4K,2009-6-12 11:43:45],打开代码结构图1<%@ Page language="c#" Codebehind="testAddByTeacher.aspx.cs" AutoEventWireup="false" Inherits="TestOnline.testAddByTeacher" %> 2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 3
<HTML> 4
<HEAD> 5
<title>testAddByTeacher</title> 6
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1"> 7
<meta name="CODE_LANGUAGE" Content="C#"> 8
<meta name="vs_defaultClientScript" content="JavaScript"> 9
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> 10
</HEAD> 11
<body MS_POSITIONING="GridLayout" bgColor="#99ff99"> 12
<h1 align="center">教师添加试题</h1> 13
<form id="Form1" method="post" runat="server"> 14
<table borderColor="#0066cc" width="600" bgColor="#99ff99" border="1" align="center"> 15
<tr> 16
<td style="WIDTH: 72px" colSpan="1"><FONT face="宋体">当前科目</FONT> 17
</td> 18
<td colSpan="1"><FONT face="宋体"><asp:label id="lbl_courseName" runat="server">Label</asp:label></FONT></td> 19
<td colSpan="3">( 加 20
<DIV style="DISPLAY: inline; WIDTH: 16px; COLOR: #ff3333; HEIGHT: 19px" ms_positioning="FlowLayout">*</DIV> 21
的为必填项目)</td> 22
</tr> 23
<tr> 24
<td style="WIDTH: 72px" colSpan="1"><FONT face="宋体">题干:</FONT> 25
<DIV style="DISPLAY: inline; WIDTH: 24px; COLOR: #ff3333; HEIGHT: 19px" ms_positioning="FlowLayout">*</DIV> 26
</td> 27
<td colSpan="4"><asp:textbox id="tbx_content" runat="server" TextMode="MultiLine" Height="72px" Width="344px"></asp:textbox><FONT face="宋体"></FONT></td> 28
</tr> 29
<tr> 30
<td style="WIDTH: 72px; HEIGHT: 29px" colSpan="1"><FONT face="宋体">选项A:</FONT> 31
</td> 32
<td style="HEIGHT: 29px" colSpan="4"><asp:textbox id="tbx_ans1" runat="server" TextMode="MultiLine" Height="58px" Width="344px"></asp:textbox></td> 33
</tr> 34
<tr> 35
<td style="WIDTH: 72px; HEIGHT: 58px" colSpan="1"><FONT face="宋体"><FONT face="宋体">选项B:</FONT></FONT> 36
</td> 37
<td style="HEIGHT: 58px" colSpan="4"><asp:textbox id="tbx_ans2" runat="server" TextMode="MultiLine" Height="66px" Width="344px"></asp:textbox></td> 38
</tr> 39
<tr> 40
<td style="WIDTH: 72px" colSpan="1"><FONT face="宋体"><FONT face="宋体">选项C:</FONT></FONT> 41
</td> 42
<td colSpan="4"><asp:textbox id="tbx_ans3" runat="server" TextMode="MultiLine" Height="62px" Width="344px"></asp:textbox></td> 43
</tr> 44
<tr> 45
<td style="WIDTH: 72px" colSpan="1"><FONT face="宋体"><FONT face="宋体">选项D:</FONT></FONT> 46
</td> 47
<td colSpan="4"><asp:textbox id="tbx_ans4" runat="server" TextMode="MultiLine" Height="62px" Width="344px"></asp:textbox></td> 48
</tr> 49
<tr> 50
<td style="WIDTH: 72px"><FONT face="宋体">答案:</FONT> 51
<DIV style="DISPLAY: inline; WIDTH: 24px; COLOR: #ff3333; HEIGHT: 19px" ms_positioning="FlowLayout">*</DIV> 52
</td> 53
<td><FONT face="宋体"><asp:radiobutton id="rbtn1" runat="server" Text="选项A" Checked="True" GroupName="ans"></asp:radiobutton></FONT></td> 54
<td><asp:radiobutton id="rbtn2" runat="server" Text="选项B" GroupName="ans"></asp:radiobutton></td> 55
<td><asp:radiobutton id="rbtn3" runat="server" Text="选项C" GroupName="ans"></asp:radiobutton></td> 56
<td><asp:radiobutton id="rbtn4" runat="server" Text="选项D" GroupName="ans"></asp:radiobutton></td> 57
</tr> 58
<tr> 59
<td colSpan="1"><FONT face="宋体">分值:</FONT></td> 60
<td colSpan="2"><asp:textbox id="tbx_score" runat="server" Width="40px">2</asp:textbox> 61
<DIV style="DISPLAY: inline; WIDTH: 137px; COLOR: #006666; HEIGHT: 16px" ms_positioning="FlowLayout"><FONT face="宋体" color="#666699" size="2">如果为空则默认为2分.</FONT></DIV> 62
</td> 63
<td colSpan="2"><asp:checkbox id="cbx_isPub" runat="server" Text="是否发布" Checked="True"></asp:checkbox></td> 64
</tr> 65
<tr> 66
<td align="center" colSpan="2"><FONT face="宋体"><asp:imagebutton id="Ibtn_ok" runat="server" ImageUrl="images\btn_sure_1.gif"></asp:imagebutton></FONT></td> 67
<td align="center" colSpan="2"><asp:imagebutton id="Ibtn_cancel" runat="server" ImageUrl="images\btn_cancel_1.gif"></asp:imagebutton></td> 68
<td colSpan="1"> 69
<asp:checkbox id="cbx_continue" runat="server" Checked="True" Text="连续添加"></asp:checkbox></td> 70
</tr> 71
</table> 72
</form> 73
</body> 74
</HTML> 75





