📄 releasenotice.aspx
字号:
<%@ Page Language="VB"MasterPageFile="~/administrator/adminMasterPage.master" AutoEventWireup="false" CodeFile="ReleaseNotice.aspx.vb" Inherits="Administrator_ReleaseNotice" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 100%; height: 100%; border-right: #cc3333 thin solid; table-layout: fixed; border-top: #cc3333 thin solid; border-left: #cc3333 thin solid; border-bottom: #cc3333 thin solid; background-color: #cc9966;">
<caption><h2>发布通知</h2></caption>
<tr>
<td style="width: 638px; height: 24px;" >
通知对象: <asp:DropDownList ID="ddlObject" runat="server" Width="89px">
<asp:ListItem>学生</asp:ListItem>
<asp:ListItem>教师</asp:ListItem>
</asp:DropDownList>
通知编号:
<asp:TextBox ID="txtNum" runat="server" Width="88px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 638px">
通知标题:<asp:TextBox ID="txtTitle" runat="server" Width="292px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 638px">
通知内容:<br />
<asp:TextBox ID="txtContent" runat="server" Height="100px" Width="582px" TextMode="MultiLine"></asp:TextBox><asp:Label ID="lblShow" runat="server" Visible="False" Width="96px" ForeColor="Red"></asp:Label></td>
</tr>
<tr>
<td style="width: 638px">
<asp:Button ID="btnRelease" runat="server" Text="发布" Width="75px" />
<asp:Button ID="btnCancel" runat="server" Text="取消" Width="85px" />
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -