📄 admin_register.aspx
字号:
<%@ Page language="c#" Codebehind="admin_register.aspx.cs" AutoEventWireup="false" Inherits="messageboardtest.admin_register" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
</HEAD>
<BODY bgColor="#004b99">
<LINK href="../style/style.css" type="text/css" rel="stylesheet">
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 48px; WIDTH: 743px; POSITION: absolute; TOP: 56px; HEIGHT: 205px"
cellSpacing="0" cellPadding="1" width="743" align="center" border="1">
<TR height="20">
<TD style="FONT-SIZE: 12px" align="center" background="../image/bg_1.gif" colSpan="3">员工签到簿
</TD>
</TR>
<TR>
<TD align="left" bgColor="#e6e6fa" colSpan="3" height="20">
<P>
<asp:label id="lb" runat="server" ForeColor="Black"></asp:label></P>
</TD>
</TR>
<TR height="20">
<TD vAlign="middle" align="center" bgColor="#e6e6fa" colSpan="3">
<P align="left"> 当前用户:
<asp:label id="lbadmin" runat="server" ForeColor="Blue"></asp:label> 当前时间:
<asp:Label id="lbtime" runat="server">Label</asp:Label>
</P>
</TD>
</TR>
<TR>
<TD vAlign="middle" align="center" bgColor="#e6e6fa" colSpan="3">
<P> </P>
<TABLE id="Table2" style="WIDTH: 734px; HEIGHT: 82px" cellSpacing="1" cellPadding="1" width="734"
align="center" border="1">
<TR>
<TD width="70" height="20"></TD>
<TD align="center" width="80" height="20">管理员ID</TD>
<TD align="center" width="100" height="20">管理员姓名</TD>
<TD align="center" width="100" height="20">请选择时间段</TD>
<TD align="center" width="100" height="20">登陆IP</TD>
<TD align="center" width="100" height="20">操作</TD>
</TR>
<TR>
<TD align="center" height="20">签到</TD>
<TD align="center" width="80" height="20"><asp:label id="lbadminid1" runat="server" ForeColor="Blue"></asp:label></TD>
<TD align="center" width="100" height="20"><asp:label id="lbadminname1" runat="server" ForeColor="Blue"></asp:label></TD>
<TD align="center" width="100" height="20"><asp:dropdownlist id="ddl1" runat="server" AutoPostBack="True"></asp:dropdownlist></TD>
<TD align="center" width="100" height="20"><asp:label id="lbloginip1" runat="server" ForeColor="Blue"></asp:label></TD>
<TD align="center" height="20"><asp:button id="btnregister" runat="server" BorderStyle="Groove" Text="签到"></asp:button></TD>
</TR>
<TR>
<TD align="center" height="20">签出</TD>
<TD align="center" width="80" height="20"><asp:label id="lbadminid2" runat="server" ForeColor="Blue"></asp:label></TD>
<TD align="center" height="20" width="100"><asp:label id="lbadminname2" runat="server" ForeColor="Blue"></asp:label></TD>
<TD align="center" width="100" height="20"><asp:dropdownlist id="ddl2" runat="server" AutoPostBack="True"></asp:dropdownlist></TD>
<TD align="center" height="20"><asp:label id="lbloginip2" runat="server" ForeColor="Blue"></asp:label></TD>
<TD align="center" height="20"><asp:button id="btnqianchu" runat="server" BorderStyle="Groove" Text="签出"></asp:button></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD vAlign="middle" align="center" bgColor="#e6e6fa" colSpan="3"></TD>
</TR>
</TABLE>
</FONT>
</form>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -