📄 specialbatchset.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin/MasterPage.master" AutoEventWireup="true"
Codebehind="SpecialBatchSet.aspx.cs" Inherits="PowerEasy.WebSite.Admin.Contents.SpecialBatchSet"
Title="批量设置专题属性" %>
<asp:Content ID="Content1" ContentPlaceHolderID="CphNavigation" runat="Server">
<pe:ExtendedSiteMapPath ID="SmpNavigator" SiteMapProvider="AdminMapProvider" runat="server" />
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="CphContent" runat="Server">
<table style="width: 100%; margin: 0 auto;" cellpadding="2" cellspacing="1" class="border">
<tr>
<td class="spacingtitle" colspan="2" align="center">
批量设置专题属性
</td>
</tr>
<tr>
<td class="tdbg" style="width: 231" valign="top">
<table>
<tr>
<td>
<span style="color: Red">提示:</span>可以按住“Shift”<br />
或“Ctrl”键进行多个专题的选择</td>
</tr>
<tr>
<td align="center">
<asp:ListBox ID="LstSpecial" runat="server" DataTextField="SpecialName" DataValueField="SpecialId"
SelectionMode="Multiple" Height="282px" Width="231px"></asp:ListBox></td>
</tr>
<tr>
<td align="center">
<input id="BtnSelectAll" onclick="SelectAll()" type="button" class="inputbutton"
value=" 选定所有专题 " />
<input id="BtnCancelAll" onclick="UnSelectAll()" type="button" class="inputbutton"
value="取消选定所有专题" />
</td>
</tr>
</table>
</td>
<td class="tdbg" valign="top" style="width: 539px">
<table width="100%" cellpadding="2" cellspacing="1">
<%--专题选项--%>
<tbody id="Tabs0">
<tr class="tdbg">
<td class="tdbg">
<asp:CheckBox ID="ChkOpenType" Checked="true" runat="server" /></td>
<td style="width: 300" class="tdbg">
<strong>打开方式:</strong></td>
<td>
<asp:RadioButtonList ID="RadlOpenType" runat="server">
<asp:ListItem Value="0" Selected="true">在原窗口打开</asp:ListItem>
<asp:ListItem Value="1">在新窗口打开</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr class="tdbg">
<td class="tdbg">
<asp:CheckBox ID="ChkIsElite" Checked="true" runat="server" /></td>
<td style="width: 300" class="tdbg">
<strong>是否推荐:</strong></td>
<td>
<asp:RadioButtonList ID="RadlIsElite" runat="server" Height="3px" RepeatDirection="Horizontal">
<asp:ListItem Value="True" Selected="True">是</asp:ListItem>
<asp:ListItem Value="False">否</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
<tr class="tdbg">
<td class="tdbg">
<asp:CheckBox ID="ChKSpecialTemplatePath" Checked="true" runat="server" /></td>
<td style="width: 300" class="tdbg">
<strong>列表页模板:</strong>
</td>
<td>
<pe:TemplateSelectControl ID="FileCSpecialTemplatePath" Width="300px" runat="server"></pe:TemplateSelectControl>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="tdbg" id="commonfooter" colspan="2">
<asp:Button ID="EBtnBacthSet" Text="执行批处理" OnClick="EBtnBacthSet_Click" runat="server" />
<asp:Button ID="BtnCancel" runat="server" Text="取消" OnClick="BtnCancel_Click" /></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -