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

📄 theme.aspx

📁 前台:asp.net;后台: sql server 一个功能完善的BBS系统源码。
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="theme.aspx.cs" AutoEventWireup="false" Inherits="Stella.Web.admin.theme" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>district</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">
		<link href="../style/admin.css" rel="stylesheet" type="text/css">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<table width="800" border="0" cellpadding="0" cellspacing="0">
				<!--DWLayoutTable-->
				<tr>
					<td width="800" height="70" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
							<!--DWLayoutTable-->
							<tr>
								<td height="54" colspan="2" valign="top"><!--DWLayoutEmptyCell--> &nbsp;</td>
							</tr>
							<tr>
								<td width="253" height="16" valign="top" bgcolor="#000000"><span class="adminbodyf">:: 
										区域管理 :: </span>
								</td>
								<td width="547" align="right" bgcolor="#000000" class="adminbodyf"><script language="vbscript">document.write now()</script>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|||&nbsp;&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td height="270" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
							<!--DWLayoutTable-->
							<tr>
								<td width="800" height="20">&nbsp;</td>
							</tr>
							<tr>
								<td height="230" valign="top"><!--DWLayoutEmptyCell--> &nbsp;
									<asp:DataGrid id="oldData" runat="server" CssClass="adminbody0" AutoGenerateColumns="False" BorderColor="White"
										BorderStyle="Ridge" CellSpacing="1" BorderWidth="1px" BackColor="White" CellPadding="3" GridLines="None">
										<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#9471DE"></SelectedItemStyle>
										<ItemStyle ForeColor="Black" BackColor="#DEDFDE"></ItemStyle>
										<HeaderStyle Font-Bold="True" ForeColor="#E7E7FF" BackColor="Teal"></HeaderStyle>
										<FooterStyle ForeColor="Black" BackColor="#C6C3C6"></FooterStyle>
										<Columns>
											<asp:TemplateColumn Visible="False" HeaderText="区域编号">
												<ItemTemplate>
													<asp:Label Runat="server" ID="did"></asp:Label>
												</ItemTemplate>
											</asp:TemplateColumn>
											<asp:TemplateColumn HeaderText="所属区域">
												<ItemTemplate>
													<asp:Label Runat="server" ID="dist"></asp:Label>
												</ItemTemplate>
											</asp:TemplateColumn>
											<asp:BoundColumn DataField="tid" ReadOnly="True" HeaderText="编号"></asp:BoundColumn>
											<asp:BoundColumn DataField="tname" HeaderText="版块名称"></asp:BoundColumn>
											<asp:BoundColumn DataField="comment" HeaderText="版块描述"></asp:BoundColumn>
											<asp:BoundColumn DataField="lv" HeaderText="优先级"></asp:BoundColumn>
											<asp:TemplateColumn HeaderText="编辑">
												<ItemTemplate>
													<asp:LinkButton runat="server" Text="编辑" CommandName="Edit" CausesValidation="false"></asp:LinkButton>
												</ItemTemplate>
												<EditItemTemplate>
													<asp:LinkButton runat="server" Text="更新" CommandName="Update" CausesValidation="False"></asp:LinkButton>&nbsp;
													<asp:LinkButton runat="server" Text="取消" CommandName="Cancel" CausesValidation="false"></asp:LinkButton>
												</EditItemTemplate>
											</asp:TemplateColumn>
											<asp:TemplateColumn HeaderText="删除">
												<ItemTemplate>
													<asp:LinkButton runat="server" Text="删除" CommandName="Delete" CausesValidation="false" ID="del"></asp:LinkButton>
												</ItemTemplate>
											</asp:TemplateColumn>
											<asp:TemplateColumn HeaderText="斑竹设置">
												<ItemTemplate>
													ID:&nbsp;
													<asp:TextBox Runat="server" ID="mname" BorderStyle="Solid" BorderWidth="1px" Width="80px" Height="18"></asp:TextBox>
													<asp:Button Runat="server" ID="manage" CommandName="manage" CausesValidation="false" Text="提交"
														BorderStyle="Groove" BorderWidth="1px" Width="60px" Height="18" BackColor="#cccccc" BorderColor="#000000"
														ForeColor="#00000" EnableViewState="False"></asp:Button>
												</ItemTemplate>
											</asp:TemplateColumn>
										</Columns>
										<PagerStyle HorizontalAlign="Right" ForeColor="Black" BackColor="#C6C3C6"></PagerStyle>
									</asp:DataGrid></td>
							</tr>
							<tr>
								<td height="20" align="left" class="adminbody0">
									<P><FONT face="宋体"></FONT>&nbsp;</P>
									<P><FONT face="宋体">名称:</FONT>
										<asp:TextBox id="tname" runat="server" BorderStyle="Solid" BorderWidth="1px" Width="120px"></asp:TextBox><FONT class="adminbody0" face="宋体">&nbsp;
											<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ErrorMessage="RequiredFieldValidator"
												ControlToValidate="tname" EnableViewState="False">!!</asp:RequiredFieldValidator>描述:
											<asp:TextBox id="comment" runat="server" BorderStyle="Solid" BorderWidth="1px" Width="176px"></asp:TextBox>
											<asp:RequiredFieldValidator id="RequiredFieldValidator2" runat="server" ErrorMessage="RequiredFieldValidator"
												ControlToValidate="comment" EnableViewState="False">!!</asp:RequiredFieldValidator>
											优先级:
											<asp:TextBox id="lv" runat="server" BorderStyle="Solid" BorderWidth="1px" Width="40px"></asp:TextBox>&nbsp;
											<asp:RequiredFieldValidator id="RequiredFieldValidator3" runat="server" ErrorMessage="RequiredFieldValidator"
												ControlToValidate="lv" EnableViewState="False">!!</asp:RequiredFieldValidator>
											<asp:Button id="Button1" runat="server" BorderStyle="Groove" BorderWidth="0px" Text="新加版块" Width="64px"
												BackColor="Black" BorderColor="White" ForeColor="White" EnableViewState="False"></asp:Button></P>
									</FONT></td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td height="260" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
							<!--DWLayoutTable-->
							<tr>
								<td width="800" height="240" valign="top"><!--DWLayoutEmptyCell--> &nbsp;
									<asp:DataGrid id="newData" runat="server" CssClass="adminbody0" GridLines="Vertical" CellPadding="4"
										BackColor="White" BorderWidth="1px" BorderStyle="None" BorderColor="#DEDFDE" AutoGenerateColumns="False"
										ForeColor="Black" EnableViewState="False">
										<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#CE5D5A"></SelectedItemStyle>
										<AlternatingItemStyle BackColor="White"></AlternatingItemStyle>
										<ItemStyle BackColor="#F7F7DE"></ItemStyle>
										<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="Crimson"></HeaderStyle>
										<FooterStyle BackColor="#CCCC99"></FooterStyle>
										<Columns>
											<asp:BoundColumn DataField="tname" HeaderText="区域名称"></asp:BoundColumn>
											<asp:BoundColumn DataField="comment" HeaderText="区域描述"></asp:BoundColumn>
											<asp:BoundColumn DataField="lv" HeaderText="优先级"></asp:BoundColumn>
											<asp:TemplateColumn HeaderText="状态">
												<ItemTemplate>
													<span class="adminbody0">未添加!</span>
												</ItemTemplate>
											</asp:TemplateColumn>
										</Columns>
										<PagerStyle HorizontalAlign="Right" ForeColor="Black" BackColor="#F7F7DE" Mode="NumericPages"></PagerStyle>
									</asp:DataGrid>
									<P><FONT face="宋体"></FONT>&nbsp;</P>
									<P><SPAN class="adminbody0"><FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
											</FONT>
											<asp:Button id="Button2" runat="server" BackColor="Black" BorderWidth="0px" BorderStyle="Groove"
												BorderColor="White" Width="184px" Text="确认一次性提交新版块" ForeColor="White" CausesValidation="False"
												Visible="False" EnableViewState="False"></asp:Button></SPAN></P>
								</td>
							</tr>
							<tr>
								<td height="20" align="right">
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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