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

📄 sectionsecurity.ascx

📁 非常不错的学校在线考试分析系统
💻 ASCX
字号:
<%@ Control Language="c#" CodeBehind="SectionSecurity.ascx.cs" AutoEventWireup="false" Inherits="ASPNET.StarterKit.Communities.Admin.EditSections.SectionSecurity" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities.Admin" Assembly="ASPNET.StarterKit.Communities" %>
<%@ import Namespace="ASPNET.StarterKit.Communities" %>


<!-- View Roles -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpViewRoles')" onmouseout="hideHelp()" />
View Roles
</td>
</tr>
<tr>
<td class="formSectionHelp">
Determines who can view pages in this section.
</td>
</tr>
<tr>
<td class="formSectionContents">
<community:ListPICKER id="ctlViewRoles" AllItemsText="All Roles" SelectedItemsText="Selected Roles" runat="server" />
</td>
</tr>
</table>
</p>
<div id="helpViewRoles" style="display:none">
Determines who can view pages in this section. For example, if the 
Community-Everyone role is not selected, then anonymous users cannot view pages in 
this section.
</div>
<!-- Add Roles -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpAddRoles')" onmouseout="hideHelp()" />
Add Roles
</td>
</tr>
<tr>
<td class="formSectionHelp">
Determines who can add pages to this section.
</td>
</tr>
<tr>
<td class="formSectionContents">
<community:ListPICKER id="ctlAddRoles" AllItemsText="All Roles" SelectedItemsText="Selected Roles" runat="server" />
</td>
</tr>
</table>
</p>
<div id="helpAddRoles" style="display:none">
Determines who can add pages to this section. For example, if the 
Community-Administrators role is selected, then members of the Administrators role 
can add content.
</div>
<!-- Edit Roles -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpEditRoles')" onmouseout="hideHelp()" />
Edit Roles
</td>
</tr>
<tr>
<td class="formSectionHelp">
Determines who can edit pages in this section.
</td>
</tr>
<tr>
<td class="formSectionContents">
<community:ListPICKER id="ctlEditRoles" AllItemsText="All Roles" SelectedItemsText="Selected Roles" runat="server" />
</td>
</tr>
</table>
</p>
<div id="helpEditRoles" style="display:none">
Determines who can edit pages in this section. For example, if the 
Community-Administrators role is selected, then members of the Administrators role 
can edit content.
</div>
<!-- Delete Roles -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpDeleteRoles')" onmouseout="hideHelp()" />
Delete Roles
</td>
</tr>
<tr>
<td class="formSectionHelp">
Determines who can delete pages from this section.
</td>
</tr>
<tr>
<td class="formSectionContents">
<community:ListPICKER id="ctlDeleteRoles" AllItemsText="All Roles" SelectedItemsText="Selected Roles" runat="server" />
</td>
</tr>
</table>
</p>
<div id="helpDeleteRoles" style="display:none">
Determines who can delete pages from this section. For example, if the 
Community-Administrators role is selected, then members of the Administrators role 
can delete content.
</div>

⌨️ 快捷键说明

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