You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
498 B
Plaintext
14 lines
498 B
Plaintext
<%@ Page Title="更改密码" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
|
|
CodeBehind="ChangePasswordSuccess.aspx.cs" Inherits="TradeManageNew.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>
|