@using ZoomLa.Components @{ } @section head{黄页配置} @section content{ @Call.SetBread(new Bread[] { new Bread("{admin}"), new Bread("ApplyAudit",@L.黄页列表), new Bread(Context.Request.RawUrl(),@L.黄页配置) })
@L.申请是否需要审核 @MVCHelper.H_Check("RegPageStart", SiteConfig.SiteOption.RegPageStart, new { @class = "switchChk",value="1" })
@L.黄页内容默认状态 @MVCHelper.H_Radios("Page_ContentStatus",new string[] {L.未审核,L.已审核 },new string[] {"0","99" },SiteConfig.SiteOption.Page_ContentStatus.ToString())
@L.用户可否自建栏目 @MVCHelper.H_Check("Page_UserCanNode", SiteConfig.SiteOption.Page_UserCanNode == 1, new { @class = "switchChk",value="1" })
@L.返回列表
} @section script{ }