📄 rssctrls.aspx
字号:
<%@ Register TagPrefix="CP" Namespace="CommunityServer.ControlPanel.Controls" Assembly="CommunityServer.Web" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Page Language="c#" Codebehind="RssCtrls.aspx.cs" AutoEventWireup="false" Inherits="CommunityServer.ControlPanel.Tools.RssCtrlsPage" %>
<CS:MPContainer runat="server" ID="MPContainer" ThemeMasterFile="SetupControlPanelMaster.ascx">
<cs:mpcontent id=DescriptionRegion runat="server"><cp:resourcecontrol id=RegionTitle runat="Server" resourcename="CP_Tools_ManageRSSCtrls_Title" /></cs:mpcontent>
<cs:mpcontent id=TaskRegion runat="Server">
<cs:StatusMessage runat="server" id="Status" />
<DIV><cp:resourcecontrol id=RegionSubTitle runat="Server" resourcename="CP_Tools_ManageRSSCtrls_SubTitle" /></DIV>
<asp:label id=StatusMessage runat="Server"></asp:label>
<br />
<asp:repeater id=Repeater_RssCtrls runat="Server">
<headertemplate>
<table width = "500px" class="Listing">
<tr>
<th class="CommonFormFieldName">Title<%--<cp:resourcecontrol id="Resourcecontrol3" runat="Server" resourcename="CP_Tools_ManageIP_IPAddressRange" />--%></th>
<th class="CommonFormFieldName">Control Name<%--<cp:resourcecontrol id="Resourcecontrol4" runat="Server" resourcename="Delete" />--%></th>
<th class="CommonFormFieldName">Action<%--<cp:resourcecontrol id="Resourcecontrol4" runat="Server" resourcename="Delete" />--%></th>
</tr>
</headertemplate>
<itemtemplate>
<tr>
<td class="CommonFormField">
<asp:literal id = "Title" runat = "Server" /></td>
<td class="CommonFormField">
<asp:literal id = "Name" runat = "Server" /></td>
<td class="CommonFormField">
<asp:HyperLink id = "ManageButton" Text="Manage" runat = "Server" /></td>
</tr>
</itemtemplate>
<alternatingitemtemplate>
<tr class="Alt">
<td class="CommonFormField">
<asp:literal id = "Title" runat = "Server" /></td>
<td class="CommonFormField">
<asp:literal id = "Name" runat = "Server" /></td>
<td class="CommonFormField">
<asp:HyperLink id = "ManageButton" Text="Manage" runat = "Server" /></td>
</tr>
</alternatingitemtemplate>
<footertemplate>
</table>
</footertemplate>
</asp:repeater>
<asp:LinkButton id = "PurgeFeedsBtn" Text="Purge Cached Feeds" runat = "Server" /><br />
<asp:LinkButton id = "DeleteUnusedBtn" Text="Delete Unused Controls" runat = "Server" /><br />
<asp:LinkButton id = "ClearCacheBtn" Text="Clear In Memory Cache" runat = "Server" />
</cs:mpcontent>
</CS:MPContainer>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -