Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/06/10 12:44:27 (13 years ago)
Author:
wtollsch
Message:

#1198 Fixed naming and added authentication against HL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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<HeuristicLabWeb.PluginHost.Models.LogOnModel>" %>
     1<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<HLWebPluginHost.Models.LogOnModel>" %>
    22
    33<asp:Content ID="loginTitle" ContentPlaceHolderID="TitleContent" runat="server">
     
    1919                <div class="editor-label">
    2020                    <%: Html.LabelFor(m => m.UserName) %>
    21                 </div>
     21                </div> 
    2222                <div class="editor-field">
    2323                    <%: Html.TextBoxFor(m => m.UserName) %>
Note: See TracChangeset for help on using the changeset viewer.