* web/Views/Blogs/Index.aspx: fixes the presentation
* web/Views/Home/Index.aspx: Fixes the Home page * web/images/FhHRx.gif: * web/App_Themes/style.css: * web/Web.csproj: Makes the Ajax loading gif a local resource
This commit is contained in:
parent
c466aed242
commit
089a7b3827
5 changed files with 5 additions and 4 deletions
|
|
@ -1,8 +1,7 @@
|
|||
<%@ Page Title="Home" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master"%>
|
||||
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
||||
<%= Html.Partial("TagPanel",ViewData["Accueil"]) %>
|
||||
<%= Html.Partial("TagPanel",ViewData["Actualités"]) %>
|
||||
<%= Html.Partial("TagPanel",ViewData["Artistes"]) %>
|
||||
<%= Html.Partial("TagPanel",ViewData["Événements"]) %>
|
||||
<%= Html.Partial("TagPanel",ViewData["Mentions légales"]) %>
|
||||
|
||||
</asp:Content>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue