<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master" Inherits="System.Web.Mvc.ViewPage" %> 公告信息列表 <%=Html.QPSeach(85,true) %>
<%=Html.QV(p=>p.NOTICETITLE) %> <%=Html.QC(p => p.NOTICETITLE)%> 通知日期 <%=Html.QC(p => p.USETIMESTART)%> <%=Html.QC(p => p.USETIMEEND)%>
<%=Html.QPEnd()%> <%=Html.QPList() %> <%=Html.QDateGrid(Model)%> <%=Html.HiddenFor(p => p.CANREPLY)%> <%=Html.QPEnd() %> <%=Html.Hidden("selectKey")%>
<%=Html.QTButtonSearch("Notice", "NoticeList", "Search()")%>