- Timestamp:
- 11/06/10 12:44:27 (14 years ago)
- Location:
- branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Account
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Account/ChangePassword.aspx
r4604 r4729 1 <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<H euristicLabWeb.PluginHost.Models.ChangePasswordModel>" %>1 <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<HLWebPluginHost.Models.ChangePasswordModel>" %> 2 2 3 3 <asp:Content ID="changePasswordTitle" ContentPlaceHolderID="TitleContent" runat="server"> -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Account/LogOn.aspx
r4604 r4729 1 <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<H euristicLabWeb.PluginHost.Models.LogOnModel>" %>1 <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<HLWebPluginHost.Models.LogOnModel>" %> 2 2 3 3 <asp:Content ID="loginTitle" ContentPlaceHolderID="TitleContent" runat="server"> … … 19 19 <div class="editor-label"> 20 20 <%: Html.LabelFor(m => m.UserName) %> 21 </div> 21 </div> 22 22 <div class="editor-field"> 23 23 <%: Html.TextBoxFor(m => m.UserName) %> -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Account/Register.aspx
r4604 r4729 1 <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<H euristicLabWeb.PluginHost.Models.RegisterModel>" %>1 <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<HLWebPluginHost.Models.RegisterModel>" %> 2 2 3 3 <asp:Content ID="registerTitle" ContentPlaceHolderID="TitleContent" runat="server">
Note: See TracChangeset
for help on using the changeset viewer.