sectionwebservices.ascx

来自「完全网站系统」· ASCX 代码 · 共 78 行

ASCX
78
字号
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities.Admin" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Control Language="c#" CodeBehind="SectionWebServices.ascx.cs" AutoEventWireup="false" Inherits="ASPNET.StarterKit.Communities.Admin.EditSections.SectionWebServices" %>
<script runat="server">

</script>
<!-- Section Web Service -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpSectionService')" onmouseout="hideHelp()">
Publish Web Service
</td>
</tr>
<tr>
<td class="formSectionHelp">
Check the checkbox below to expose this section as a Web service.
</td>
</tr>
<tr>
<td class="formSectionContents">
<table>
<tr>
<td>
<asp:CheckBox id="chkIsSectionWebService" runat="server"></asp:CheckBox>
</td>
<td>
<span class="formLabelText">Publish section content as a Web service</span>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
<span class="formLabelText">Password:</span>
<br>
<asp:TextBox class="formField" id="txtWebServicePassword" Runat="Server"></asp:TextBox>
</td>
</tr>
</table>
</td>
</tr>
</table>
</p>
<div id="helpSectionService" style="DISPLAY:none">
Exposing a section as a Web service enables other community Web sites to retrieve 
content from the section. The password is optional. If you supply a password, then 
content cannot be retrieved without the password.
</div>
<!-- Service Subscriptios -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpServiceSubscriptions')" onmouseout="hideHelp()">
Subscribe to Web Services
</td>
</tr>
<tr>
<td class="formSectionHelp">
Web Services retrieve content retrieved from other Web sites.
</td>
</tr>
<tr>
<td class="formSectionContents">
<community:ListPicker id="ctlServiceSubscriptions" size="10" runat="Server" />
</td>
</tr>
</table>
</p>
<div id="helpServiceSubscriptions" style="DISPLAY:none">
Select a Web service subscription to retrieve content from another community into 
the current section. You can configure new service subscriptions from the Edit 
Service Subscriptions page.
</div>

⌨️ 快捷键说明

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