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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="PactAllInfo.aspx.cs" Inherits="Module_ProRes_PactAllInfo" %>
  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="background-image: url(../../Images/SysSkin/ppactmanage1.jpg); background-repeat: no-repeat; text-align: center">
  8.     <form id="form1" runat="server">
  9.     <div style="vertical-align: middle; text-align: center">
  10.         <br />
  11.         <br />
  12.         <br />
  13.         <br />
  14.         <br />
  15.         <br />
  16.         <table cellpadding="0" cellspacing="0" style="vertical-align: middle; width: 605px;
  17.             text-align: center">
  18.             <tr>
  19.                 <td style="width: 100px">
  20.                     <span style="font-size: 9pt">合同标题</span></td>
  21.                 <td style="width: 200px; text-align: left">
  22.                     <asp:TextBox ID="txtPactTitle" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
  23.                 <td style="width: 100px">
  24.                     <span style="font-size: 9pt">签署地点</span></td>
  25.                 <td style="width: 205px; text-align: left">
  26.                     <asp:TextBox ID="txtSignAddress" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
  27.             </tr>
  28.             <tr>
  29.                 <td>
  30.                     <span style="font-size: 9pt">甲方</span></td>
  31.                 <td style="text-align: left">
  32.                     <asp:TextBox ID="txtFir" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
  33.                 <td>
  34.                     <span style="font-size: 9pt">乙方</span></td>
  35.                 <td style="text-align: left">
  36.                     <asp:TextBox ID="txtSec" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox></td>
  37.             </tr>
  38.             <tr>
  39.                 <td>
  40.                     <span style="font-size: 9pt">甲方签定时间</span></td>
  41.                 <td style="font-size: 12pt; text-align: left">
  42.                     <asp:TextBox ID="txtFirTime" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox>
  43.                     <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtFirTime"
  44.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  45.                 <td style="font-size: 12pt">
  46.                     <span style="font-size: 9pt">乙方签定时间</span></td>
  47.                 <td style="font-size: 12pt; text-align: left">
  48.                     <asp:TextBox ID="txtSecTime" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox><span
  49.                         style="font-size: 9pt"> </span>
  50.                     <asp:CompareValidator ID="CompareValidator3" runat="server" ControlToValidate="txtSecTime"
  51.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  52.             </tr>
  53.             <tr style="font-size: 9pt">
  54.                 <td>
  55.                     终止时间</td>
  56.                 <td style="font-size: 12pt; text-align: left">
  57.                     <asp:TextBox ID="txtEndTime" runat="server" Font-Size="9pt" Width="150px" ReadOnly="True"></asp:TextBox>
  58.                     <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtEndTime"
  59.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  60.                 <td>
  61.                     <span style="font-size: 9pt"></span></td>
  62.                 <td style="text-align: left">
  63.                     &nbsp;</td>
  64.             </tr>
  65.             <tr>
  66.                 <td>
  67.                     <span style="font-size: 9pt">合同内容</span></td>
  68.                 <td colspan="3" rowspan="2" style="text-align: left">
  69.                     <asp:TextBox ID="txtPactContent" runat="server" Height="168px" TextMode="MultiLine"
  70.                         Width="449px" ReadOnly="True"></asp:TextBox></td>
  71.             </tr>
  72.             <tr>
  73.                 <td style="height: 93px">
  74.                 </td>
  75.             </tr>
  76.             <tr>
  77.                 <td colspan="4" rowspan="1" style="text-align: center">
  78.                     <table cellpadding="0" cellspacing="0" style="width: 113px; height: 1px">
  79.                         <tr>
  80.                             <td colspan="2" style="vertical-align: top; width: 192px; height: 43px; text-align: center">
  81.                                 <asp:Panel ID="Panel1" runat="server" Height="15px" Visible="False" Width="125px">
  82.                                     <asp:Button ID="btnEdit" runat="server" CausesValidation="False" Font-Size="9pt"
  83.                                         OnClick="btnEdit_Click" Text="编辑" />
  84.                                     <asp:Button ID="btnDelete" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnDelete_Click"
  85.                                         Text="删除" />
  86.                                     <asp:Button ID="btnSave" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnSave_Click"
  87.                                         Text="保存" />
  88.                                 </asp:Panel>
  89.                             </td>
  90.                             <td style="vertical-align: top; width: 37px; height: 43px; text-align: center">
  91.                                 <asp:Button ID="btnBack" runat="server" CausesValidation="False" Font-Size="9pt"
  92.                                     OnClick="btnBack_Click" Text="返回" /></td>
  93.                         </tr>
  94.                     </table>
  95.                     <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
  96.                         ShowSummary="False" />
  97.                 </td>
  98.             </tr>
  99.         </table>
  100.     
  101.     </div>
  102.     </form>
  103. </body>
  104. </html>