📄 login.aspx
字号:
<%@ Page language="c#" Codebehind="login.aspx.cs" AutoEventWireup="false" Inherits="KaoQin.login" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>login</title>
<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">
<LINK REL="StyleSheet" HREF="edit.css" TYPE="css" MEDIA="screen">
<style type="text/css">
.style1 { COLOR: #000000 }
</style>
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体"></FONT>
<table cellspacing="0" cellpadding="0" width="45%" align="center" border="0">
<!--DWLayoutTable-->
<tbody>
<tr>
<td width="25"><img height="35" src="IMAGES/ul.gif" width="25"></td>
<td width="383" align="right" background="images/um.gif" class="css"><!--DWLayoutEmptyCell-->
</td>
<td width="25"><img height="35" src="IMAGES/ur.gif" width="25"></td>
</tr>
<tr>
<td height="41" background="IMAGES/l.gif"></td>
<td bgcolor="#ffffff"><table width="508" border="0">
<tr>
<td width="331">
<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
height="100" width="200" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<PARAM NAME="_cx" VALUE="5292">
<PARAM NAME="_cy" VALUE="2646">
<PARAM NAME="FlashVars" VALUE="">
<PARAM NAME="Movie" VALUE="images/1.swf">
<PARAM NAME="Src" VALUE="images/1.swf">
<PARAM NAME="WMode" VALUE="Window">
<PARAM NAME="Play" VALUE="-1">
<PARAM NAME="Loop" VALUE="-1">
<PARAM NAME="Quality" VALUE="High">
<PARAM NAME="SAlign" VALUE="">
<PARAM NAME="Menu" VALUE="-1">
<PARAM NAME="Base" VALUE="">
<PARAM NAME="AllowScriptAccess" VALUE="always">
<PARAM NAME="Scale" VALUE="ShowAll">
<PARAM NAME="DeviceFont" VALUE="0">
<PARAM NAME="EmbedMovie" VALUE="0">
<PARAM NAME="BGColor" VALUE="">
<PARAM NAME="SWRemote" VALUE="">
<PARAM NAME="MovieData" VALUE="">
<embed src="images/1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="200" height="100"> </embed>
</OBJECT>
</td>
<TD width="167" rowspan="2"><img name="index_r2_c4" src="images/index_r2_c4.jpg" width="167" height="400" border="0"
alt=""></TD>
</tr>
<tr>
<td><FONT face="宋体">
<table width="98%" border="0" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
<TR bgcolor="#ffffff">
<TD colSpan="2" align="center" style="FONT-WEIGHT: bold; COLOR: #ff0033"><span class="style1">维美科技考勤系统</span></TD>
</TR>
<TR>
<TD bgcolor="#ffffff" style="WIDTH: 103px; HEIGHT: 30px"><asp:label id="labId" runat="server" Font-Size="Smaller">员工编号:</asp:label></TD>
<TD bgcolor="#ffffff" style="HEIGHT: 30px"><asp:dropdownlist id="ddId" runat="server" AutoPostBack="True" Width="153" tabIndex="1">
<asp:ListItem Value="--请选择自己的编号--">--请选择自己的编号--</asp:ListItem>
</asp:dropdownlist></TD>
</TR>
<TR bgcolor="#ffffff">
<TD bgcolor="#ffffff" style="WIDTH: 103px"><asp:label id="labName" runat="server" Font-Size="Smaller">员工姓名:</asp:label></TD>
<TD><asp:textbox id="txtName" runat="server" Width="153px" Enabled="False" tabIndex="2"></asp:textbox></TD>
</TR>
<TR bgcolor="#ffffff">
<TD style="WIDTH: 103px"><asp:label id="Label1" runat="server" Font-Size="Smaller">用户密码:</asp:label></TD>
<TD><asp:textbox id="txtPwd" runat="server" Width="153px" TextMode="Password" tabIndex="3"></asp:textbox></TD>
</TR>
<TR bgcolor="#ffffff">
<TD align="center" colSpan="2" style="HEIGHT: 18px"><asp:Button id="btnShangBan" runat="server" Font-Bold="True" BorderStyle="Groove" Text="上班"></asp:Button>
<asp:button id="btnShiJia" runat="server" Text="事假" BorderStyle="Groove" Font-Bold="True" tabIndex="5"></asp:button>
<asp:button id="btnBingJia" runat="server" Text="病假" BorderStyle="Groove" Font-Bold="True" tabIndex="6"></asp:button>
<asp:button id="btnXiaBan" runat="server" Text="下班" BorderStyle="Groove" Font-Bold="True" tabIndex="7"></asp:button>
<asp:button id="btnKuangGong" runat="server" Text="旷工" BorderStyle="Groove" Font-Bold="True"
tabIndex="8"></asp:button></TD>
</TR>
<TR bgcolor="#ffffff">
<TD colSpan="2"><asp:label id="info" runat="server" Width="288px" Font-Bold="True" ForeColor="Red" Height="24px"></asp:label></TD>
</TR>
</table>
</FONT>
</td>
</tr>
</table>
</td>
<td background="IMAGES/r.gif"><FONT face="宋体"></FONT></td>
</tr>
<tr>
<td height="11"><img height="11" src="IMAGES/bl.gif" width="25"></td>
<td background="IMAGES/bm.gif" height="11"></td>
<td height="11"><img height="11" src="IMAGES/br.gif" width="25"></td>
</tr>
</tbody>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -