⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 filelist.aspx

📁 asp做的新闻系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="FileList.aspx.cs" AutoEventWireup="false" Inherits="Web.SysAdmin.FileList" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>文件管理</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK href="Common/common.css" type="text/css" rel="STYLESHEET">
	</HEAD>
	<body leftMargin="0" topMargin="10" scroll="yes" MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server" enctype="multipart/form-data">
			<FONT face="宋体">
				<TABLE id="Table2" style="Z-INDEX: 102; LEFT: 27px; POSITION: absolute; TOP: 421px" cellSpacing="3" cellPadding="0" width="90%" align="center" border="0">
					<TR>
						<TD><FONT face="宋体"></FONT></TD>
					</TR>
					<TR>
						<TD align="middle"><FONT color="#000000"><FONT face="Arial">copyright:2002-2003</FONT>版权所有</FONT>
						</TD>
					</TR>
				</TABLE>
				<TABLE id="allTable" cellSpacing="0" cellPadding="0" align="center" background="..\Image\background.gif" border="0" width="80%">
					<TBODY>
						<TR>
							<TD style="HEIGHT: 22px" align="left" colSpan="2" height="22">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
								<TABLE id="Table1" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid; BORDER-COLLAPSE: collapse" borderColor="#696969" cellSpacing="0" cellPadding="0" width="100%" bgColor="gainsboro" borderColorLight="#dddddd" border="1" runat="server">
									<TR>
										<td height="25">文件下载</td>
										<TD align="right" height="25"><a href="index.aspx">返回首页</a></TD>
									</TR>
								</TABLE>
							</TD>
						</TR>
						<TR>
							<TD style="HEIGHT: 3px" colSpan="2" height="3">
			</FONT>
			<asp:textbox id="TxtState" runat="server" Height="16px" Width="0px" Font-Size="9pt" MaxLength="50"></asp:textbox><asp:imagebutton id="IbtQuery" runat="server" Height="1px" Width="1px" ToolTip="查询"></asp:imagebutton></TD></TR>
			<TR>
				<TD vAlign="top" align="middle" colSpan="2">
					<P><asp:panel id="PalArticle" runat="server" Width="100%"></P>
					<P><asp:datagrid id="GrdFile" style="CURSOR: hand" runat="server" ForeColor="Black" Width="100%" Font-Size="9pt" PagerStyle-HorizontalAlign="Right" AllowSorting="True" HorizontalAlign="Center" AllowPaging="True" AutoGenerateColumns="False" GridLines="Horizontal" CellPadding="3" BorderColor="#E0E0E0" BackColor="White">
							<AlternatingItemStyle CssClass="middle_row" BackColor="WhiteSmoke"></AlternatingItemStyle>
							<HeaderStyle Font-Bold="True" ForeColor="Black" BackColor="Gainsboro"></HeaderStyle>
							<Columns>
								<asp:HyperLinkColumn Target="_blank" DataNavigateUrlField="id" DataNavigateUrlFormatString="SysAdmin/GetFile.aspx?ID={0}" DataTextField="filename" HeaderText="文件名">
									<HeaderStyle Width="40%"></HeaderStyle>
								</asp:HyperLinkColumn>
								<asp:BoundColumn DataField="ContentType" SortExpression="ContentType" HeaderText="类型">
									<HeaderStyle HorizontalAlign="Left" Width="20%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Left"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="datetime" SortExpression="datetime" HeaderText="时间">
									<HeaderStyle Width="50%"></HeaderStyle>
								</asp:BoundColumn>
								<asp:BoundColumn Visible="False" DataField="id" SortExpression="id" HeaderText="id"></asp:BoundColumn>
							</Columns>
							<PagerStyle NextPageText="下一页" PrevPageText="上一页" HorizontalAlign="Right" ForeColor="Black" Mode="NumericPages"></PagerStyle>
						</asp:datagrid></P>
					</asp:panel></TD>
			</TR>
			<TR>
				<TD vAlign="top" align="right" colSpan="2"><asp:panel id="PalView" runat="server" Width="100%">&nbsp; 
      </asp:panel></TD>
			</TR>
			</TBODY></TABLE></FONT></form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -