@using ZoomLa.Model.Content @using ZoomLa.BLL.Content @using System.Data @using ZoomLa.Common @using ZoomLaCMS.Control @{ B_Node nodeBll = new B_Node(); DataTable nodeDT=nodeBll.CreateForListBox(); } @section head{ @L.批量配置 } @section content{ @Call.SetBread(new Bread[] { new Bread("{admin}"), new Bread("NodeManage",L.节点管理), new Bread("BatchNode",L.批量设置) },"("+L.请勾选需要批量修改的选项卡+")")
@Html.Partial("/Areas/Admin/Views/Content/Node/NodeAdd_Partial.cshtml",new M_Node())
} @section script{ }