天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
1.4 KiB

<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master"
Inherits="System.Web.Mvc.ViewPage<QMAPP.Web.Models.Sys.NoticeInfoModel>" %>
<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" Visible=false runat="server">
公告信息查看
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<%=Html.QPEdit("公告信息查看", string.IsNullOrEmpty(Model.NOTICEID) ? QMFrameWork.WebUI.panelType.Add : QMFrameWork.WebUI.panelType.Update)%>
<table id="mytable" cellpadding="0" cellspacing="0">
<tr>
<th align="right">
<%=Html.QV(p => p.USETIME)%>
</th>
<td>
<%=Html.QReadOnlyTextboxFor(p => p.USETIME)%>
</td>
</tr>
<tr>
<th align="right" valign=top>
<%=Html.QV(p => p.NOTICECONTEXT)%>
</th>
<td>
<div class="validatebox-readonly" style="width: 350px; height: 200px; overflow: auto;">
<%=Model.NOTICECONTEXT%>
</div>
</td>
</tr>
<tr>
</tr>
</table>
<%=Html.QPEnd() %>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ToolContent" runat="server">
<table ><tr><td><%=Model.NOTICETITLE%></td></tr></table>
</asp:Content>