categorymove.aspx

来自「动易SiteFactory&#8482 网上商店系统1.0源代码」· ASPX 代码 · 共 51 行

ASPX
51
字号
<%@ Page Language="C#" MasterPageFile="~/Admin/MasterPage.master" AutoEventWireup="true"
    Inherits="PowerEasy.WebSite.Admin.Contents.CategoryMove"   Codebehind="CategoryMove.aspx.cs" %>

<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 width="100%" border="0" cellpadding="2" cellspacing="0" class="border">
        <tr align="center">
            <td colspan="4" class="spacingtitle">
                <strong>移动栏目</strong>
            </td>
        </tr>
        <tr align="center" class="tdbg">
            <td style="width: 239px;">
                <table width="100%" border="0" cellpadding="2" cellspacing="1">
                    <tr>
                        <td valign="top" align="left" style="height: 380px; width: 246px;">
                            <strong>当前节点:</strong>
                            <asp:ListBox ID="LstFromNodes" runat="server" Height="286px" Width="237px" Enabled="True">
                            </asp:ListBox>
                        </td>
                    </tr>
                </table>
            </td>
            <td style="width: 100px">
                <strong>移动到&gt;&gt;&gt;</strong></td>
            <td valign="top" style="width: 380px">
                <table width="100%" border="0" cellpadding="2" cellspacing="1">
                    <tr>
                        <td align="left">
                            <strong>目标节点:</strong><span style="color: #ff0000">(不能指定为当前节点的下属子节点或外部节点)</span>
                            <asp:ListBox ID="LstToNodes" runat="server" Height="286px" Width="255px" AppendDataBoundItems="true">
                                <asp:ListItem Text="做为根节点" Value="0"></asp:ListItem>
                            </asp:ListBox>
                        </td>
                    </tr>
                </table>
            </td>
            <td style="width: 88px">
            </td>
        </tr>
    </table>
    <br />
    <center>
        <asp:Button ID="EBtnSubmit" Text="保存移动结果" OnClick="EBtnSubmit_Click" runat="server" />
        <asp:Button ID="BtnCancel" runat="server" Text="取消" OnClick="BtnCancel_Click" />
    </center>
    <br />
</asp:Content>

⌨️ 快捷键说明

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