peiyueadd.aspx
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:2k
源码类别:
OA系统
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="peiyueadd.aspx.cs" Inherits="qs_rizhi_peiyueadd" 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 xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>批阅添加</title>
- <style type="text/css">
- <!--
- .style1 {color: #FFFFFF}
- -->
- </style>
- <link href="../css/link.css" rel="stylesheet" type="text/css" />
- <style type="text/css">
- <!--
- .style2 {font-size: 12px}
- .style3 {
- font-size: 14px;
- font-weight: bold;
- }
- .style36 {font-size: 13px}
- .style37 {color: #FF0000}
- .style38 {color: #999999}
- body {
- margin-top: 0px;
- }
- -->
- </style>
- </head>
- <!--download from 5-1aspx.c-om(51aspx.com)-->
- <body>
- <form id="form1" runat="server">
- <div align="left">
- <table width="760" height="21" border="0" cellpadding="0" cellspacing="0" >
- <tr>
- <td bgcolor="#5AAE18" ><div align="center"><span class="style1 style3">写 入 批 阅</span></div></td>
- </tr>
- </table>
- <asp:Label ID="Label1" runat="server" Text="发送人:"></asp:Label>
- <asp:TextBox ID="txtUname" runat="server" Enabled="False"></asp:TextBox><br />
- <asp:Label ID="Label2" runat="server" Text="标 题:"></asp:Label>
- <asp:TextBox ID="txtBiaoTi" runat="server" Enabled="False"></asp:TextBox><br />
- <asp:TextBox ID="txtNeiRong" runat="server" Height="70px" TextMode="MultiLine" Width="515px" Enabled="False"></asp:TextBox><br />
- <ftb:freetextbox id="ftbPeiNeiRong" runat="server" ></ftb:freetextbox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="ftbPeiNeiRong" ErrorMessage="批阅内容不能为空否则将不显示"></asp:RequiredFieldValidator>
- <br />
- 批阅人:
- <asp:TextBox ID="txtPeiId" runat="server" Enabled="False"></asp:TextBox><br />
- <br />
- <asp:Button ID="btAdd" runat="server" OnClick="btAdd_Click" Text="提交" Width="62px" /><input type="button" name="btnCancel" value="取 消" onclick="javacript:history.go(-1)" />
- </div>
- </form>
- </body>
- </html>