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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="tijiao.aspx.cs" Inherits="lb_shenpi_tijiao" 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>
  5. <head>
  6. <link href="../css/textarea.css" rel="stylesheet" type="text/css">
  7. <style type="text/css">
  8. <!--
  9. .tx {height: 16px; width: 30px; border-color: black black #000000; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; font-size: 9pt; background-color: #eeeeee; color: #0000FF}
  10. .style7 {
  11. font-weight: bold;
  12. color: #FFFFFF;
  13. }
  14. body {
  15. margin-top: 4px;
  16. }
  17. -->
  18. </style>
  19. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  20. </head>
  21. <body>
  22. <div align="center">
  23.   <table width="100%" border="0" cellpadding="0" cellspacing="0">
  24.     <tr>
  25.       <td width="6" height="21"><img src="../img/bbs/leftlin1.gif" width="6" height="21"></td>
  26.       <td width="936" bgcolor="#5AAE18"><div align="center" class="style7">网 上 审 批 系 统</div></td>
  27.       <td width="6" height="21"><img src="../img/bbs/rightlin1.gif" width="6" height="21"></td>
  28.     </tr>
  29.   </table>
  30.   <table width="100%" border="0" cellpadding="0" cellspacing="0">
  31.     <tr>
  32.       <td><form  id="submitinput" runat="server">
  33.         <div align="center">
  34.           <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#5EAE19">
  35.               <tr bgcolor="#FFFFFF">
  36.                 <td width="9%"><div align="right">申请事由:</div></td>
  37.                 <td width="91%"><div align="left">
  38.                     &nbsp;
  39.                     <asp:TextBox ID="txbsy" runat="server" Height="19px" Width="291px"></asp:TextBox></div></td>
  40.               </tr>
  41.               <tr bgcolor="#FFFFFF">
  42.                 <td><div align="right">详细说明:</div></td>
  43.                 <td align="left">
  44.                     <FTB:FreeTextBox ID="FreeTextBox1" runat="server">
  45.                     </FTB:FreeTextBox>
  46.                     &nbsp;</td>
  47.               </tr>
  48.               <tr bgcolor="#FFFFFF">
  49.                 <td><div align="right">备注:</div></td>
  50.                 <td align="left">
  51.                     <asp:TextBox ID="txbbz" runat="server" Height="53px" TextMode="MultiLine" Width="348px"></asp:TextBox></td>
  52.               </tr>
  53.               <tr bgcolor="#FFFFFF">
  54.                 <td><div align="right">申请人:</div></td>
  55.                 
  56.                 <td align="left">
  57.                     <asp:TextBox ID="txbname" runat="server" Text=""></asp:TextBox></td>
  58.               </tr>
  59.               <tr bgcolor="#FFFFFF">
  60.                 <td><div align="right"></div></td>
  61.                 <td>
  62.                     <asp:Button ID="btnsubmit" runat="server" Height="26px" Text=" 发 送 " Width="72px" OnClick="btnsubmit_Click" />&nbsp;
  63.                     &nbsp;<asp:Button ID="btnReset" runat="server" Height="27px" Text=" 重 填 " Width="71px" OnClick="btnReset_Click" />
  64.                  
  65.                 <input name="return" type="button" style="FONT-SIZE: 12px; HEIGHT: 27px"   onclick="javascript:history.go(-1)" value= " 取 消 " /></td>
  66.               </tr>
  67.           </table>
  68.             <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#5EAE19">
  69.             </table>
  70.             
  71.         </div>
  72.       </form></td>
  73.     </tr>
  74.   </table>
  75. </div>
  76. </body>
  77. </html>