Free cookie consent management tool by TermsFeed Policy Generator

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

#1433 code formatted

Location:
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Home
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Home/About.aspx

    r6050 r6317  
    22
    33<asp:Content ID="aboutTitle" ContentPlaceHolderID="TitleContent" runat="server">
    4   About
     4  About
    55</asp:Content>
    6 
    76<asp:Content ID="aboutContent" ContentPlaceHolderID="MainContent" runat="server">
    8 <h2>About</h2>
    9     <p>
    10         Put content here.
    11     </p>
     7  <h2>
     8    About</h2>
     9  <p>
     10    Put content here.
     11  </p>
    1212</asp:Content>
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Home/Index.aspx

    r6050 r6317  
    22
    33<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
    4   Home Page
     4  Home Page
    55</asp:Content>
    6 
    76<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
    8  <h2><%: ViewData["Message"] %></h2>
    9     <p>
    10         To learn more about ASP.NET MVC visit <a href="http://asp.net/mvc" title="ASP.NET MVC Website">http://asp.net/mvc</a>.
    11     </p>
     7  <h2>
     8    <%: ViewData["Message"] %></h2>
     9  <p>
     10    To learn more about ASP.NET MVC visit <a href="http://asp.net/mvc" title="ASP.NET MVC Website">
     11      http://asp.net/mvc</a>.
     12  </p>
    1213</asp:Content>
Note: See TracChangeset for help on using the changeset viewer.