Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/27/11 19:09:49 (14 years ago)
Author:
jwolfing
Message:

#1433 code formatted

Location:
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Shared
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Shared/Error.aspx

    r4985 r6317  
    22
    33<asp:Content ID="errorTitle" ContentPlaceHolderID="TitleContent" runat="server">
    4     Error
     4  Error
    55</asp:Content>
    6 
    76<asp:Content ID="errorContent" ContentPlaceHolderID="MainContent" runat="server">
    8     <h2>
    9         Sorry, an error occurred while processing your request.
    10     </h2>
     7  <h2>
     8    Sorry, an error occurred while processing your request.
     9  </h2>
    1110</asp:Content>
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Shared/LogOnUserControl.ascx

    r4985 r6317  
    11<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
    22<%
    3     if (Request.IsAuthenticated) {
     3  if (Request.IsAuthenticated) {
    44%>
    5         Welcome <b><%: Page.User.Identity.Name %></b>!
    6         [ <%: Html.ActionLink("Log Off", "LogOff", "Account") %> ]
     5Welcome <b>
     6  <%: Page.User.Identity.Name %></b>! [
     7<%: Html.ActionLink("Log Off", "LogOff", "Account") %>
     8]
    79<%
    8     }
    9     else {
    10 %>
    11         [ <%: Html.ActionLink("Log On", "LogOn", "Account") %> ]
     10  } else {
     11%>
     12[
     13<%: Html.ActionLink("Log On", "LogOn", "Account") %>
     14]
    1215<%
    13     }
     16  }
    1417%>
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Shared/Site.Master

    r6290 r6317  
    2828      </div>
    2929    </div>
    30 
    3130    <div id="main">
    32         <div id="master-submenu">
    33       <asp:ContentPlaceHolder ID="SubMenuContent" runat="server" />
    34     </div>
     31      <div id="master-submenu">
     32        <asp:ContentPlaceHolder ID="SubMenuContent" runat="server" />
     33      </div>
    3534      <asp:ContentPlaceHolder ID="MainContent" runat="server" />
    3635      <div id="footer">
Note: See TracChangeset for help on using the changeset viewer.