📄 contentpages_movecontentpage.ascx
字号:
<%@ Control Language="C#" %>
<h3>Move Content</h3>
Move <i><asp:Label id="lblTitle" Runat="Server"/></i>
to a new section.
<p>
<asp:Panel id="pnlOtherSections" Runat="Server">
<table>
<tr>
<td>
<asp:ListBox id="lstSections" Width="300" Runat="Server"/>
</td>
</tr>
<tr>
<td>
<asp:CheckBox id="chkApprove" Checked="true" Runat="Server" Text="Approve"/>
</td>
</tr>
<tr>
<td align="Right">
<asp:Button id="btnMove" Text="Move Content" Runat="Server"/>
</td>
</tr>
</table>
</asp:Panel>
<asp:Panel id="pnlNoOtherSections" Runat="Server">
There are no other sections of the same type available.
Click cancel to return to the previous page.
</asp:Panel>
<p>
<asp:Button id="btnCancel" Text="Cancel" Runat="Server"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -