employee_where.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:2k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="employee_where.aspx.cs" Inherits="web_personnel_curricula_vitae_employee_where" %>
- <!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>
- <link href="../../../css/style.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <center>
- <asp:Label ID="LblTitle" runat="server" Text="員工差假狀況表" Font-Bold="True" Font-Size="Medium"></asp:Label>
- </center>
- <center>
- </center>
- <center>
- <asp:Table ID="TblForm" runat="server" BorderWidth="1px" Style="position: relative"
- Width="550px">
- <asp:TableHeaderRow BackColor="menu">
- <asp:TableCell BorderWidth="1px">單號</asp:TableCell>
- <asp:TableCell BorderWidth="1px">類別</asp:TableCell>
- <asp:TableCell BorderWidth="1px">開始時間</asp:TableCell>
- <asp:TableCell BorderWidth="1px">結束時間</asp:TableCell>
- </asp:TableHeaderRow>
- </asp:Table>
- <asp:Table ID="Table1" runat="server" Style="position: relative" BorderWidth="1px" Width="550px" Visible="false">
- <asp:TableRow runat="server">
- <asp:TableCell runat="server"><br/>沒有該員工的休假資料<br/></asp:TableCell>
- </asp:TableRow>
- </asp:Table>
- <br />
- <input type="button" value="返回" onclick="history.go(-1);" />
- </center>
- </div>
- </form>
- </body>
- </html>