* App.master: little redesign
* Profile.aspx: simpler is better
This commit is contained in:
parent
685c03b37e
commit
8f9a1e3e04
2 changed files with 5 additions and 10 deletions
|
|
@ -1,12 +1,7 @@
|
|||
<%@ Page Title="Profile" Language="C#" MasterPageFile="~/Models/App.master" Inherits="System.Web.Mvc.ViewPage<yavscModel.RolesAndMembers.Profile>" %>
|
||||
|
||||
<asp:Content ContentPlaceHolderID="init" ID="init1" runat="server">
|
||||
<% Title = ViewData["UserName"]+"'s profile" %>
|
||||
</asp:Content>
|
||||
|
||||
<asp:Content ID="headerContent" ContentPlaceHolderID="header" runat="server">
|
||||
<h1><%=ViewData["UserName"]%>'s profile - <a href="/"><%=YavscHelpers.SiteName%></a></h1>
|
||||
<p></p>
|
||||
<% Title = ViewData["UserName"]+" at "+ YavscHelpers.SiteName +" - profile edition" ; %>
|
||||
</asp:Content>
|
||||
|
||||
<asp:Content ID="MainContentContent" ContentPlaceHolderID="MainContent" runat="server">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue