wenjianhuifu.aspx
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:4k
源码类别:
OA系统
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="wenjianhuifu.aspx.cs" Inherits="qs_wenjian_wenjianhuifu" validateRequest=false%>
- <%@ Register Assembly="FreeTextBox" Namespace="FreeTextBoxControls" TagPrefix="FTB" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>文 件 回 复</title>
- <link href="../css/textarea.css" rel="stylesheet" type="text/css"/>
- <style type="text/css">
- div.RoundedCorner{background: #5AAE18}
- b.rtop, b.rbottom{display:block;background: #FFF}
- b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #5AAE18}
- b.r1{margin: 0 4px}
- b.r2{margin: 0 3px}
- b.r3{margin: 0 2px}
- b.rtop b.r4, {margin: 0 1px;height: 1px}
- .style1 {
- font-size: 13px;
- color: #FFFFFF;
- font-weight: bold;
- }
- </style>
- <style type="text/css">
- <!--
- body {
- margin-top: 2px;
- }
- -->
- </style>
- </head>
- <body>
- <form id="form1" runat="server">
- <div align="center">
- <table width="760" height="21" border="0" cellpadding="0" cellspacing="0" background="../../img/bw/line.gif">
- <tr><td colspan="5" style="height: 15px; width: 100%;" ><div class="RoundedCorner"><div align="center">
- <b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
- <span class="style1">文 件 回 复</span></div></div></td></tr>
- </table>
- <table width="760" border="0" cellpadding="0" cellspacing="1" bgcolor="#5AAE18">
- <tr>
- <td bgcolor="#FFFFFF"><table width="99%" border="0" cellpadding="3" cellspacing="0">
- <tr>
- <td height="8" colspan="2"><div align="center"><span class="style1 style5"></span></div></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td style="width: 129px"><div align="center" class="style8">
- <div align="right">
- 接收人:</div>
- </div></td>
- <td width="663" class="style4">
- <asp:Label ID="lbJieShouRen" runat="server" Width="162px"></asp:Label></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td style="width: 129px"><div align="center" class="style8">
- <div align="right">
- 标题:</div>
- </div></td>
- <td>
- <asp:TextBox ID="txtFname" runat="server"></asp:TextBox></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td colspan="2" rowspan="2"><div align="center" class="style8">
- <FTB:FreeTextBox ID="ftbNeiRong" runat="server">
- </FTB:FreeTextBox>
- </div>
- </td>
- </tr>
- <tr bgcolor="#FFFFFF">
- </tr>
- <tr bgcolor="#FFFFFF">
- <td colspan="2">
- <div align="center">
-
- <asp:Button ID="btHuiFu" runat="server" OnClick="btHuiFu_Click" Text="回复" Width="71px" />
-
- <asp:Button ID="btChongXie" runat="server" Text="重写" Width="69px" />
-
- <input type="button" name="btnCancel" value="取 消" onclick="javacript:history.go(-1)" />
-
- </div>
- </td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td height="10" colspan="2"></td>
- </tr>
- </table></td>
- </tr>
- </table>
- <p> </p>
- <p> </p>
- </div>
- </form>
- </body>
- </html>