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

📄 admin_export.aspx

📁 C# 论坛 accesss数据库,支持SQL2000
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Admin_Export.aspx.cs" AutoEventWireup="false" Inherits="Forum.Admin_Export" %>
<HTML>
	<HEAD>
		<title>Admin_Export</title>
		<meta content="Microsoft Visual Studio 7.0" 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="Forum.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Admin_Export" method="post" runat="server">
			<asp:table id="Table1" runat="server" HorizontalAlign="Center" CellPadding="4" CellSpacing="1" Width="97%">
				<asp:TableRow AccessKey="H">
					<asp:TableCell ColumnSpan="6">发布离线版本<font color="red">
							<asp:Label id="labInfo" runat="server"></asp:Label></font>

<asp:Label id="InfoText" runat="server"></asp:Label>
					</asp:TableCell>
				</asp:TableRow>
				<asp:TableRow AccessKey="B">
					<asp:TableCell HorizontalAlign="Left">选择版面:</asp:TableCell>
					<asp:TableCell>
						<asp:DropDownList ID="ddlExportBoard" Runat="server"></asp:DropDownList>
					</asp:TableCell>
				</asp:TableRow>
				<asp:TableRow AccessKey="B">
					<asp:TableCell HorizontalAlign="Left">文章类型:</asp:TableCell>
					<asp:TableCell ColumnSpan="5">
						<asp:RadioButtonList id="rdoType" runat="server" Width="239px" Height="18px" RepeatDirection="Horizontal">
							<asp:ListItem Value="0" Selected="True">所有文章</asp:ListItem>
							<asp:ListItem Value="1">精华文章</asp:ListItem>
						</asp:RadioButtonList>
					</asp:TableCell>
				</asp:TableRow>
			</asp:table>
			<TABLE width="100%">
				<TR>
					<TD align="middle"><asp:button id="btnExport" Runat="server" Text="发 布"></asp:button></TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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