Un index au front office

* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: traductions

* Skills.aspx: Précise la fonction de la methode par un titre plus
  révélateur

* Index.aspx: Alimente l'index du front office
This commit is contained in:
Paul Schneider 2015-12-02 11:13:37 +01:00
commit 3cb492d979
8 changed files with 86 additions and 18 deletions

View file

@ -1,4 +1,4 @@
<%@ Page Title="Skills" Language="C#" MasterPageFile="~/Models/App.master" Inherits="System.Web.Mvc.ViewPage<IEnumerable<SkillEntity>>" %>
<%@ Page Title="ManagedSiteSkills" Language="C#" MasterPageFile="~/Models/App.master" Inherits="System.Web.Mvc.ViewPage<IEnumerable<SkillEntity>>" %>
<asp:Content ID="headContent" ContentPlaceHolderID="head" runat="server">
<script src="<%=Url.Content("~/Scripts/yavsc.skills.js")%>"></script>