* AccountController.cs: Fixes the canonical login
* App.master: Cleans the code * NoLogin.master: Fixes the canonical login (broken with last master changes) * style.css: yet another footer style * UserPost.aspx: puts links in a "aside" block
This commit is contained in:
parent
ccc3b2ffff
commit
9da7064791
6 changed files with 49 additions and 21 deletions
|
|
@ -1,7 +1,8 @@
|
|||
<%@ Master Language="C#" Inherits="System.Web.Mvc.ViewMasterPage" %>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<asp:ContentPlaceHolder id="init" runat="server"></asp:ContentPlaceHolder><%
|
||||
<asp:ContentPlaceHolder id="init" runat="server">
|
||||
</asp:ContentPlaceHolder><%
|
||||
ViewState["orgtitle"] = T.GetString(Page.Title);
|
||||
Page.Title = ViewState["orgtitle"] + " - " + YavscHelpers.SiteName;
|
||||
%><head runat="server">
|
||||
|
|
@ -57,8 +58,7 @@ ViewState["orgtitle"] = T.GetString(Page.Title);
|
|||
<% } %>
|
||||
</div>
|
||||
</aside>
|
||||
<div style="float:right; height:5em; z-index:-1;"></div>
|
||||
<footer>
|
||||
<footer>
|
||||
<script src="https://apis.google.com/js/platform.js" async defer>
|
||||
{lang: 'fr'}
|
||||
</script>
|
||||
|
|
@ -83,3 +83,4 @@ $( ".bshd" ).on("click",function(e) {
|
|||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue