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

📄 admin_zhuanti.aspx

📁 程序设计:Flyangel 用到了vb.net c# asp.net xml等 最大特别是核心功能组件化. 特色: 强大的后台管理功能 支持二级分类 支持匿名投稿 超强用户权限设置
💻 ASPX
字号:
<%@ Register TagPrefix="cc1" Namespace="flyangel.article.Components" Assembly="flyangel_article" %>
<%@ Page Inherits="flyangel.news.admin_zhuanti" CodeBehind="admin_zhuanti.aspx.vb" Language="vb" AutoEventWireup="false" %>
<%@ Register TagPrefix="admin_top" TagName="admin_top" Src="admin_top.ascx"%>
<%@ Register TagPrefix="copyrightlocal" TagName="footer" Src="../bottom.ascx"%>
<%@ Register TagPrefix="admin_menu" TagName="admin_menu" Src="admin_menu.ascx"%>
<admin_top:admin_top id="admin_top" runat="server"></admin_top:admin_top>
<form id="Form1" runat="server">
	<admin_menu:admin_menu id="admin_menu_head" runat="server"></admin_menu:admin_menu>
	<table class="tdborder1" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
		<tr>
			<td bgColor="#eef4fb" height="25">&nbsp;&nbsp;&nbsp;<IMG height="9" src="../images/dot.gif">
				当前位置: <IMG height="9" src="../images/more.gif" width="29">
				<asp:hyperlink id="return_type" runat="server" NavigateUrl="admin_zhuanti.aspx" Text="专题管理"></asp:hyperlink>&nbsp;<IMG height="9" src="../images/more.gif" width="29">
				<asp:label id="return_title" runat="server"></asp:label></td>
		</tr>
	</table>
	<table class="tdborder2" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
		<tr>
			<td bgColor="#eef4fb" align="center">
				<table id="aa" width="100%" border="0" align="center" cellpadding="0" cellspacing="1" runat="server">
					<tr>
						<td bgColor="#eef4fb" align="center">
							<cc1:DataGridPading id="DataGridPading1" runat="server" SetPadingArticleImgUrl="../images/bullet.gif"
								OnEditCommand="zhuanti_edit" OnDeleteCommand="zhuanti_delete">
								<PagerStyle Visible="False" HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
								<AlternatingItemStyle BorderWidth="2px" BackColor="Lavender" BorderStyle="None"></AlternatingItemStyle>
								<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
								<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"></SelectedItemStyle>
								<ItemStyle ForeColor="DodgerBlue"></ItemStyle>
								<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Height="30px" ForeColor="White" BackColor="LightSkyBlue"></HeaderStyle>
								<Columns>
									<asp:ButtonColumn Text="修改" CommandName="Edit">
										<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="50px"></HeaderStyle>
										<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle"></ItemStyle>
									</asp:ButtonColumn>
									<asp:ButtonColumn Text="删除" CommandName="Delete">
										<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="50px"></HeaderStyle>
										<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle"></ItemStyle>
									</asp:ButtonColumn>
								</Columns>
							</cc1:DataGridPading>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
	<table class="tdborder4" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
		<tr>
			<td bgColor="#eef4fb" align="center" height="35">
				<STRONG>注意:删除专题后,专题内的文章将转为无专题文章,请慎重操作!</STRONG>
			</td>
		</tr>
	</table>
	<table class="tdborder2" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
		<tr>
			<td bgColor="#eef4fb" align="center" height="35">
				<asp:Panel id="Panel_edit_zhuanti" runat="server" Visible="False"><INPUT id="zhuanti_select_id" type="hidden" runat="server"> 
      修改专题:&nbsp;&nbsp; &nbsp; 
<asp:TextBox id="zhuanti_edit_text" onfocus="this.select()" runat="server" cssclass="unnamed5">请加入专题名称</asp:TextBox>&nbsp;&nbsp;&nbsp; 
<asp:Button id="edit_zhuanti" runat="server" Text="修改" BackColor="#eef4fb" BorderColor="#eef4fb"
						BorderStyle="None" ForeColor="blue" Font-Size="9pt" Font-Names="宋体"></asp:Button></asp:Panel>
				<asp:Panel id="Panel_add_zhuanti" runat="server" Visible="False">增加专题:&nbsp;&nbsp;&nbsp; 
<asp:TextBox id="add_zhuanti_name" onfocus="this.select()" runat="server" cssclass="unnamed5">请加入专题名称</asp:TextBox>&nbsp;&nbsp;&nbsp; 
<asp:Button id="add_zhuanti" runat="server" Text="增加" BackColor="#eef4fb" BorderColor="#eef4fb"
						BorderStyle="None" ForeColor="blue" Font-Size="9pt" Font-Names="宋体"></asp:Button></asp:Panel>
			</td>
		</tr>
		<tr>
			<td bgColor="#eef4fb" align="center" height="35"><asp:Label id="addzhuanti_error_message" runat="server" ForeColor="Red">增加专题时,请注意不要使用相同的专题名称!</asp:Label></td>
		</tr>
	</table>
</form>
<copyrightlocal:footer id="globalbottom" runat="server"></copyrightlocal:footer>

⌨️ 快捷键说明

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