?? siteconfigguide.aspx
字號(hào):
?<%@ Page Language="C#" MasterPageFile="~/Admin/Guide.master" AutoEventWireup="True"
Inherits="PowerEasy.WebSite.Admin.Accessories.SiteConfigGuide" Codebehind="SiteConfigGuide.aspx.cs"
Title="網(wǎng)站配置向?qū)?quot; %>
<asp:Content ID="Content1" ContentPlaceHolderID="CphTitle" runat="Server">
網(wǎng)站配置
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="CphSubMenu" runat="Server">
<div class="guideexpand" onclick="Switch(this)">
管理操作</div>
<div class="guide">
<asp:Literal ID="LitSiteConfig" runat="server">
<ul>
<li><a href="../Configuration/SiteInfo.aspx" target="main_right">網(wǎng)站信息配置</a></li>
</ul>
<ul>
<li><a href="../Configuration/SiteOption.aspx" target="main_right">網(wǎng)站參數(shù)配置</a></li>
</ul>
<ul>
<li><a href="../Configuration/UserConfig.aspx" target="main_right">用戶參數(shù)配置</a></li>
</ul>
<ul>
<li><a href="../Configuration/MailConfig.aspx" target="main_right">郵件參數(shù)配置</a></li>
</ul>
<ul>
<li><a href="../Configuration/ThumbConfig.aspx" target="main_right">縮略圖參數(shù)配置</a></li>
</ul>
<ul>
<li><a href="../Configuration/IPLockConfig.aspx" target="main_right">IP訪問限定配置</a></li>
</ul>
<ul>
<li><a href="../Configuration/SmsConfig.aspx" target="main_right">手機(jī)短信配置</a></li>
</ul>
<ul>
<li><a href="../Configuration/RssConfig.aspx" target="main_right">RSS/WAP配置</a></li>
</ul>
</asp:Literal>
<asp:Literal ID="LitFrontPageTemplateConfig" runat="server">
<ul>
<li><a href="../Configuration/FrontPageTemplateConfig.aspx" target="main_right">動(dòng)態(tài)頁模板配置</a></li>
</ul>
</asp:Literal>
<asp:Literal ID="LtrShop" runat="server">
<ul>
<li><a href="../Shop/ShopConfig.aspx" target="main_right">商店參數(shù)配置</a></li>
</ul> </asp:Literal>
</div>
</asp:Content>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -