温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:明日网上商城购物系统源码
当前文件:
MingriNetShop/Manger/Login.aspx,打开代码结构图
MingriNetShop/Manger/Login.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="AdminManage_Login" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head runat="server"> 7
<title>管理员登录</title> 8
<style > 9
body {margin-top:0px} 10
</style> 11
</head> 12
<body style="text-align: center"> 13
<form id="form1" runat="server"> 14
<div style="width:455px; height:255px ; background-image: url(../Images/index/网上商城购物系统后台登录页面.jpg);"> 15
<br /> 16
<br /> 17
<br /> 18
<br /> 19
<br /> 20
<table style="width: 256px; height:86px; font-size: 9pt;" border="0" cellpadding="0" cellspacing="0" align="center" > 21
<tr style ="width: 152px;height: 18px;" valign =top > 22
<td style="width: 263px" align =right> 23
管理员姓名:</td> 24
<td style="width: 113px"> 25
<asp:TextBox ID="txtAdminName" runat="server" Height="12px" Width="101px"></asp:TextBox></td> 26
<td style="width: 51px"> 27
</td> 28
</tr> 29
<tr style="color: #000000"> 30
<td style="width: 263px;" valign="top" align =right> 31
管理员密码:</td> 32
<td style="width: 113px; " valign="top"> 33
<asp:TextBox ID="txtAdminPwd" runat="server" TextMode="Password" Width="101px" Height="12px"></asp:TextBox></td> 34
<td style="width: 51px;" valign="top"> 35
</td> 36
</tr> 37
<tr style="color: #000000" valign =top > 38
<td style="width: 263px" align =right> 39
验 证 码:</td> 40
<td style="width: 113px"> 41
<asp:TextBox ID="txtAdminCode" runat="server" Height="12px" Width="101px"></asp:TextBox></td> 42
<td style="width: 51px" valign =top > 43
44
<asp:Label ID="labCode" runat="server" BackColor="#FFC0FF">8888</asp:Label></td> 45
</tr> 46
<tr> 47
<td colspan="3" style="text-align: center; height: 29px;" align =center > 48
49
<asp:Button ID="btnLogin" runat="server" Text="登录" OnClick="btnLogin_Click"/> 50
51
<asp:Button ID="btnCancel" runat="server" Text="取消" OnClick="btnCancel_Click" CausesValidation="False"/></td> 52
</tr> 53
</table> 54
<br /> 55
</div> 56
</form> 57
</body> 58
</html> 59




body
