📄 manualsign.aspx
字号:
<%@ 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>
<link href="../css/Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div align="center">
<fieldset style="height: 200px; width: 700px;">
<legend>员工填写区</legend>
<div style="width: 76%; height: 35px; text-align: left">
签卡日期:<asp:TextBox ID="txtSignDate" runat="server" CssClass="inputCss"
Columns="10" MaxLength="12" Width="176px" EnableTheming="True">输入签到、签退日期</asp:TextBox>
<asp:Button ID="btnArrive" Width="56px" runat="server" Height="24" Text="签 到" CssClass="buttonCss"
OnClick="btnArrive_Click"></asp:Button>
<asp:Button ID="btnLeave" Width="56px" runat="server" Height="24" Text="签 退" Enabled="False"
CssClass="buttonCss" OnClick="btnLeave_Click"></asp:Button></div>
<div style="width: 76%; height: 60px; text-align: left;">
<asp:Label ID="Label1" runat="server" Style="position: relative; left: 1px; top: -69px;"
Text="签卡备注:" Width="62px"></asp:Label>
<asp:TextBox ID="txtSignDesc" runat="server" Width="304px" CssClass="textArea" Height="99px"
TextMode="MultiLine"></asp:TextBox>
</div>
</fieldset>
<hr style="width: 77%;" size="2px" color="#66CCFF" />
<fieldset id="fieldSignIn" runat="server" visible="false" style="height: 200px;width: 700px;">
<legend>您的签到信息</legend>
<div style="width: 76%; height: 110px; text-align: left">
用 户 号:
<asp:TextBox ID="txtUserId" runat="server" Width="101px" Columns="10" ReadOnly="True"
CssClass="inputCss">---</asp:TextBox>
姓
名:
<asp:TextBox ID="txtUserName" runat="server" Columns="10" CssClass="inputCss" ReadOnly="True"
Width="111px">---</asp:TextBox> <br />
所 属 部 门:
<asp:TextBox ID="txtUserDepart" runat="server" Columns="10" CssClass="inputCss" ReadOnly="True"
Style="position: relative" Width="100px">---</asp:TextBox>
所 属 机 构:
<asp:TextBox ID="txtUserBranch" runat="server" Columns="10" CssClass="inputCss" ReadOnly="True"
Style="position: relative" Width="190px">---</asp:TextBox>
<br />
<br />
您的签到时间:
<asp:Label ID="lblSignInTime" runat="server" Width="291px" Font-Bold="True">---</asp:Label></div>
<div style="width: 76%; height: 50px; text-align: left;">
<asp:Label ID="Label2" runat="server" Style="position: relative; left: 3px; top: -31px;"
Text="签卡备注:" Width="62px"></asp:Label>
<asp:TextBox ID="txtSignInDesc" runat="server" Width="304px" Height="50px" CssClass="textArea"
TextMode="MultiLine"></asp:TextBox>
</div>
</fieldset>
<fieldset id="fieldSignOut" runat="server" visible="false" style="height: 200px;width: 700px;">
<legend>您的签退信息</legend>
<div style="width: 78%; height: 110px; text-align: left">
用 户 号:
<asp:TextBox ID="txtUserId2" runat="server" Columns="10" CssClass="inputCss" ReadOnly="True"
Style="position: relative" Width="144px">---</asp:TextBox>
姓
名:
<asp:TextBox ID="txtUserName2" runat="server" Columns="10" CssClass="inputCss" ReadOnly="True"
Style="position: relative" Width="88px">---</asp:TextBox> <br />
所 属 部 门:
<asp:TextBox ID="txtUserDepart2" runat="server" Columns="10" CssClass="inputCss"
ReadOnly="True" Style="position: relative" Width="148px">---</asp:TextBox>
所 属 机 构:
<asp:TextBox ID="txtUserBranch2" runat="server" Columns="10" CssClass="inputCss"
ReadOnly="True" Style="position: relative" Width="174px">---</asp:TextBox>
<br />
<br />
您的签退时间:
<asp:Label ID="lblSignOutTime" runat="server" Width="293px" Font-Bold="True">---</asp:Label></div>
<div style="width: 78%; height: 50px; text-align: left;">
<asp:Label ID="Label5" runat="server" Style="position: relative; left: 0px; top: -30px;"
Text="签卡备注:" Width="62px"></asp:Label>
<asp:TextBox ID="txtSignOutDesc" runat="server" Width="304px" Height="50px" CssClass="textArea"
TextMode="MultiLine"></asp:TextBox>
</div>
</fieldset>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -