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

📄 admin_sort_annex.aspx

📁 程序设计:Flyangel 用到了vb.net c# asp.net xml等 最大特别是核心功能组件化. 特色: 强大的后台管理功能 支持二级分类 支持匿名投稿 超强用户权限设置
💻 ASPX
字号:
<%@ Page Codebehind="admin_sort_annex.aspx.vb" Inherits="flyangel.news.admin_sort_annex" validateRequest=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" Text="栏目管理" NavigateUrl="admin_sort.aspx"></asp:hyperlink>&nbsp;<IMG height="9" src="../images/more.gif" width="29">
				栏目合并</td>
		</tr>
	</table>
	<table class="tdborder2" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
		<tr>
			<td bgColor="#eef4fb" height="40" align="right">
				选择要被合并掉的栏目:<asp:DropDownList id="delete_list" runat="server"></asp:DropDownList>
			</td>
			<td bgColor="#eef4fb" width="50%" align="center"><FONT color="#003366">注意:选择的二级栏目将被删除</FONT></td>
		</tr>
		<tr>
			<td bgColor="#eef4fb" height="40" align="right">
				选择合并到的目的栏目:<asp:DropDownList id="annex_List" runat="server"></asp:DropDownList>
			</td>
			<td bgColor="#eef4fb" width="50%" align="center"><FONT color="#003366">注意:选择的二级栏目栏将保留</FONT></td>
		</tr>
		<tr>
			<td bgColor="#eef4fb" height="30" align="middle">
				<asp:Button id="annex_button" runat="server" Text="开始栏目合并" Font-Names="宋体" Font-Size="9pt" ForeColor="blue" BorderStyle="None" BorderColor="#eef4fb" BackColor="#eef4fb"></asp:Button>
			</td>
			<td bgColor="#eef4fb" width="50%" align="center">不能选择'全部栏目'做为操作对象,且只能选择二级栏目操作<br>不能选择相同的栏目进行操作</td>
		</tr>
	</table>
	<table class="tdborder2" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
		<tr>
			<td align="middle" bgColor="#eef4fb" height="35"><STRONG>操作提示:</STRONG><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 + -