@using ZoomLa.Model @model ZoomLaCMS.Areas.Admin.Models.VM_ContentManage @{ string apiUrl = "ContentManage_API?action="; } @section head{@L.内容回收站} @section content{ @(Call.SetBread(new Bread[] { new Bread("{main}",L.工作台), new Bread(Call.PathAdmin("Content/ContentManage"),L.内容管理), new Bread(Context.Request.RawUrl(),L.回收站) }))
@Html.Partial("ContentManage_List", Model)
ID @L.标题 @L.录入者 @L.点击数 @L.置顶 @L.推荐 @L.静态 @L.状态 @L.排序 @L.操作
} @section script{ }