⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sectionwebboxes.ascx

📁 非常不错的学校在线考试分析系统
💻 ASCX
字号:
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities.Admin" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Control Language="c#" CodeBehind="SectionWebBoxes.ascx.cs" AutoEventWireup="false" Inherits="ASPNET.StarterKit.Communities.Admin.EditSections.SectionWebBoxes" %>
<!-- 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 Boxes
</td>
</tr>
<tr>
<td class="formSectionHelp">
Web Boxes display content outside of the main body of the page.
</td>
</tr>
<tr>
<td class="formSectionContents">
<asp:Panel id="pnlInheritWebBoxes" runat="Server">
<TABLE>
<TR>
<TD>
<asp:RadioButton id="rdlWebBoxInherit" runat="server" Checked="true" GroupName="rdlWebBoxInheritOrSelect"></asp:RadioButton><SPAN class="formLabelText">Inherit from parent section</SPAN>
</TD>
</TR>
<TR>
<TD>
<asp:RadioButton id="rdlWebBoxSelect" runat="server" GroupName="rdlWebBoxInheritOrSelect"></asp:RadioButton><SPAN class="formLabelText">Select from the following list:</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 Boxes display content outside of the main body of the page. You can use Web 
Boxes to display such content as a list of the most popular articles, the newest 
photos posted to the photo gallery, or the most popular books.
</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()">
Web Service Boxes
</td>
</tr>
<tr>
<td class="formSectionHelp">
Web Service Boxes display content retrieved from other Web sites.
</td>
</tr>
<tr>
<td class="formSectionContents">
<asp:Panel id="pnlInheritWebServiceBoxes" runat="Server">
<TABLE>
<TR>
<TD>
<asp:RadioButton id="rdlWebServiceBoxInherit" runat="server" Checked="true" GroupName="rdlWebServiceBoxInheritOrSelect"></asp:RadioButton><SPAN class="formLabelText">Inherit from parent section</SPAN>
</TD>
</TR>
<TR>
<TD>
<asp:RadioButton id="rdlWebServiceBoxSelect" runat="server" GroupName="rdlWebServiceBoxInheritOrSelect"></asp:RadioButton><SPAN class="formLabelText">Select from the following list:</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">
Web Service Boxes display content retrieved from other Web sites. You can add 
additional Web Services by using the Edit Web Box Services page.
</div>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -