📄 admin_inputuser.aspx
字号:
<%@ Register TagPrefix="admin_menu" TagName="admin_menu" Src="admin_menu.ascx"%>
<%@ Register TagPrefix="copyrightlocal" TagName="footer" Src="../bottom.ascx"%>
<%@ Register TagPrefix="admin_top" TagName="admin_top" Src="admin_top.ascx"%>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="admin_inputuser.aspx.vb" Inherits="flyangel.news.admin_inputuser"%>
<%@ Register TagPrefix="cc1" Namespace="flyangel.article.Components" Assembly="flyangel_article" %>
<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"> <IMG height="9" src="../images/dot.gif">
当前位置: <IMG height="9" src="../images/more.gif" width="29"> <A href="admin_inputuser.aspx">
用户组权限设置</A> <IMG height="9" src="../images/more.gif" width="29"> <A href="admin_GroupUser.aspx">
查看所有用户</A></td>
</tr>
</table>
<table class="tdborder2" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
<tr>
<td align="center" bgColor="#eef4fb">
<table id="aa" cellSpacing="1" cellPadding="0" width="100%" align="center" border="0" runat="server">
<tr>
<td align="center" bgColor="#eef4fb"><cc1:datagridpading id="DataGridPading1" runat="server" SetPadingArticleImgUrl="../images/bullet.gif"
OnEditCommand="usergroup_edit" OnDeleteCommand="usergroup_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>
<asp:HyperLinkColumn Text="">
<ItemStyle HorizontalAlign="Center" Width="55px"></ItemStyle>
</asp:HyperLinkColumn>
</Columns>
</cc1:datagridpading></td>
</tr>
</table>
</td>
</tr>
</table>
<asp:panel id="add_user_level" runat="server" Visible="False" HorizontalAlign="Center">
<TABLE class="tdborder4" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
<TR>
<TD bgColor="#eef4fb" height="25"> <IMG height="9" src="../images/dot.gif">
当前操作: <IMG height="9" src="../images/more.gif" width="29"> 新增用户组</TD>
</TR>
</TABLE>
<TABLE class="tdborder4" cellSpacing="0" cellPadding="0" width="760" align="center" bgColor="#eef4fb"
border="0">
<TR vAlign="middle" align="center">
<TD align="right" height="21">用户组:</TD>
<TD align="left" width="52%" height="24">
<asp:textbox class="unnamed5" id="usergroupname" runat="server" Font-Bold="True" ForeColor="blue"
Font-Names="宋体" Font-Size="9pt" BorderColor="#000000" BackColor="#eef4fb" EnableViewState="False"
Wrap="False"></asp:textbox></TD>
</TR>
<TR vAlign="middle" align="center">
<TD align="right" height="21">HTML权限:</TD>
<TD align="left" width="52%" height="24">
<asp:dropdownlist class="unnameda" id="htmllevel" runat="server">
<asp:ListItem Value="1">充许</asp:ListItem>
<asp:ListItem Value="0" Selected="True">禁用</asp:ListItem>
</asp:dropdownlist></TD>
</TR>
<TR vAlign="middle" align="center">
<TD align="right" height="21">上传权限:</TD>
<TD align="left" width="52%" height="24">
<asp:dropdownlist class="unnameda" id="uploadlevel" runat="server">
<asp:ListItem Value="1">充许</asp:ListItem>
<asp:ListItem Value="0" Selected="True">禁用</asp:ListItem>
</asp:dropdownlist></TD>
</TR>
<TR vAlign="middle" align="center">
<TD align="right" height="21">自动发布:</TD>
<TD align="left" width="52%" height="24">
<asp:dropdownlist class="unnameda" id="shenghelevel" runat="server">
<asp:ListItem Value="1">自动发布</asp:ListItem>
<asp:ListItem Value="0" Selected="True">需要审核</asp:ListItem>
</asp:dropdownlist></TD>
</TR>
<TR vAlign="middle" align="center">
<TD align="right" height="21">校内权限:</TD>
<TD align="left" width="52%" height="24">
<asp:dropdownlist class="unnameda" id="montheplanlevel" runat="server">
<asp:ListItem Value="0" Selected="True">禁用</asp:ListItem>
<asp:ListItem Value="1">充许</asp:ListItem>
</asp:dropdownlist></TD>
</TR>
<TR vAlign="middle" align="center">
<TD colSpan="3" height="24">
<asp:button id="addusergroup" runat="server" ForeColor="blue" Font-Names="宋体" Font-Size="9pt"
BorderColor="#eef4fb" BackColor="#eef4fb" Text="新增用户组" BorderStyle="None"></asp:button></TD>
</TR>
</TABLE>
</asp:panel><asp:panel id="edit_user_level" runat="server" Visible="False" HorizontalAlign="Center">
<TABLE class="tdborder4" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
<TR>
<TD bgColor="#eef4fb" height="25"> <IMG height="9" src="../images/dot.gif">
当前操作: <IMG height="9" src="../images/more.gif" width="29"> 编辑用户组权限
<asp:TextBox id="edit_usergroupid" runat="server" ForeColor="#EEF4FB" BorderColor="#EEF4FB" BackColor="#EEF4FB"
EnableViewState="False" BorderStyle="None" ReadOnly="True" Width="40px"></asp:TextBox></TD>
</TR>
</TABLE>
<TABLE class="tdborder4" cellSpacing="0" cellPadding="0" width="760" align="center" bgColor="#eef4fb"
border="0">
<TR vAlign="middle" align="center">
<TD align="right" height="21">用户组:</TD>
<TD align="left" width="52%" height="24">
<asp:textbox class="unnamed5" id="username" runat="server" Font-Bold="True" ForeColor="blue"
Font-Names="宋体" Font-Size="9pt" BorderColor="#000000" BackColor="#eef4fb" EnableViewState="False"
Wrap="False"></asp:textbox></TD>
</TR>
<TR vAlign="middle" align="center">
<TD align="right" height="21">HTML权限:</TD>
<TD align="left" width="52%" height="24">
<asp:dropdownlist class="unnameda" id="user_html" runat="server">
<asp:ListItem Value="0" Selected="True">禁用</asp:ListItem>
<asp:ListItem Value="1">充许</asp:ListItem>
</asp:dropdownlist></TD>
</TR>
<TR vAlign="middle" align="center">
<TD align="right" height="21">上传权限:</TD>
<TD align="left" width="52%" height="24">
<asp:dropdownlist class="unnameda" id="user_upload" runat="server">
<asp:ListItem Value="0" Selected="True">禁用</asp:ListItem>
<asp:ListItem Value="1">充许</asp:ListItem>
</asp:dropdownlist></TD>
</TR>
<TR vAlign="middle" align="center">
<TD align="right" height="21">自动发布:</TD>
<TD align="left" width="52%" height="24">
<asp:dropdownlist class="unnameda" id="user_shenghe" runat="server">
<asp:ListItem Value="0" Selected="True">需要审核</asp:ListItem>
<asp:ListItem Value="1">自动发布</asp:ListItem>
</asp:dropdownlist></TD>
</TR>
<TR vAlign="middle" align="center">
<TD align="right" height="21">校内权限:</TD>
<TD align="left" width="52%" height="24">
<asp:dropdownlist class="unnameda" id="user_login" runat="server">
<asp:ListItem Value="0" Selected="True">禁用</asp:ListItem>
<asp:ListItem Value="1">充许</asp:ListItem>
</asp:dropdownlist></TD>
</TR>
<TR vAlign="middle" align="center">
<TD colSpan="3" height="24">
<asp:button id="add_user_button" runat="server" ForeColor="blue" Font-Names="宋体" Font-Size="9pt"
BorderColor="#eef4fb" BackColor="#eef4fb" Text="编辑用户组权限" BorderStyle="None"></asp:button></TD>
</TR>
</TABLE>
</asp:panel>
<table class="tdborder2" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
<tr>
<td align="center" bgColor="#eef4fb" height="35"><FONT face="宋体"><STRONG>提示:</STRONG></FONT><asp:label id="addzhuanti_error_message" runat="server" ForeColor="Red">修改或删除用户组时,请注意权限的分配正确!<BR>为保证整站稳定,删除一用户组前,请先将此组下的所有用户删除!</asp:label></td>
</tr>
</table>
</form>
<copyrightlocal:footer id="globalbottom" runat="server"></copyrightlocal:footer>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -