📄 archiveitemdetail.aspx
字号:
<%@ Page language="c#" Codebehind="ArchiveItemDetail.aspx.cs" AutoEventWireup="false" Inherits="OI.Archives.ArchiveItemDetail" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>ArchiveItemDetail</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="../test.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE class="tableframe" id="Table2" cellSpacing="1" cellPadding="1" width="100%" align="center"
border="0">
<TR>
<TD class="titlebar" bgColor="#fbe3b5"><IMG src="../images/mingpianguanli.gif"> 来文详细信息</TD>
</TR>
</TABLE>
<TABLE class="tableframe" id="Table1" cellSpacing="1" cellPadding="1" width="100%" align="center"
border="1">
<TR>
<TD align="center" width="15%" bgColor="floralwhite">主题:</TD>
<TD width="35%" bgColor="floralwhite" colspan="3"><asp:label id="LabelTitle" runat="server">Label</asp:label></TD>
</TR>
<TR>
<TD align="center">主送单位:</TD>
<TD><asp:label id="LabelMainSendComp" runat="server">LabelMainSendComp</asp:label></TD>
<TD align="center">抄送单位:</TD>
<TD><asp:label id="LabelCopySendComp" runat="server">Label</asp:label></TD>
</TR>
<TR>
<TD align="center" bgColor="#fffaf0">收文日期:</TD>
<TD bgColor="#fffaf0"><asp:label id="LabelRecordDate" runat="server">LabelRecordDate</asp:label></TD>
<TD align="center" bgColor="#fffaf0">录入日期:</TD>
<TD bgColor="#fffaf0"><asp:label id="LabelInputDate" runat="server">LabelRecordDate</asp:label></TD>
</TR>
<TR>
<TD align="center">处理人:</TD>
<TD><asp:label id="LabelUsername" runat="server">Label</asp:label></TD>
<TD align="center">密级:</TD>
<TD><asp:label id="LabelSecretGreadID" runat="server">Label</asp:label></TD>
</TR>
<TR>
<TD align="center" bgColor="#fffaf0">公文类别;</TD>
<TD bgColor="#fffaf0"><asp:label id="LabelDocumentTypeID" runat="server">Label</asp:label></TD>
<TD align="center" bgColor="#fffaf0">紧急程度:</TD>
<TD bgColor="#fffaf0"><asp:label id="LabelExigenceDegreeID" runat="server">Label</asp:label></TD>
</TR>
<TR>
<TD align="center">文头:</TD>
<TD><asp:label id="LabelDocumentHead" runat="server">Label</asp:label></TD>
<TD align="center">文号:</TD>
<TD><asp:label id="LabelDocumentNumber" runat="server">Label</asp:label></TD>
</TR>
<TR>
<TD align="center" bgColor="#fffaf0">主题词:</TD>
<TD bgColor="#fffaf0"><asp:label id="LabelTopicWord" runat="server">Label</asp:label></TD>
<TD align="center" bgColor="#fffaf0">附件:</TD>
<TD bgColor="#fffaf0"><asp:imagebutton id="ImageButtonOpen" runat="server" ImageUrl="../images/open.gif"></asp:imagebutton></TD>
</TR>
<tr bgColor="#fffaf0">
<TD align="center" width="15%" bgColor="#fffaf0">发文单位:</TD>
<TD bgColor="#fffaf0" colspan="3"><asp:label id="LabelSendComp" runat="server">Label</asp:label></TD>
</tr>
<TR>
<TD align="center">内容:</TD>
<TD colSpan="3"><asp:label id="LabelContent" runat="server" Height="68px">Label</asp:label></TD>
</TR>
<TR>
<td align="center" colSpan="4"><asp:datalist id="DataListFileGive" runat="server" Width="100%" ShowFooter="False">
<HeaderTemplate>
<IMG src="../images/jk.gif"> 处理意见
</HeaderTemplate>
<ItemTemplate>
<TABLE class="tableframe" id="Table3" cellSpacing="1" cellPadding="1" width="100%" border="1">
<TR bgColor="floralwhite">
<TD align="center" width="15%">姓名:</TD>
<TD width="35%">
<asp:label id=NameLabel runat="server" Text='<%#DataBinder.Eval(Container.DataItem,"UserName")%>'>
</asp:label></TD>
<TD align="center" width="15%">是否同意:</TD>
<TD>
<asp:label id=AgreeLabel runat="server" Text='<%#DataBinder.Eval(Container.DataItem,"Agree")%>'>
</asp:label></TD>
</TR>
<TR>
<TD align="center" width="15%">意见:</TD>
<TD colSpan="3">
<asp:Label id=IdeaLabel runat="server" Text='<%#DataBinder.Eval(Container.DataItem,"Idea")%>'>
</asp:Label></TD>
</TR>
</TABLE>
</ItemTemplate>
<HeaderStyle BorderWidth="1px" CssClass="titlebar" BackColor="#FBE3B5"></HeaderStyle>
</asp:datalist></td>
</TR>
<tr>
<TD align="center" colSpan="4">
<asp:imagebutton id="ImageButton1" runat="server" ImageUrl="../images/fh.gif"></asp:imagebutton></TD>
</tr>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -