📄 rssconfig.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin/MasterPage.master" AutoEventWireup="true"
Codebehind="RssConfig.aspx.cs" Inherits="PowerEasy.WebSite.Admin.Configuration.RssConfig"
Title="RSS/WAP参数配置" %>
<asp:Content ID="Content1" ContentPlaceHolderID="CphNavigation" runat="server">
<pe:ExtendedSiteMapPath ID="SmpNavigator" SiteMapProvider="AdminMapProvider" runat="server" />
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="CphContent" runat="server">
<table width="100%" border="0" cellpadding="2" cellspacing="1" class="border">
<tr align="center">
<td colspan="2" class="spacingtitle">
<strong>RSS/WAP参数配置</strong>
</td>
</tr>
<tr class="tdbg">
<td class="tdbgleft" style="width: 50%">
<strong>是否启用RSS功能:</strong></td>
<td>
<asp:RadioButtonList ID="RssEnable" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow">
<asp:ListItem Selected="True" Value="true">是</asp:ListItem>
<asp:ListItem Value="false">否</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr class="tdbg">
<td class="tdbgleft">
<strong>是否启用WAP功能:</strong></td>
<td>
<asp:RadioButtonList ID="WapEnable" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow">
<asp:ListItem Selected="True" Value="true">是</asp:ListItem>
<asp:ListItem Value="false">否</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr class="tdbgbottom">
<td colspan="2">
<asp:Button ID="BtnSubmit" runat="server" Text="保存设置" OnClick="BtnSubmit_Click" />
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -