teacherchangepassword.aspx

来自「本系统实现了网上考试的目的」· ASPX 代码 · 共 55 行

ASPX
55
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="TeacherChangePassword.aspx.cs" Inherits="ChangePassword" %>

<%@ Register Assembly="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"
    Namespace="CrystalDecisions.Web" TagPrefix="CR" %>

<!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>无标题页</title>
    <link href="/aspnet_client/System_Web/2_0_50727/CrystalReportWebFormViewer3/css/default.css"
        rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div style="text-align: center">
        <span style="font-size: 24pt"><strong>
            <br />
            &nbsp;修改密码<br />
        </strong></span>
        <br />
        <table style="width: 452px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
            <tr>
                <td style="width: 164px; height: 34px; text-align: right">
                旧密码: 
                </td>
                <td colspan="2" style="width: 1px; height: 34px">
                    <asp:TextBox ID="tbOldpassword" runat="server" TextMode="Password"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 164px; height: 34px; text-align: right">
                  新密码:
                </td>
                <td colspan="2" style="width: 1px; height: 34px">
                    <asp:TextBox ID="tbNewpassword" runat="server" TextMode="Password"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 164px; height: 34px; text-align: right">
                     确认新密码:</td>
                <td colspan="2" style="width: 1px; height: 34px">
                    <asp:TextBox ID="tbPasswordOK" runat="server" TextMode="Password" ></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" style="text-align: center; height: 34px;">
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:ImageButton ID="imbtnOK" runat="server" ImageUrl="~/images/btn_sure_1.gif" OnClick="imbtnOK_Click" />
                    &nbsp;&nbsp; &nbsp;</td>
            </tr>
        </table>
    
    </div>
        &nbsp; &nbsp; &nbsp;&nbsp;
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?