📄 forums.aspx
字号:
<%@ Page language="c#" Codebehind="Forums.aspx.cs" AutoEventWireup="false" Inherits="CommunityServer.ControlPanel.Forums.Forums" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="CP" Namespace="CommunityServer.ControlPanel.Controls" Assembly="CommunityServer.Web" %>
<%@ Register TagPrefix="CP" TagName="ForumListControl" Src="~/ControlPanel/Forums/ForumListControl.ascx" %>
<cp:controlpanelselectednavigation runat="server" id="SelectedNavigation1" />
<cs:mpcontainer runat="server" id="MPContainer" thememasterfile="SetupControlPanelMaster.ascx">
<cs:mpcontent id="DescriptionRegion" runat="server">
<cp:resourcecontrol id="SectionDescription" runat="server" resourcename="CP_Forums_ForumList_Title" />
</cs:mpcontent>
<cs:mpcontent id="TaskRegion" runat="Server">
<div class="CommonDescription">
<cp:resourcecontrol id="Section_Sub_Description" runat="server" resourcename="CP_Forums_ForumList_SubTitle" />
</div>
<cp:ForumListControl id="ForumList" runat="server" />
<p class="PanelSaveButton">
<cp:resourcelinkbutton id="AddButton" runat="server" resourcename="CP_Forums_TreeView_NewForum" cssclass="CommonTextButton" />
<cp:controlpanelchangemanageview runat="server" cssclass="CommonTextButton" currentview="Grid" viewchangeurl="~/ControlPanel/Forums/GroupManager.aspx" id="Controlpanelchangemanageview1"/>
</p>
</cs:mpcontent>
</cs:mpcontainer>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -