* style.css: the style changes ...

* BlogsController.cs: Fixes the comment posting

* App.master: Don't hide the Home page link! TODO: a logo

* UserPost.aspx: don't hide the blog title

* BlogManager.cs: fixes the comment posting
This commit is contained in:
Paul Schneider
2015-08-05 16:55:50 +02:00
parent 801c7b05d2
commit 33e93dfbfa
7 changed files with 28 additions and 16 deletions

View File

@ -23,7 +23,8 @@ ViewState["orgtitle"] = T.GetString(Page.Title);
<span> -
<a href="<%=Request.Url.Scheme + "://" + Request.Url.Authority%>"><%= YavscHelpers.SiteName %></a>
</span></h1>
</asp:ContentPlaceHolder><asp:ContentPlaceHolder ID="header" runat="server"></asp:ContentPlaceHolder><%
</asp:ContentPlaceHolder>
<asp:ContentPlaceHolder ID="header" runat="server"></asp:ContentPlaceHolder><%
if (ViewData["Error"]!=null) {
%><div class="error"><%= Html.Encode(ViewData["Error"]) %>
</div><% }
@ -39,7 +40,7 @@ ViewState["orgtitle"] = T.GetString(Page.Title);
</asp:ContentPlaceHolder>
<div id="login" ><span class="ohinside">
<a href="<%= Url.Content("~/")%>">
<span class="c2"><%=Html.Encode(YavscHelpers.SiteName) %></span></a><br/>
<span ><%=Html.Encode(YavscHelpers.SiteName) %></span></a><br/>
<span class="onhover">Page d'accueil<br/></span></span>
<% if (Membership.GetUser()==null) { %>
<div class="ohinside"><%= Html.ActionLink("Authentification", "Login", "Account", new { returnUrl=Request.Url.PathAndQuery },null) %>