⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 categorymove.aspx

📁 动易SiteFactory&#8482 网上商店系统1.0源代码
💻 ASPX
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -