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.
13 lines
421 B
Plaintext
13 lines
421 B
Plaintext
2 years ago
|
<%@Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
|
||
|
|
||
|
<asp:Content ID="changePasswordTitle" ContentPlaceHolderID="TitleContent" runat="server">
|
||
|
更改密码
|
||
|
</asp:Content>
|
||
|
|
||
|
<asp:Content ID="changePasswordSuccessContent" ContentPlaceHolderID="MainContent" runat="server">
|
||
|
<h2>更改密码</h2>
|
||
|
<p>
|
||
|
您的密码已成功更改。
|
||
|
</p>
|
||
|
</asp:Content>
|