📄 infosearch.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="ManagerMenu" Src="ManagerMenu.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Footer" Src="Footer.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="Header.ascx" %>
<%@ Page language="c#" Codebehind="InfoSearch.aspx.cs" AutoEventWireup="false" Inherits="Manage.InfoManage.InfoSearch" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>InfoSearch</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout" background="/Manage/Image/bg.gif">
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" cellSpacing="1" cellPadding="1" border="1" style="PADDING-RIGHT: 0px; MARGIN-TOP: 0px; PADDING-LEFT: 0px; Z-INDEX: 101; LEFT: 0px; MARGIN-LEFT: 0px; WIDTH: 100%; MARGIN-RIGHT: 0px; PADDING-TOP: 0px; POSITION: absolute; TOP: 0px">
<TR>
<TD align="center" colspan="2">
<uc1:Header id="Header1" runat="server"></uc1:Header></TD>
</TR>
<TR>
<TD align="left" width="20%" vAlign="top">
<uc1:ManagerMenu id="ManagerMenu1" runat="server"></uc1:ManagerMenu></TD>
<TD align="center" valign="top"><FONT face="宋体">
<TABLE id="Table4" style="BORDER-TOP-STYLE: solid; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-BOTTOM-STYLE: solid"
cellSpacing="1" cellPadding="1" border="1" width="100%">
<TR>
<TD align="center">
<asp:Label id="Label1" runat="server">查询条件</asp:Label>
<asp:DropDownList id="DropDownList1" runat="server">
<asp:ListItem Value="Info_Writer">作者</asp:ListItem>
<asp:ListItem Value="Info_Main">主题</asp:ListItem>
<asp:ListItem Value="Info_Kind">类别</asp:ListItem>
</asp:DropDownList>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox>
<asp:Button id="Search" runat="server" Text="搜索"></asp:Button></TD>
</TR>
<TR>
<TD align="center">
<P>
<asp:DataGrid id="DataGrid1" runat="server" PageSize="3" AllowPaging="True" GridLines="None" CellPadding="3"
BackColor="White" BorderWidth="2px" CellSpacing="1" BorderStyle="Ridge" BorderColor="White"
AutoGenerateColumns="False" DataKeyField="Info_ID" DataMember="Info">
<SelectedItemStyle Font-Bold="True" Wrap="False" ForeColor="White" BackColor="#9471DE"></SelectedItemStyle>
<EditItemStyle Wrap="False"></EditItemStyle>
<AlternatingItemStyle Wrap="False"></AlternatingItemStyle>
<ItemStyle Wrap="False" ForeColor="Black" BackColor="#DEDFDE"></ItemStyle>
<HeaderStyle Font-Bold="True" Wrap="False" ForeColor="#E7E7FF" BackColor="#4A3C8C"></HeaderStyle>
<FooterStyle Wrap="False" ForeColor="Black" BackColor="#C6C3C6"></FooterStyle>
<Columns>
<asp:BoundColumn DataField="Info_ID" HeaderText="编号">
<HeaderStyle Wrap="False"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
<FooterStyle Wrap="False"></FooterStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Info_Writer" HeaderText="作者">
<HeaderStyle Wrap="False"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
<FooterStyle Wrap="False"></FooterStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Info_Main" HeaderText="主题">
<HeaderStyle Wrap="False"></HeaderStyle>
<FooterStyle Wrap="False"></FooterStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Info_Kind" HeaderText="类别">
<HeaderStyle Wrap="False"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
<FooterStyle Wrap="False"></FooterStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Info_Date" HeaderText="时间">
<HeaderStyle Wrap="False"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
<FooterStyle Wrap="False"></FooterStyle>
</asp:BoundColumn>
<asp:HyperLinkColumn Text="详细" DataNavigateUrlField="Info_ID" DataNavigateUrlFormatString="ShowNotice.aspx?{0}"
NavigateUrl="ShowNotice.aspx"></asp:HyperLinkColumn>
</Columns>
<PagerStyle NextPageText="下一页" PrevPageText="上一页" HorizontalAlign="Right" ForeColor="Black"
BackColor="#C6C3C6" Wrap="False"></PagerStyle>
</asp:DataGrid></P>
<P>
<asp:Label id="Label2" runat="server" ForeColor="Red"></asp:Label></P>
</TD>
</TR>
</TABLE>
</FONT>
</TD>
</TR>
<TR>
<TD align="center" colspan="2">
<uc1:Footer id="Footer1" runat="server"></uc1:Footer></TD>
</TR>
</TABLE>
<FONT face="宋体"></FONT><FONT face="宋体"></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -