Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/plugins/HLWebHelloWorldPlugin/Views/Account/ChangePasswordSuccess.aspx @ 4605

Last change on this file since 4605 was 4605, checked in by dkahn, 14 years ago

#1198 Added Hello World demo plugin

File size: 453 bytes
Line 
1<%@Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
2
3<asp:Content ID="changePasswordTitle" ContentPlaceHolderID="TitleContent" runat="server">
4    Change Password
5</asp:Content>
6
7<asp:Content ID="changePasswordSuccessContent" ContentPlaceHolderID="MainContent" runat="server">
8    <h2>Change Password</h2>
9    <p>
10        Your password has been changed successfully.
11    </p>
12</asp:Content>
Note: See TracBrowser for help on using the repository browser.