contentpages_movecontentpage.ascx

来自「倒奶CMS内容管理系统 v6.0 中文版 软件类别: .NET源码 / 全站系」· ASCX 代码 · 共 27 行

ASCX
27
字号
<%@ Control Language="C#" %>
<h3>移动内容</h3>
移动<asp:Label id="lblTitle" Runat="Server" />
到其它的栏目.
<p>
	<asp:Panel id="pnlOtherSections" Runat="Server">
		<TABLE>
			<TR>
				<TD>
					<asp:ListBox id="lstSections" Runat="Server" Width="300"></asp:ListBox></TD>
			</TR>
			<TR>
				<TD>
					<asp:CheckBox id="chkApprove" Runat="Server" Checked="true" Text="批准"></asp:CheckBox></TD>
			</TR>
			<TR>
				<TD align="right">
					<asp:Button id="btnMove" Runat="Server" Text="移动内容"></asp:Button></TD>
			</TR>
		</TABLE>
	</asp:Panel>
	<asp:Panel id="pnlNoOtherSections" Runat="Server"> 没有同样类型的其它栏目,按“取消”返回前页。

</asp:Panel>
<p>
	<asp:Button id="btnCancel" Text="取消" Runat="Server" /></p>

⌨️ 快捷键说明

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