📄 signin.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SignIn.aspx.cs" Inherits="Communion_CheckAttendance_SignIn" %>
<!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/CSS.css" rel="stylesheet" type="text/css" />
<meta http-equiv="refresh" content="5" />
</head>
<body>
<form id="form1" runat="server">
<div>
<table align="center" border="1" class="css" style="width: 319px; height: 1px">
<tr>
<td align="center" class="csstitle" colspan="3">
<asp:Label ID="labTitle" runat="server" Text="上下班考勤" Width="172px"></asp:Label></td>
</tr>
<tr>
<td align="center" colspan="3" style="height: 6px">
<asp:Label ID="Label1" runat="server" Text="label" Width="179px"></asp:Label></td>
</tr>
<tr>
<td style="width: 83px; height: 14px">
上班签到:</td>
<td style="width: 195px; height: 14px">
<asp:Label ID="lblSTime" runat="server" Text="2006-2-6 15:42:48" Width="100px"></asp:Label><%#System.DateTime.Now.ToString() %></td>
<td style="height: 14px">
<asp:Button ID="btnSignIn" runat="server" CssClass="redbuttoncss" OnClick="Button1_Click"
Text="签 到" Width="58px" /></td>
</tr>
<tr>
<td align="center" colspan="3" style="height: 22px">
<asp:Label ID="Label2" runat="server" Text="label" Width="173px"></asp:Label></td>
</tr>
<tr>
<td style="width: 83px; height: 31px">
下班签退:</td>
<td style="width: 195px; height: 31px">
<asp:Label ID="lblXTime" runat="server" Text="2006-2-6 15:42:48" Width="100px"></asp:Label></td>
<td style="height: 31px">
<asp:Button ID="btnSignOut" runat="server" CssClass="redbuttoncss" OnClick="Button2_Click"
Text="签 退" Width="58px" /></td>
</tr>
<tr>
<td align="right" colspan="3" style="height: 16px">
**请您自觉遵守考勤制度</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -