?? changepwd.aspx
字號:
<%@ Page Language="C#" MasterPageFile="~/Teacher/TeacherMasterPage.master" AutoEventWireup="true" CodeFile="ChangePwd.aspx.cs" Inherits="Teacher_ChangePwd" Title="現代教務管理系統" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<script language="javascript" type="text/javascript">
// <!CDATA[
function GoBacK_onclick() {
location.replace('Default.aspx');
}
// ]]>
</script>
<table class="tbAffiche" style="width: 100%; height: 100%; border-right: #99ccff 1px solid; border-top: #99ccff 1px solid; border-left: #99ccff 1px solid; border-bottom: #99ccff 1px solid; margin-top:15px" >
<tr>
<td style="height: 15px; background-image: url(Images/main_top_bg.gif); text-align: left;" colspan="2" valign="top">
<asp:Image ID="Image1" runat="server" Height="17px" ImageUrl="~/Teacher/Images/main_top_1.gif"
Width="21px" />密碼修改</td>
</tr>
<tr>
<td style="height: 435px; vertical-align: top; text-align: right; border-right: #99ccff 0px solid; border-top: #99ccff 0px solid; border-left: #99ccff 0px solid; border-bottom: #99ccff 0px solid;" colspan="2">
<table class="changePwd" style="width: 499px; height: 121px; border-right: #99ccff 0.05em solid; border-top: #99ccff 0.05em solid; border-left: #99ccff 0.05em solid; border-bottom: #99ccff 0.05em solid;">
<tr>
<td colspan="2" style="height: 37px; text-align: center">
密碼修改</td>
</tr>
<tr>
<td style="width: 195px; height: 25px; text-align: right">
原密碼: </td>
<td style="width: 278px; height: 25px; text-align: left">
<asp:TextBox ID="txtOldPwd" runat="server" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtOldPwd"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td style="width: 195px; height: 25px; text-align: right">
新密碼:
</td>
<td style="width: 278px; height: 25px; text-align: left">
<asp:TextBox ID="txtNewPwd" runat="server" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtNewPwd"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td style="width: 195px; height: 25px; text-align: right">
新密碼:
</td>
<td style="width: 278px; height: 25px; text-align: left">
<asp:TextBox ID="txtReNewPwd" runat="server" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtReNewPwd"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td colspan="2" style="height: 23px; text-align: center">
<asp:Label ID="lblMessage" runat="server" ForeColor="Red" Width="177px"></asp:Label></td>
</tr>
<tr>
<td colspan="2" style="height: 25px; text-align: center">
<asp:Button ID="btnChangePwd" runat="server"
OnClick="btnChangePwd_Click" Text="修 改" />
<input id="GoBacK"
type="button" value="返 回" onclick="return GoBacK_onclick()" /> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" style="background-image: url(Images/bottom_bg.gif); height: 23px;
text-align: right">
power by yuhong
</td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -