@using System.Data
@using ZoomLa.BLL.SYS
@model ZoomLa.Model.M_Label
@{
B_Label labelBll = new B_Label();
B_FunLabel bfun = new B_FunLabel();
DataTable cateDT = labelBll.GetLabelCateListXML();
DataTable fieldDT = labelBll.GetSourceLabelXML();
}
@section head{
@L.标签助手}
@section content{
@Call.SetBread(new Bread[] {
new Bread("/{manage}/Config/SiteInfo",L.系统设置),
new Bread("LabelManage",L.标签管理),
new Bread() {url="", text=L.标签调用,addon="" }}
)
@Html.Partial("Comp/LabelComp",new C_Model() { })
}
@section script{
@if (!string.IsNullOrEmpty(Model.LabelName))
{
}
}