📄 testwendaaddbyteacher.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="testWenDaAddByTeacher.aspx.cs" Inherits="testWenDaAddByTeacher" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>无标题页</title>
<link href="css/child.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<table id="mytable" cellspacing="0" width="600" align="center" cellpadding="0">
<tr>
<td style="WIDTH: 74px" colSpan="1">
<span style="font-size: 10pt">当前科目</span>
</td>
<td colSpan="1" style="width: 5px"><asp:label id="lbl_courseName" runat="server" Width="42px" Font-Size="11px"></asp:label></td>
<td colSpan="3">( 加
<DIV style="DISPLAY: inline; WIDTH: 16px; COLOR: #ff3333; HEIGHT: 19px" ms_positioning="FlowLayout">*</DIV>
的为必填项目)</td>
</tr>
<tr>
<td style="WIDTH: 74px" colSpan="1">
<span style="font-size: 10pt"><FONT face="宋体">题干:</FONT>
<DIV style="DISPLAY: inline; WIDTH: 24px; COLOR: #ff3333; HEIGHT: 19px" ms_positioning="FlowLayout">*</DIV>
</span>
</td>
<td align="left" colSpan="4"><FONT face="宋体">
<asp:TextBox ID="tbx_content" runat="server" Height="77px" TextMode="MultiLine" Width="317px"></asp:TextBox></FONT></td>
</tr>
<tr>
<td style="WIDTH: 74px">
<span style="font-size: 10pt"><FONT face="宋体">答案:</FONT>
<DIV style="DISPLAY: inline; WIDTH: 24px; COLOR: #ff3333; HEIGHT: 19px" ms_positioning="FlowLayout">*</DIV>
</span>
</td>
<td colspan="4" align="left"><FONT face="宋体">
<asp:TextBox ID="txtRightAns" runat="server" Width="313px" Height="50px" TextMode="MultiLine"></asp:TextBox></FONT></td>
</tr>
<tr>
<td style="width: 74px">
关键字:<span style="color: #ff0099">*</span></td>
<td colspan="4" align="left">
<asp:TextBox ID="TextBox1" runat="server" Height="44px" TextMode="MultiLine" Width="309px"></asp:TextBox><span
style="font-size: 15px; color: #ff0099">关键字请使用英文半角逗号隔开</span></td>
</tr>
<tr>
<td colSpan="1" style="width: 74px"><FONT face="宋体"><span style="font-size: 10pt">分值:</span></FONT></td>
<td colSpan="2"><asp:textbox id="tbx_score" runat="server" Width="40px">2</asp:textbox>
<DIV style="DISPLAY: inline; WIDTH: 137px; COLOR: #006666; HEIGHT: 16px" ms_positioning="FlowLayout"><FONT face="宋体" color="#666699" size="2">如果为空则默认为2分.</FONT></DIV>
</td>
<td colSpan="2" style="width: 302px"><asp:checkbox id="cbx_isPub" runat="server" Text="是否发布" Checked="True"></asp:checkbox>
<asp:checkbox id="cbx_continue" runat="server" Checked="True" Text="连续添加"></asp:checkbox></td>
</tr>
<tr>
<td align="center" colSpan="5"><FONT face="宋体"> <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/image/yes.gif"
OnClick="ImageButton1_Click" /></FONT>
<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/image/取消1.gif"
OnClick="ImageButton2_Click" /></td>
</tr>
</table>
</div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Label ID="Label1" runat="server"></asp:Label>
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="ImageButton1" EventName="Click" />
</Triggers>
</asp:UpdatePanel>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -