📄 skin-sectionadmins.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 + -