Rule.aspx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:2k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Rule.aspx.cs" Inherits="Module_Employee_ProRes_Rules" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>规章制度</title>
  6. </head>
  7. <body style="vertical-align: middle; text-align: center; background-image: url(../../Images/SysSkin/rule.jpg); background-repeat: no-repeat;">
  8.     <form id="form1" runat="server">
  9.     <div>
  10.         <br />
  11.         <br />
  12.         <br />
  13.         <table style="width: 608px; height: 320px;" cellpadding="0" cellspacing="0">
  14.             <tr>
  15.                 <td colspan="3" style="width: 313px; height: 22px">
  16.                     <span style="font-size: 9pt">制度主题</span></td>
  17.                 <td colspan="1" style="width: 685px; height: 22px; text-align: left">
  18.                     <asp:TextBox ID="TextBox1" runat="server" BackColor="#E0E0E0" ReadOnly="True" Width="417px"></asp:TextBox>
  19.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
  20.                         ErrorMessage="主题不能为空">*</asp:RequiredFieldValidator></td>
  21.             </tr>
  22.             <tr>
  23.                 <td colspan="4">
  24.                     <asp:TextBox ID="txtRule" runat="server" BackColor="#E0E0E0" Height="314px" ReadOnly="True"
  25.                         TextMode="MultiLine" Width="559px"></asp:TextBox></td>
  26.             </tr>
  27.             <tr>
  28.                 <td colspan="4" style="height: 44px">
  29.                     <asp:Panel ID="panVisible" runat="server" Height="13px" Width="125px" Visible="False">
  30.                         <asp:Button ID="btnAmend" runat="server" Font-Size="9pt" OnClick="btnAmend_Click"
  31.                             Text="编辑" CausesValidation="False" />
  32.                         <asp:Button ID="btnOK" runat="server" Font-Size="9pt" Text="提交" OnClick="btnOK_Click" /></asp:Panel>
  33.                     <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
  34.                         ShowSummary="False" />
  35.                 </td>
  36.             </tr>
  37.         </table>
  38.     
  39.     </div>
  40.     </form>
  41. </body>
  42. </html>