employee_where.aspx
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:2k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="employee_where.aspx.cs" Inherits="web_personnel_curricula_vitae_employee_where" %>
  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.     <link href="../../../css/style.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9.     <form id="form1" runat="server">
  10.     <div>
  11.         <center>
  12.             <asp:Label ID="LblTitle" runat="server" Text="員工差假狀況表" Font-Bold="True" Font-Size="Medium"></asp:Label>
  13.         </center>
  14.         <center>
  15.             &nbsp;</center>
  16.         <center>
  17.             <asp:Table ID="TblForm" runat="server" BorderWidth="1px" Style="position: relative"
  18.                 Width="550px">
  19.                 <asp:TableHeaderRow BackColor="menu">
  20.                     <asp:TableCell BorderWidth="1px">單號</asp:TableCell>
  21.                     <asp:TableCell BorderWidth="1px">類別</asp:TableCell>
  22.                     <asp:TableCell BorderWidth="1px">開始時間</asp:TableCell>
  23.                     <asp:TableCell BorderWidth="1px">結束時間</asp:TableCell>
  24.                 </asp:TableHeaderRow>
  25.             </asp:Table>
  26.             &nbsp;&nbsp;<asp:Table ID="Table1" runat="server" Style="position: relative" BorderWidth="1px" Width="550px" Visible="false">
  27.                 <asp:TableRow runat="server">
  28.                     <asp:TableCell runat="server"><br/>沒有該員工的休假資料<br/></asp:TableCell>
  29.                 </asp:TableRow>
  30.             </asp:Table>
  31.             <br />
  32.             <input type="button" value="返回" onclick="history.go(-1);" />
  33.         </center>
  34.     </div>
  35.     </form>
  36. </body>
  37. </html>