?? pwd_change.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="pwd_change.aspx.cs" Inherits="pwd_change" %>
<!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>Untitled Page</title>
</head>
<body bgcolor="#99ccff">
<form id="form1" runat="server">
<div>
<div style="z-index: 101; left: 265px; width: 302px; position: absolute; top: 81px;
height: 167px; text-align: center">
<br />
<br />
輸入舊密碼<asp:TextBox ID="txt_old_pwd" runat="server" Width="133px"></asp:TextBox><br />
輸入新密碼<asp:TextBox ID="txt_new_pwd" runat="server" Width="133px"></asp:TextBox><br />
確認新密碼<asp:TextBox ID="txt_re_pwd" runat="server" Width="133px"></asp:TextBox><br />
<asp:Label ID="LB_time" runat="server" Font-Underline="True" ForeColor="#FF80FF"
Text="Label"></asp:Label><br />
<asp:Button ID="bt_no" runat="server" Text="取消" Width="71px" OnClick="bt_no_Click" />
<asp:Button ID="bt_ok" runat="server" Text="確定" Width="71px" OnClick="Button2_Click" />
</div>
<br />
<br />
<br />
<br />
<br />
<div style="z-index: 103; left: 0px; background-image: url(image/button.gif); width: 1000px;
position: absolute; top: 460px; height: 63px; background-color: transparent">
<div style="z-index: 101; left: 163px; width: 675px; position: absolute; top: 13px;
height: 36px; text-align: center">
<span style="font-size: 0.8em"><span style="color: fuchsia"><span style="text-decoration: underline">
湖南科技職業國家示范性軟件學院 ACCP2051班第一項目小組開發 開發時間:2007--5 指導老師:徐薯華 專業老師:劉敏<br />
</span>
<span style="text-decoration: underline">小組成員:鐘愛、王榮華、唐伯喜、李夢軍</span></span></span></div>
</div>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -