1
2
3
4
5
6
7
8
9
10
11
12
13
| <%@ Page Title="更改密码" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
| CodeBehind="ChangePasswordSuccess.aspx.cs" Inherits="UploadFiles.Account.ChangePasswordSuccess" %>
|
| <asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
| </asp:Content>
| <asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
| <h2>
| 更改密码
| </h2>
| <p>
| 您的密码已成功更改。
| </p>
| </asp:Content>
|
|