login.aspx
来自「网上购物商城主要由前台会员模块和后台管理模块两部分组成。 q 前台功能模块 」· ASPX 代码 · 共 89 行
ASPX
89 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="AdminManage_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>管理员登录</title>
<link href="css/css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
background-color: #FDF1BF;
}
-->
</style>
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<table align="center" cellpadding="0" cellspacing="0" height="254" width="452">
<tr>
<td background="images/houtai.jpg" height="254" valign="bottom" width="452">
<table align="center" cellpadding="0" cellspacing="0" height="245" width="371">
<tr>
<td rowspan="3" width="22">
</td>
<td height="16" width="171">
</td>
<td rowspan="3" width="15">
</td>
</tr>
<tr>
<td height="90" valign="bottom">
<table cellpadding="0" cellspacing="0" height="123" width="322">
<tr>
<td>
<table align="center" cellpadding="0" cellspacing="0" height="92" width="242">
<tr>
<td align="center" class="huicu" height="20" width="107">
用户名:</td>
<td align="center" height="20" width="42">
<asp:TextBox ID="txtAdminName" runat="server" Width="124px"></asp:TextBox></td>
<td align="center" height="20" width="42">
</td>
</tr>
<tr>
<td align="center" class="huicu" height="20">
密 码:</td>
<td align="center" height="20">
<asp:TextBox ID="txtAdminPwd" runat="server" TextMode="Password" Width="124px"></asp:TextBox></td>
<td align="center" height="20">
</td>
</tr>
<tr>
<td align="center" height="20">
<span class="huicu">验证码:</span></td>
<td align="right" height="20">
<asp:TextBox ID="txtAdminCode" runat="server" Width="124px"></asp:TextBox></td>
<td align="center" height="20">
<asp:Label ID="labCode" runat="server" Height="19px" BackColor="#FDF1BF" Font-Size="8pt"></asp:Label></td>
</tr>
<tr>
<td align="right" colspan="3">
<table height="52" width="196">
<tr>
<td align="left" valign="bottom" width="188">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="images/hd.GIF" OnClick="ImageButton1_Click" />
<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="images/qx.GIF" OnClick="ImageButton2_Click" CausesValidation="False" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="27">
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?