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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="updateshenpi.aspx.cs" Inherits="lb_shenpi_updateshenpi" 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.                     &nbsp;<ftb:freetextbox id="FreeTextBox1" runat="server"></ftb:freetextbox></td>
  45.               </tr>
  46.               <tr bgcolor="#FFFFFF">
  47.                 <td><div align="right">备注:</div></td>
  48.                 <td align="left">
  49.                     <asp:TextBox ID="txbbz" runat="server" Height="53px" TextMode="MultiLine" Width="348px"></asp:TextBox></td>
  50.               </tr>
  51.               <tr bgcolor="#FFFFFF">
  52.                 <td><div align="right">申请人:</div></td>
  53.                 <td align="left">
  54.                     <asp:TextBox ID="txbname" runat="server" Text="王海"></asp:TextBox></td>
  55.               </tr>
  56.               <tr bgcolor="#FFFFFF">
  57.                 <td><div align="right"></div></td>
  58.                 <td>
  59.                     <asp:Button ID="btnsubmit" runat="server" Height="26px" Text=" 发 送 " Width="72px" OnClick="btnsubmit_Click"  />&nbsp;
  60.                     &nbsp;<asp:Button ID="btnReset" runat="server" Height="27px" Text=" 重 填 " Width="71px" OnClick="btnReset_Click" />
  61.                  
  62.                 <input name="return" type="button" style="FONT-SIZE: 12px; HEIGHT: 27px"   onclick="javascript:history.go(-1)" value= " 取 消 " /></td>
  63.               </tr>
  64.           </table>
  65.             <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#5EAE19">
  66.             </table>
  67.         </div>
  68.       </form></td>
  69.     </tr>
  70.   </table>
  71. </div>
  72. </body>
  73. </html>