?? passwordrecovery.aspx
字號(hào):
?<%--文件名:PasswordRecovery.aspx--%>
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="PasswordRecovery.aspx.cs" Inherits="System_PasswordRecovery" Title="當(dāng)前位置:系統(tǒng)管理->查詢用戶密碼" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 558px; height: 144px">
<tr>
<td style="width: 147px; height: 81px">
</td>
<td style="width: 98px; height: 81px">
<asp:PasswordRecovery ID="PasswordRecovery1" runat="server" BackColor="#E3EAEB" BorderColor="#E6E2D8"
BorderPadding="4" BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana"
Font-Size="0.8em" Height="87px" Width="270px">
<QuestionTemplate>
<table border="0" cellpadding="4" cellspacing="0" style="width: 259px; border-collapse: collapse;
height: 179px">
<tr>
<td>
<table border="0" cellpadding="0" style="width: 266px; height: 53px">
<tr>
<td align="center" colspan="2" style="font-weight: bold; font-size: 0.9em; color: white;
height: 15px; background-color: darkblue">
驗(yàn)證用戶提問(wèn)答案</td>
</tr>
<tr>
<td align="left" colspan="2" style="color: black; font-style: normal">
要接收您的密碼,請(qǐng)回答下列問(wèn)題:</td>
</tr>
<tr>
<td align="right" style="width: 60px">
用戶名稱(chēng):</td>
<td>
<asp:Literal ID="UserName" runat="server"></asp:Literal>
</td>
</tr>
<tr>
<td align="right" style="width: 60px">
提示問(wèn)題:</td>
<td>
<asp:Literal ID="Question" runat="server"></asp:Literal>
</td>
</tr>
<tr>
<td align="right" style="width: 60px">
安全<asp:Label ID="AnswerLabel" runat="server" AssociatedControlID="Answer">答案:</asp:Label></td>
<td>
<asp:TextBox ID="Answer" runat="server" Font-Size="0.8em" Width="115px"></asp:TextBox>
<asp:RequiredFieldValidator ID="AnswerRequired" runat="server" ControlToValidate="Answer"
ErrorMessage="需要答案。" ToolTip="需要答案。" ValidationGroup="PasswordRecovery1">*</asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td align="center" colspan="2" style="color: red; height: 16px">
<asp:Literal ID="FailureText" runat="server" EnableViewState="False"></asp:Literal>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<asp:Button ID="SubmitButton" runat="server" BackColor="White" BorderColor="#CC9966"
BorderStyle="Solid" BorderWidth="1px" CommandName="Submit" Font-Names="宋體" Font-Size="Small"
ForeColor="#990000" Text="提交密碼查詢請(qǐng)求" ValidationGroup="PasswordRecovery1" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</QuestionTemplate>
<InstructionTextStyle Font-Italic="True" ForeColor="Black" />
<SuccessTextStyle Font-Bold="True" ForeColor="#1C5E55" />
<TextBoxStyle Font-Size="0.8em" />
<UserNameTemplate>
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse">
<tr>
<td>
<table border="0" cellpadding="0" style="width: 258px; height: 92px">
<tr>
<td align="center" colspan="2" style="font-weight: bold; font-size: 0.9em; color: white;
background-color: darkblue">
查詢用戶密碼</td>
</tr>
<tr>
<td align="left" colspan="2" style="color: black; font-style: normal">
要接收您的密碼,請(qǐng)輸入您的用戶名稱(chēng),并且確認(rèn)已經(jīng)與互聯(lián)網(wǎng)連接:</td>
</tr>
<tr>
<td align="right" style="width: 63px">
<asp:Label ID="UserNameLabel" runat="server" AssociatedControlID="UserName">用戶名稱(chēng):</asp:Label></td>
<td>
<asp:TextBox ID="UserName" runat="server" Font-Size="0.8em" Width="122px"></asp:TextBox>
<asp:RequiredFieldValidator ID="UserNameRequired" runat="server" ControlToValidate="UserName"
ErrorMessage="必須填寫(xiě)“用戶名”。" ToolTip="必須填寫(xiě)“用戶名”。" ValidationGroup="PasswordRecovery1">*</asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td align="center" colspan="2" style="color: red">
<asp:Literal ID="FailureText" runat="server" EnableViewState="False"></asp:Literal>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<asp:Button ID="SubmitButton" runat="server" BackColor="White" BorderColor="#CC9966"
BorderStyle="Solid" BorderWidth="1px" CommandName="Submit" Font-Names="宋體" Font-Size="Small"
ForeColor="#990000" Text="驗(yàn)證用戶提問(wèn)答案" ValidationGroup="PasswordRecovery1" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</UserNameTemplate>
<TitleTextStyle BackColor="#1C5E55" Font-Bold="True" Font-Size="0.9em" ForeColor="White" />
<SuccessTemplate>
<table border="0" cellpadding="4" cellspacing="0" style="width: 289px; border-collapse: collapse;
height: 117px">
<tr>
<td style="height: 97px; width: 275px;">
<table id="TABLE1" border="0" cellpadding="0" style="width: 280px; height: 30px" onclick="return TABLE1_onclick()">
<tr>
<td align="left" style="font-weight: bold; width: 238px; color: #990000; height: 30px">
您的密碼已發(fā)送到您注冊(cè)時(shí)登記的郵箱,請(qǐng)直接從郵箱中復(fù)制該密碼進(jìn)行登錄!<br />
</td>
</tr>
<tr>
<td align="center" style="font-weight: bold; width: 238px; color: #990000">
<asp:LinkButton ID="LinkButton1" runat="server" PostBackUrl="~/SystemManage/Login.aspx">登錄管理系統(tǒng)</asp:LinkButton></td>
</tr>
</table>
</td>
</tr>
</table>
</SuccessTemplate>
<SubmitButtonStyle BackColor="White" BorderColor="#C5BBAF" BorderStyle="Solid" BorderWidth="1px"
Font-Names="Verdana" Font-Size="0.8em" ForeColor="#1C5E55" />
</asp:PasswordRecovery>
</td>
<td style="width: 100px; height: 81px">
</td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -