📄 donefile.aspx
字号:
<%@ Page language="c#" Codebehind="doneFile.aspx.cs" AutoEventWireup="false" Inherits="OI.recordFile.doneFile" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>doneFile</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">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script>
function openit(url)
{
window.open ('http://'+url,'fj',"top=100,left=100,toolbar=0,,status=1,menubar=0,scrollbars=1,resizable=1,width=500,height=300");
}
</script>
</HEAD>
<body leftmargin="30" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体" class="tableframe">
<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="100%" border="1" class="tableframe">
<TR>
<TD bgColor="#fafad2">文档内容:</TD>
</TR>
<tr>
<td>
<TABLE id="Table5" cellSpacing="0" cellPadding="0" width="100%" border="0" class="tableframe"
align="center">
<TR>
<TD style="WIDTH: 84px; HEIGHT: 20px" align="center" bgColor="floralwhite">主题</TD>
<TD bgColor="floralwhite" style="HEIGHT: 20px">
<asp:Label id="LabelTitle" runat="server">Label</asp:Label></TD>
<TD style="WIDTH: 84px; HEIGHT: 20px" align="center" bgColor="#fffaf0">发文单位</TD>
<TD style="HEIGHT: 20px" bgColor="#fffaf0">
<asp:Label id="LabelSendComp" runat="server">Label</asp:Label></TD>
</TR>
<TR>
</TR>
<TR>
<TD style="WIDTH: 84px" align="center">主送单位</TD>
<TD>
<asp:Label id="LabelMainSendComp" runat="server">LabelMainSendComp</asp:Label></TD>
<TD style="WIDTH: 84px" align="center">抄送单位</TD>
<TD>
<asp:Label id="LabelCopySendComp" runat="server">Label</asp:Label></TD>
</TR>
<TR>
</TR>
<TR>
<TD style="WIDTH: 84px" align="center" bgColor="#fffaf0">收文日期</TD>
<TD bgColor="#fffaf0">
<asp:Label id="LabelRecordDate" runat="server">LabelRecordDate</asp:Label></TD>
<TD style="WIDTH: 84px" align="center" bgColor="#fffaf0">录入日期</TD>
<TD bgColor="#fffaf0">
<asp:Label id="LabelInputDate" runat="server">LabelRecordDate</asp:Label></TD>
</TR>
<TR>
</TR>
<TR>
<TD style="WIDTH: 84px" align="center">处理人</TD>
<TD>
<asp:Label id="LabelUsername" runat="server">Label</asp:Label>
</TD>
<TD style="WIDTH: 84px" align="center">密级</TD>
<TD>
<asp:Label id="LabelSecretGreadID" runat="server">Label</asp:Label></TD>
</TR>
<TR>
</TR>
<TR>
<TD style="WIDTH: 84px" align="center" bgColor="#fffaf0">公文类别</TD>
<TD bgColor="#fffaf0">
<asp:Label id="LabelDocumentTypeID" runat="server">Label</asp:Label></TD>
<TD style="WIDTH: 84px" align="center" bgColor="#fffaf0">紧急程度</TD>
<TD bgColor="#fffaf0">
<asp:Label id="LabelExigenceDegreeID" runat="server">Label</asp:Label></TD>
</TR>
<TR>
</TR>
<TR>
<TD style="WIDTH: 84px; HEIGHT: 22px" align="center">文头</TD>
<TD style="HEIGHT: 22px">
<asp:Label id="LabelDocumentHead" runat="server">Label</asp:Label></TD>
<TD style="WIDTH: 84px; HEIGHT: 22px" align="center">文号</TD>
<TD style="HEIGHT: 22px">
<asp:Label id="LabelDocumentNumber" runat="server">Label</asp:Label></TD>
</TR>
<TR>
</TR>
<TR>
<TD style="WIDTH: 84px" align="center" bgColor="#fffaf0">主题词</TD>
<TD bgColor="#fffaf0">
<asp:Label id="LabelTopicWord" runat="server">Label</asp:Label></TD>
<TD style="WIDTH: 84px" align="center" bgColor="#fffaf0">附件</TD>
<TD bgColor="#fffaf0">
<asp:ImageButton id="ImageButtonOpen" runat="server" ImageUrl="../images/open.gif" CausesValidation="False"></asp:ImageButton></TD>
</TR>
<TR>
</TR>
<TR>
<TD style="WIDTH: 84px" align="center">内容</TD>
<TD colSpan="3">
<asp:Label id="LabelContent" runat="server" Height="68px">Label</asp:Label></TD>
</TR>
</TABLE>
</td>
</tr>
<TR>
<TD bgColor="#fafad2">处理人意见:</TD>
</TR>
<tr>
<TD style="HEIGHT: 22px">
<asp:RadioButtonList id="RadioButtonListAgree" runat="server" Width="243px" RepeatDirection="Horizontal">
<asp:ListItem Value="1" Selected="True">同意</asp:ListItem>
<asp:ListItem Value="0">不同意</asp:ListItem>
<asp:ListItem Value="2">其它</asp:ListItem>
</asp:RadioButtonList></TD>
</tr>
<tr>
<TD style="HEIGHT: 101px" bgColor="#fffaf0">
<asp:TextBox id="TextBoxIdes" runat="server" TextMode="MultiLine" Height="92px" Width="312px"></asp:TextBox>
<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ErrorMessage="意见不能为空" ControlToValidate="TextBoxIdes"></asp:RequiredFieldValidator></TD>
</tr>
<tr>
<td align="center">
<asp:ImageButton id="ImageButton2" runat="server" ImageUrl="../images/qd.gif"></asp:ImageButton>
<asp:ImageButton id="ImageButton1" runat="server" ImageUrl="../images/fh.gif" CausesValidation="False"
Visible="False"></asp:ImageButton><a href="#"><IMG src="../images/fh.gif" border="0" onclick="window.history .back ();"></a>
</td>
</tr>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -