@model ZoomLa.SQLDAL.SQL.PageSetting
@{
Layout = "_safe";
}
@section head {
@L.任务队列}
@section content {
@Call.SetBread(new Bread[] {
new Bread("{admin}"),
new Bread(Context.Request.RawUrl(),L.任务列表)},"["+L.添加任务+"]")
@Html.Partial("Task_List")
}
@section script {
}