📄 edit.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Edit.aspx.cs" Inherits="Teacher_Edit" %>
<!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 runat="server">
<title>编辑修改</title>
<link href="Style\css.css" rel="stylesheet"
type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<div id="HC" style="width: 995px">
<table border="0" cellpadding="0" cellspacing="0" style="height: 351px; width: 995px;" >
<tr>
<td align="center" style="height: 348px">
<div class="HC1">
添加选择题:</div>
<div class="HC3">
<ul class="FS12">
<table border="0" style="width: 934px; height: 100px;">
<tr>
<td style="width: 612px; height: 228px"><img src=
"Images/dot3.gif" border=0 />请写内容和答案
<input runat="server" type="hidden" name="content" id="content" value=""><iframe ID="eWebEditor1" src="../ewebeditor/ewebeditor.asp?id=content&style=s_mini" frameborder="0" scrolling="no" style="width: 614px; height: 299px;"></iframe>
</td>
<td style="width: 325px; height: 228px">
<asp:Image ID="Image1" runat="server" ImageUrl="~/Teacher/Images/param.gif" /><br />
<asp:Label ID="Label1" runat="server" ForeColor="Red"></asp:Label>
<table style="width: 308px; height: 226px" id="TABLE1">
<tr>
<td style="width: 36px; height: 10px;">
</td>
<td style="height: 10px" >
<asp:Label ID="sign" runat="server" Visible="False"></asp:Label>
<asp:Label ID="TID" runat="server" Visible="False"></asp:Label></td>
</tr>
<tr>
<td style="width: 36px; height: 73px;">
标准答案</td>
<td style="width: 94px; height: 73px;">
<asp:TextBox ID="Keys" runat="server" Width=262px Height="70px" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 36px; height: 22px;">
</td>
<td style="height: 22px; width: 94px;">
难度系数:
<asp:ListBox ID="DifficultLevel" runat="server" Height="48px" Width="72px">
<asp:ListItem Selected="True" Value="1">简单</asp:ListItem>
<asp:ListItem Value="0">困难</asp:ListItem>
</asp:ListBox> </td>
</tr>
<tr>
<td style="width: 36px; height: 30px;">
</td>
<td style="width: 94px; height: 30px;">
</td>
</tr>
</table>
<br />
<asp:Button ID="subdata" runat="server" Height="38px" Text="提 交"
Width="139px" CssClass="subbutton" OnClick="subdata_Click" /></td>
</tr>
</table>
</ul>
</div>
<div class="HC2" style="background: #e2eaf7">
</div>
<!--Comments End -->
</td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -