tijiao.aspx
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:3k
源码类别:
OA系统
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="tijiao.aspx.cs" Inherits="lb_shenpi_tijiao" 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>
- <head>
- <link href="../css/textarea.css" rel="stylesheet" type="text/css">
- <style type="text/css">
- <!--
- .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}
- .style7 {
- font-weight: bold;
- color: #FFFFFF;
- }
- body {
- margin-top: 4px;
- }
- -->
- </style>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- </head>
- <body>
- <div align="center">
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="6" height="21"><img src="../img/bbs/leftlin1.gif" width="6" height="21"></td>
- <td width="936" bgcolor="#5AAE18"><div align="center" class="style7">网 上 审 批 系 统</div></td>
- <td width="6" height="21"><img src="../img/bbs/rightlin1.gif" width="6" height="21"></td>
- </tr>
- </table>
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td><form id="submitinput" runat="server">
- <div align="center">
- <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#5EAE19">
- <tr bgcolor="#FFFFFF">
- <td width="9%"><div align="right">申请事由:</div></td>
- <td width="91%"><div align="left">
-
- <asp:TextBox ID="txbsy" runat="server" Height="19px" Width="291px"></asp:TextBox></div></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td><div align="right">详细说明:</div></td>
- <td align="left">
- <FTB:FreeTextBox ID="FreeTextBox1" runat="server">
- </FTB:FreeTextBox>
- </td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td><div align="right">备注:</div></td>
- <td align="left">
- <asp:TextBox ID="txbbz" runat="server" Height="53px" TextMode="MultiLine" Width="348px"></asp:TextBox></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td><div align="right">申请人:</div></td>
- <td align="left">
- <asp:TextBox ID="txbname" runat="server" Text=""></asp:TextBox></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td><div align="right"></div></td>
- <td>
- <asp:Button ID="btnsubmit" runat="server" Height="26px" Text=" 发 送 " Width="72px" OnClick="btnsubmit_Click" />
- <asp:Button ID="btnReset" runat="server" Height="27px" Text=" 重 填 " Width="71px" OnClick="btnReset_Click" />
- <input name="return" type="button" style="FONT-SIZE: 12px; HEIGHT: 27px" onclick="javascript:history.go(-1)" value= " 取 消 " /></td>
- </tr>
- </table>
- <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#5EAE19">
- </table>
- </div>
- </form></td>
- </tr>
- </table>
- </div>
- </body>
- </html>