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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="peiyueadd.aspx.cs" Inherits="qs_rizhi_peiyueadd" 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. <!--download from 5-1aspx.c-om(51aspx.com)-->
  30. <body>
  31.     <form id="form1" runat="server">
  32.     
  33.    <div align="left">
  34.   <table width="760" height="21" border="0" cellpadding="0" cellspacing="0" >
  35.     <tr>
  36.       <td bgcolor="#5AAE18" ><div align="center"><span class="style1 style3">写 入 批 阅</span></div></td>
  37.     </tr>
  38.   </table>
  39.        <asp:Label ID="Label1" runat="server" Text="发送人:"></asp:Label>
  40.                 <asp:TextBox ID="txtUname" runat="server" Enabled="False"></asp:TextBox><br />
  41.        <asp:Label ID="Label2" runat="server" Text="标 题:"></asp:Label>
  42.                 <asp:TextBox ID="txtBiaoTi" runat="server" Enabled="False"></asp:TextBox><br />
  43.        <asp:TextBox ID="txtNeiRong" runat="server" Height="70px" TextMode="MultiLine" Width="515px" Enabled="False"></asp:TextBox><br />
  44.        <ftb:freetextbox id="ftbPeiNeiRong" runat="server" ></ftb:freetextbox>
  45.        <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="ftbPeiNeiRong" ErrorMessage="批阅内容不能为空否则将不显示"></asp:RequiredFieldValidator>
  46.        
  47.        <br />
  48.        批阅人:
  49.        <asp:TextBox ID="txtPeiId" runat="server" Enabled="False"></asp:TextBox><br />
  50.        <br />
  51.        <asp:Button ID="btAdd" runat="server" OnClick="btAdd_Click" Text="提交" Width="62px" /><input type="button" name="btnCancel" value="取 消" onclick="javacript:history.go(-1)" />
  52.            </div>
  53.     
  54.        
  55.     
  56.     </form>
  57. </body>
  58. </html>