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

📄 skin-sectionadmins.ascx

📁 这是一个简单的论坛程序源码
💻 ASCX
字号:
<%@ Control Language="C#" Inherits="NetFocus.Web.Applications.Forum.SectionAdmins, NetFocus.Web.Applications.Forum" AutoEventWireup="true" %>
<%@ Import Namespace="NetFocus.Web.Applications.Forum" %>

<div class="AdminArea">
    <fieldset>
        <legend><nwap:ResourceLiteral runat="server" ResourceName="System_ControlPanel_SectionAdmins_ManageTitle" ResourceFile="ControlPanelResources.xml" /></legend>
        <div class="FormRow">
            <nwap:ResourceLabel CssClass="FieldName" runat="Server" ResourceFile="ControlPanelResources.xml" ResourceName="System_ControlPanel_SectionAdmins_UserList" />
            <asp:CheckBoxList CssClass="CheckboxList" runat="server" RepeatDirection="Horizontal" RepeatLayout="Table" RepeatColumns="6" ID="userList" />
        </div>
        <div class="FormRow SubmitButtonRow">
            <nwap:Resourcebutton id="saveButton" ResourceName="Save" CssClass="Button" Runat="server"></nwap:Resourcebutton>
        </div>
    </fieldset>
</div>

⌨️ 快捷键说明

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