📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" %>
<!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 id="Head1" runat="server">
<title>Login Page</title>
<script language="javascript" type="text/javascript">
<!--
//-->
</script>
</head>
<body >
<form id="form1" runat="server">
<div style="text-align: center" align="left">
<div style="z-index: 100; left: 176px; width: 620px; position: absolute; top: 36px;
height: 560px">
<table style="z-index: 102; left: 9px; position: absolute; top: 7px" >
<tr >
<td align="center" style="width: 574px; height: 53px;" valign="middle">
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<img src="22.jpg" style="z-index: 100; left: 35px; position: absolute; top: 12px" />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</tr>
<tr>
<td align="left" style="width: 574px" valign="middle">
<table align="center">
<tr>
<td style="font-weight: bold; width: 313px">
Please login to access the e-CV application</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left" style="width: 574px" valign="middle">
<table align="center">
<tr>
<td style="width: 145px; height: 26px;">
<asp:Label ID="Label1" runat="server" Text="User Name:"></asp:Label></td>
<td style="width: 191px; height: 26px;">
<asp:TextBox ID="userName" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 145px">
<asp:Label ID="Label2" runat="server" Text="Password: "></asp:Label></td>
<td style="width: 191px">
<asp:TextBox ID="passWord" runat="server" TextMode="Password" Width="149px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 145px">
</td>
<td style="width: 191px">
</td>
</tr>
<tr>
<td style="width: 145px">
<br />
<br />
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/SeekersReg.aspx" Style="z-index: 100;
left: 130px; position: absolute; top: 454px" Width="232px">New job seeker??</asp:HyperLink>
<br />
<asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/CompanyReg.aspx" Style="z-index: 102;
left: 130px; position: absolute; top: 480px" Width="239px">New Company??</asp:HyperLink>
</td>
<td style="width: 191px">
<asp:Button ID="submit" runat="server" OnClick="submit_Click" Text="Submit" /></td>
</tr>
</table>
<br />
<br />
<br />
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionStringUser %>"
SelectCommand="SELECT [username], [password] FROM [Company]"></asp:SqlDataSource>
<asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionStringUser %>"
SelectCommand="SELECT [username], [password] FROM [Seeker]"></asp:SqlDataSource>
<br />
</td>
</tr>
</table>
</div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -