📄 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 runat="server">
<title>denglu</title>
<link href="css/login.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="login_top">
<a href="#" target="_blank"><img class="logo" src="image/login_top.JPG" style="width: 104px; height: 40px" alt="不显示" /></a>
<div class="new_help">
<b>[用户登录]│</b>
<a href="index.aspx" target="_blank">返回首页</a><b> |</b>
<a href="#" target="_blank">帮助</a>
</div>
</div>
<div class="enter_part">
<div class="introduce">
<img src="image/d_introduce.gif" title="当当网,全球最大的中文网上书店" alt="" />
<ul>
<li>更多选择</li>
<li class="bj_none">60万种图书,几十个类别共计百万种商品。 </li>
<li>更低价格</li>
<li class="bj_none">电视购物的3-5折,传统书店的5-7折,其他网站的7-9折。</li>
<li>更方便、更安全</li>
<li class="bj_none">全国超过300个城市送货上门、货到付款。鼠标一点,零风险购物,便捷到家。</li>
</ul>
</div>
<div class="enter_in">
<div class="bj_top"></div>
<div class="center">
<div >
<asp:Image ID="Image1" runat="server" Height="40px" ImageUrl="~/image/xuyaodengludcaozuo.bmp" Width="272px" /></div>
<div class="main">
<h3>
登录第三波网</h3>
<form id="form1" runat="server">
<ul>
<li>
<span>用户名:</span>
<asp:TextBox ID="txtLoginId" runat="server"></asp:TextBox></li><li>
<span> 密 码:</span>
<asp:TextBox ID="txtPwd" runat="server"></asp:TextBox></li><li>
<span>
<asp:Button ID="btnLogin" runat="server" Text="登 录" CssClass="button_enter" OnClick="btnLogin_Click" />
<a href="#" >找回密码</a></span>
</li>
<li>
<asp:Label ID="lblMessage" runat="server" Text="请输入登录信息!" Width="160px" ForeColor="Red"></asp:Label>
</li>
</ul>
</form>
</div>
<div class="user_new"><p>
您还不是第三波网用户?</p><p class="set_up"><a href="register.aspx">创建一个新用户>></a></p></div>
</div>
</div>
</div>
<div>
<center>
<hr style="height: 1px; width: 972px; color: #cfcfcf"/>
<div class="b_left"></div>
<div class="publish_bottom_message2">
<div class="copyright">
Copyright (C) 第三波网 2004-2008, All Rights Reserved</div>
<div class="validate">
<img src="image/validate.gif" alt="不显示"/>
<p><a href="#" target="_blank">京ICP证041189号</a></p>
</div>
</div>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -