Rule.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:2k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Rule.aspx.cs" Inherits="Module_Employee_ProRes_Rules" %>
- <!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>
- </head>
- <body style="vertical-align: middle; text-align: center; background-image: url(../../Images/SysSkin/rule.jpg); background-repeat: no-repeat;">
- <form id="form1" runat="server">
- <div>
- <br />
- <br />
- <br />
- <table style="width: 608px; height: 320px;" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="3" style="width: 313px; height: 22px">
- <span style="font-size: 9pt">制度主题</span></td>
- <td colspan="1" style="width: 685px; height: 22px; text-align: left">
- <asp:TextBox ID="TextBox1" runat="server" BackColor="#E0E0E0" ReadOnly="True" Width="417px"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
- ErrorMessage="主题不能为空">*</asp:RequiredFieldValidator></td>
- </tr>
- <tr>
- <td colspan="4">
- <asp:TextBox ID="txtRule" runat="server" BackColor="#E0E0E0" Height="314px" ReadOnly="True"
- TextMode="MultiLine" Width="559px"></asp:TextBox></td>
- </tr>
- <tr>
- <td colspan="4" style="height: 44px">
- <asp:Panel ID="panVisible" runat="server" Height="13px" Width="125px" Visible="False">
- <asp:Button ID="btnAmend" runat="server" Font-Size="9pt" OnClick="btnAmend_Click"
- Text="编辑" CausesValidation="False" />
- <asp:Button ID="btnOK" runat="server" Font-Size="9pt" Text="提交" OnClick="btnOK_Click" /></asp:Panel>
- <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
- ShowSummary="False" />
- </td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>