piyuexiu.aspx
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:2k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="piyuexiu.aspx.cs" Inherits="qs_rizhi_piyuedelete" validateRequest=false %>
  2. <%@ Register Assembly="FreeTextBox" Namespace="FreeTextBoxControls" TagPrefix="FTB" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" >
  5. <head runat="server">
  6.     <title>批阅修改</title>
  7.            <style type="text/css">
  8. <!--
  9. .style1 {color: #FFFFFF}
  10. -->
  11. </style>
  12. <link href="../css/link.css" rel="stylesheet" type="text/css" />
  13. <style type="text/css">
  14. <!--
  15. .style2 {font-size: 12px}
  16. .style3 {
  17. font-size: 14px;
  18. font-weight: bold;
  19. }
  20. .style36 {font-size: 13px}
  21. .style37 {color: #FF0000}
  22. .style38 {color: #999999}
  23. body {
  24. margin-top: 0px;
  25. }
  26. -->
  27. </style>
  28. </head>
  29. <body>
  30.     <form id="form1" runat="server">
  31.     <div align="left">
  32.   <table width="760" height="21" border="0" cellpadding="0" cellspacing="0" >
  33.     <tr>
  34.       <td bgcolor="#5AAE18" ><div align="center"><span class="style1 style3">修 改 批 阅</span></div></td>
  35.     </tr>
  36.   </table>
  37.         <br />
  38.        <asp:Label ID="Label1" runat="server" Text="发送人:"></asp:Label>
  39.                 <asp:TextBox ID="txtUname" runat="server" Enabled="False"></asp:TextBox><br />
  40.        <asp:Label ID="Label2" runat="server" Text="标 题:"></asp:Label>
  41.                 <asp:TextBox ID="txtBiaoTi" runat="server" Enabled="False"></asp:TextBox><br />
  42.        <asp:TextBox ID="txtNeiRong" runat="server" Height="70px" TextMode="MultiLine" Width="515px" Enabled="False"></asp:TextBox><br />
  43.         <ftb:freetextbox id="ftbXiuNR" runat="server"></ftb:freetextbox>
  44.          <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="ftbXiuNR" ErrorMessage="批阅内容不能为空否则将不显示"></asp:RequiredFieldValidator>
  45.        <br />
  46.        批阅人:
  47.        <asp:TextBox ID="txtPeiId" runat="server" Enabled="False"></asp:TextBox><br />
  48.        <br />
  49.         <asp:Button ID="btXiuGai" runat="server" OnClick="btXiuGai_Click" Text="修改" Width="62px" />
  50.         <input type="button" name="btnCancel" value="取 消" onclick="javacript:history.go(-1)" />
  51.            </div>
  52.     
  53.     </form>
  54. </body>
  55. </html>