?? 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>園園超市管理系統(tǒng)登錄</title>
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
</style>
</head>
<body>
<form id="form1" runat="server" action="post">
<div style="text-align: center">
<br />
<br />
<br />
<br />
<br />
<table width="800" border="0">
<tr>
<td width="846" align="right" valign="bottom" background="image/background.jpg" style="height: 300px"><table border="0" style="border-right: #3399ff 1px ridge; border-top: #3399ff 1px ridge; border-left: #3399ff 1px ridge; width: 250px; border-bottom: #3399ff 1px ridge; height: 125px">
<tr>
<td align="right" valign="bottom" style="height: 88px; width: 268px;">
<div align="right">
<table border="0">
<tr>
<td align="center" rowspan="2" style="width: 121px">
<span class="style1"> 用 戶 名:</span></td>
<td style="width: 65px; text-align: left;" rowspan="2"><asp:TextBox ID="username" runat="server" TextMode="SingleLine" Width="128px"></asp:TextBox></td>
</tr>
<tr>
</tr>
<tr>
<td style="width: 121px; height: 2px" align="center"><span class="style1"> 密 碼:</span></td>
<td style="width: 65px; text-align: left; height: 2px;">
<asp:TextBox ID="userpwd" runat="server" TextMode="Password" Width="128px" OnTextChanged="userpwd_TextChanged"></asp:TextBox></td>
</tr>
</table>
<table width="229" height="27" border="0">
<tr>
<td style="text-align: center; width: 60px; height: 8px;"> <asp:Button ID="btndl" runat="server" Text="登錄" OnClick="btndl_Click" /></td>
<td style="text-align: center; width: 61px; height: 8px;"> <asp:Button ID="btnqx" runat="server" Text="退出" OnClick="btnqx_Click" /></td>
</tr>
</table>
</div></td>
</tr>
</table></td>
</tr>
</table>
<br />
<br />
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -