skin-sectionadd.ascx

来自「ASP.NET简洁论坛源代码 这是一个简单的论坛」· ASCX 代码 · 共 22 行

ASCX
22
字号
<%@ Control Language="C#" Inherits="NetFocus.Web.Applications.Forum.SectionAdd, NetFocus.Web.Applications.Forum" AutoEventWireup="true" %>

<div class="AdminArea">
    <fieldset>
        <legend><nwap:ResourceLiteral runat="server" ResourceName="System_ControlPanel_Section_AddControlTitle" ResourceFile="ControlPanelResources.xml" /></legend>
        <div class="FormRow">
            <nwap:ResourceLabel CssClass="FieldName" runat="Server" ResourceFile="ControlPanelResources.xml" ResourceName="System_ControlPanel_Section_SelectGroup" />
            <nwap:ValuedDropDownList ID="groupDropDownList" runat="server" Width="150px" />
        </div>
        <div class="FormRow">
            <nwap:ResourceLabel CssClass="FieldName" runat="Server" ResourceFile="ControlPanelResources.xml" ResourceName="System_ControlPanel_Section_Subject" />
            <nwap:ValuedTextBox Runat="server" CssClass="InputField MiddleWidth" id="subjectTextBox" />
        </div>
        <div class="FormRow">
            <nwap:ResourceLabel CssClass="FieldName" runat="Server" ResourceFile="ControlPanelResources.xml" ResourceName="System_ControlPanel_Group_Enabled" />
            <nwap:ValuedCheckBox Runat="server" Value="true" CssClass="CheckBox" id="enabledCheckBox" />
        </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 + =
减小字号Ctrl + -
显示快捷键?