📄 notices.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="notices.aspx.vb" Inherits="XMContentManager.notices" %>
<%@ Import Namespace="System.Data.OLEDB" %>
<%@ Import Namespace="System.Data" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>Edgewater College Intranet - Daily Bulletin</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<style>@import url( NoticeStyles.css );
</style>
</HEAD>
<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0">
<form id="Form2" method="post" runat="server">
<P align="center" id="pNewNotice" runat="server"><A class="noticeLink" href="submitnotice.aspx">
New Notices</A></P>
<P>
<TABLE align="center" id="tblNotices" cellSpacing="1" cellPadding="1" width="90%" border="1"
bordercolor="white">
<TR style="BACKGROUND-COLOR: #003399" height="20" bordercolor="slategray">
<TD width="15%" style="HEIGHT: 21px">
<asp:Label id="lblCategory" runat="server" ForeColor="White" Font-Bold="True" Font-Names="Arial">Category</asp:Label></TD>
<TD width="70%" style="HEIGHT: 21px">
<asp:Label id="lblNotice" runat="server" ForeColor="White" Font-Bold="True" Font-Names="Arial">Notice</asp:Label></TD>
<TD width="10%" style="HEIGHT: 21px">
<asp:Label id="lblControl" runat="server" ForeColor="White" Font-Bold="True" Font-Names="Arial">Controls</asp:Label></TD>
</TR>
<TR height="20">
<TD width="15%"></TD>
<TD width="70%"></TD>
<TD id="tdNewLink" runat="server" width="10%"><A class="noticeLink" href="submitnotice.aspx">New</A></TD>
</TR>
<div id="divNotices" runat="server"></div>
</TABLE>
</P>
<P>
<asp:Label id="lblResult" runat="server" ForeColor="Red" Font-Bold="True" Font-Names="Arial"></asp:Label></P>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -