📄 sectionwebboxes.ascx
字号:
<%@ Control Language="c#" CodeBehind="SectionWebBoxes.ascx.cs" AutoEventWireup="false" Inherits="ASPNET.StarterKit.Communities.Admin.EditSections.SectionWebBoxes" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities.Admin" Assembly="ASPNET.StarterKit.Communities" %>
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<!-- Web Boxes -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpWebBoxes')"
onmouseout="hideHelp()"> Web小盒子
</td>
</tr>
<tr>
<td class="formSectionHelp">
Web小盒子显示页面以外的内容。
</td>
</tr>
<tr>
<td class="formSectionContents">
<asp:Panel id="pnlInheritWebBoxes" runat="Server">
<TABLE>
<TR>
<TD height="21">
<asp:RadioButton id="rdlWebBoxInherit" runat="server" GroupName="rdlWebBoxInheritOrSelect" Checked="true"></asp:RadioButton><SPAN class="formLabelText">从父区域继承</SPAN>
</TD>
</TR>
<TR>
<TD>
<asp:RadioButton id="rdlWebBoxSelect" runat="server" GroupName="rdlWebBoxInheritOrSelect"></asp:RadioButton><SPAN class="formLabelText">从下面列表选择</SPAN>
</TD>
</TR>
</TABLE>
</asp:Panel>
<table>
<tr>
<td>
<community:ListPICKER id="ctlWebBoxPicker" size="10" runat="Server" />
<br>
<asp:DropDownList id="dropWebBoxDisplayMode" runat="server" class="formField">
<asp:ListItem text="Display All Selected Web Boxes" value="0" runat="Server" />
<asp:ListItem text="Randomly Display 1 Selected Web Boxes" value="1" runat="Server" />
<asp:ListItem text="Randomly Display 2 Selected Web Boxes" value="2" runat="Server" />
<asp:ListItem text="Randomly Display 3 Selected Web Boxes" value="3" runat="Server" />
<asp:ListItem text="Randomly Display 4 Selected Web Boxes" value="4" runat="Server" />
</asp:DropDownList>
</td>
</tr>
</table>
</td>
</tr>
</table>
</p>
<div id="helpWebBoxes" style="DISPLAY:none">
Web小盒子显示页面以外的内容。您可以使用Web小盒子显示诸如最受欢迎的文章,最新相片和最受欢迎的书籍等内容。
</div>
<!-- Web Service Boxes -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpWebServiceBoxes')"
onmouseout="hideHelp()"> 网络服务小盒子
</td>
</tr>
<tr>
<td class="formSectionHelp">
网络服务小盒子显示来自其他站点的内容。
</td>
</tr>
<tr>
<td class="formSectionContents">
<asp:Panel id="pnlInheritWebServiceBoxes" runat="Server">
<TABLE>
<TR>
<TD>
<asp:RadioButton id="rdlWebServiceBoxInherit" runat="server" GroupName="rdlWebServiceBoxInheritOrSelect"
Checked="true"></asp:RadioButton><SPAN class="formLabelText">从父区域继承</SPAN>
</TD>
</TR>
<TR>
<TD>
<asp:RadioButton id="rdlWebServiceBoxSelect" runat="server" GroupName="rdlWebServiceBoxInheritOrSelect"></asp:RadioButton><SPAN class="formLabelText">从下面列表中选择</SPAN>
</TD>
</TR>
</TABLE>
</asp:Panel>
<table>
<tr>
<td>
<community:ListPICKER id="ctlWebServiceBoxPicker" size="10" runat="Server" />
<br>
<asp:DropDownList id="dropWebServiceBoxDisplayMode" runat="server" class="formField">
<asp:ListItem text="Display All Selected Web Service Boxes" value="0" runat="Server" />
<asp:ListItem text="Randomly Display 1 Selected Web Service Boxes" value="1" runat="Server" />
<asp:ListItem text="Randomly Display 2 Selected Web Service Boxes" value="2" runat="Server" />
<asp:ListItem text="Randomly Display 3 Selected Web Service Boxes" value="3" runat="Server" />
<asp:ListItem text="Randomly Display 4 Selected Web Service Boxes" value="4" runat="Server" />
</asp:DropDownList>
</td>
</tr>
</table>
</td>
</tr>
</table>
</p>
<div id="helpWebServiceBoxes" style="DISPLAY:none">
网络服务小盒子显示来自其他站点的内容。您可以通过编辑网络服务小盒子页面添加额外的网络服务。
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -