@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.回收站)
}))
}
@section script{
}