⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wvaaaaaa.a

📁 人事管理系统
💻 A
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ManualSign.aspx.cs" Inherits="ManualSign_ManualSign" %>

<!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>
    <form id="form1" runat="server">
    <div id="page" style="margin-left:auto; margin-right:auto; width:700px; font-size:12px">
    <table><tr><td>
    <fieldset style="width:600px">
    <legend>员工签到、签退</legend>
    <table width="600px">
    <tr><td align="right">签卡时间:</td><td style="width: 233px">
        <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td><td>
            <asp:Button ID="Button1" runat="server" Text="签到" />
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
            <asp:Button ID="Button2"
                runat="server" Text="签退" /></td></tr>
    <tr><td style="height: 40px" align="right">
        签卡备注:</td><td colspan="2" style="height: 40px">
        <textarea id="TextArea1" style="height: 63px; width: 328px;"></textarea></td></tr>
    </table>
    </fieldset>
    </td></tr></table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -