admin_userpower.aspx

来自「一、安装SQL数据库 1、 打开Microsoft SQL Server 企业」· ASPX 代码 · 共 63 行

ASPX
63
字号
<%@ Page language="c#" Codebehind="Admin_UserPower.Aspx.cs" AutoEventWireup="false" Inherits="XfokSite.Manage.Admin_UserPower" %>
<!--#include file="Admin_Header.Aspx" -->
<style type="text/css">.style1 { COLOR: #ff0000 }
	</style>
<form id="XfokForm" runat="server">
	<table cellSpacing="1" cellPadding="5" width="100%" align="center" border="0">
		<tbody>
			<tr>
				<td class="bevel1" height="22">
					编辑
					<asp:Label id="EditUser" runat="server"></asp:Label>&nbsp; 的权限&nbsp;
				</td>
			</tr>
			<tr bgColor="#f6f6f3">
				<td bgColor="#f6f6f3">
					<asp:Label ID="Status" style="COLOR: #ff0000" runat="server"></asp:Label>
				</td>
			</tr>
		</tbody>
	</table>
	<table width="100%" border="0" align="center" cellPadding="5" cellSpacing="1" class="bevel2">
		<tbody>
			<tr>
				<td><FONT face="宋体">
						<asp:ListBox id="ClassList" runat="server" Rows="22" Width="352px" SelectionMode="Multiple"></asp:ListBox></FONT>
				</td>
				<td vAlign="top" width="58%" rowSpan="2">
					<asp:CheckBoxList ID="PowerList" runat="server" RepeatDirection="Vertical" EnableViewState="False"
						RepeatColumns="5" CellPadding="5" CellSpacing="2">
						<asp:ListItem Value="list" Selected="True">内容列表</asp:ListItem>
						<asp:ListItem Value="addnew" Selected="True">添加内容</asp:ListItem>
						<asp:ListItem Value="modify" Selected="True">修改内容</asp:ListItem>
						<asp:ListItem Value="move">内容转移</asp:ListItem>
						<asp:ListItem Value="delete" Selected="True">删除内容</asp:ListItem>
						<asp:ListItem Value="remark">评论管理</asp:ListItem>
						<asp:ListItem Value="reloaddata">数据统计</asp:ListItem>
						<asp:ListItem Value="channel">频道管理</asp:ListItem>
						<asp:ListItem Value="class">分类管理</asp:ListItem>
						<asp:ListItem Value="special">专题管理</asp:ListItem>
						<asp:ListItem Value="template">模板管理</asp:ListItem>
						<asp:ListItem Value="files">管理文件</asp:ListItem>
						<asp:ListItem Value="upload">上传文件</asp:ListItem>
						<asp:ListItem Value="catch">采集管理</asp:ListItem>
						<asp:ListItem Value="link">友情连接</asp:ListItem>
						<asp:ListItem Value="poll">调查管理</asp:ListItem>
						<asp:ListItem Value="setting">系统设置</asp:ListItem>
						<asp:ListItem Value="user">人员管理</asp:ListItem>
						<asp:ListItem Value="userpower">权限管理</asp:ListItem>
						
					</asp:CheckBoxList>
					<INPUT id="_UserClass" type="hidden" runat="server" NAME="_UserClass">
				</td>
			</tr>
			<tr>
				<td>
					<asp:Button ID="Submit" runat="server" Text="提交"></asp:Button>
				</td>
			</tr>
		</tbody>
	</table>
</form>
<!--#include file="Admin_Footer.Aspx" -->

⌨️ 快捷键说明

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