@using ZoomLa.BLL.Exam @{ B_Publish_Node nodebll = new B_Publish_Node(); DataTable dt = nodebll.Sel(); } @section head{@L.报纸管理} @section content{ @Call.SetBread(new Bread[] { new Bread("{admin}"), new Bread("News",@L.数字出版), new Bread() {url="", text=" ["+@L.添加报纸+"] ["+@L.添加分类+"]",addon="" }} )
  • @L.全部
  • @foreach (DataRow dr in dt.Rows) {
  • @dr["NodeName"]
  • }
} @section script{ }