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:
parent
1b1a2ab557
commit
3cb492d979
8 changed files with 86 additions and 18 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2015-12-02 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* Skills.aspx: Précise la fonction de la methode par un titre
|
||||
plus révélateur
|
||||
|
||||
* Index.aspx: Alimente l'index du front office
|
||||
|
||||
2015-12-02 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* hangouts.xml: WIP Hangouts
|
||||
|
|
|
|||
|
|
@ -1,9 +1,21 @@
|
|||
<%@ Page Title="Front office" Language="C#" MasterPageFile="~/Models/App.master" Inherits="System.Web.Mvc.ViewPage" %>
|
||||
|
||||
<asp:Content ID="MainContentContent" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<ul><li>
|
||||
<%= Html.ActionLink("Catalog","Catalog" ) %>
|
||||
</li><li>
|
||||
<%= Html.ActionLink("Estimates","Estimates" ) %>
|
||||
</li></ul>
|
||||
<ul>
|
||||
<li><%= Html.ActionLink("Catalog","Catalog" ) %></li>
|
||||
<li><%= Html.ActionLink("Basket","Basket" ) %> </li>
|
||||
<li><%= Html.ActionLink("Estimates","Estimates" ) %></li>
|
||||
<li><%= Html.ActionLink("Estimate","Estimate" ) %></li>
|
||||
<% if (User.Identity.IsAuthenticated) { %>
|
||||
<li><%= Html.ActionLink("Activities","Activities" ) %></li>
|
||||
<li><%= Html.ActionLink("ManagedSiteSkills", "Skills" ) %></li>
|
||||
<li><%= Html.ActionLink("UserSkills","UserSkills" ) %></li>
|
||||
<% } else { %>
|
||||
<li><%= Html.Translate("Activities") %>,
|
||||
<%= Html.Translate("ManagedSiteSkills") %>,
|
||||
<%= Html.Translate("UserSkills") %>:
|
||||
<i><%= Html.Translate("AuthenticatedOnly") %></i></li>
|
||||
<% }%>
|
||||
|
||||
</ul>
|
||||
</asp:Content>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
2015-12-02 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* LocalizedText.resx:
|
||||
* LocalizedText.fr.resx:
|
||||
* LocalizedText.Designer.cs:
|
||||
* LocalizedText.fr.Designer.cs: traductions
|
||||
|
||||
2015-12-02 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* PerformerProfile.cs: Ajoute la propriété "titre du blog"
|
||||
|
|
|
|||
30
yavscModel/LocalizedText.Designer.cs
generated
30
yavscModel/LocalizedText.Designer.cs
generated
|
|
@ -52,9 +52,9 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string StartDateAfterEndDate {
|
||||
public static string ProviderId {
|
||||
get {
|
||||
return ResourceManager.GetString("StartDateAfterEndDate", resourceCulture);
|
||||
return ResourceManager.GetString("ProviderId", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -196,6 +196,12 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string Activities {
|
||||
get {
|
||||
return ResourceManager.GetString("Activities", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Members {
|
||||
get {
|
||||
return ResourceManager.GetString("Members", resourceCulture);
|
||||
|
|
@ -286,6 +292,12 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string StartDateAfterEndDate {
|
||||
get {
|
||||
return ResourceManager.GetString("StartDateAfterEndDate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Tag_name {
|
||||
get {
|
||||
return ResourceManager.GetString("Tag_name", resourceCulture);
|
||||
|
|
@ -562,9 +574,9 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string ProviderId {
|
||||
public static string ManagedSiteSkills {
|
||||
get {
|
||||
return ResourceManager.GetString("ProviderId", resourceCulture);
|
||||
return ResourceManager.GetString("ManagedSiteSkills", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -670,6 +682,12 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string yourquerytransmitted {
|
||||
get {
|
||||
return ResourceManager.GetString("yourquerytransmitted", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string no_content {
|
||||
get {
|
||||
return ResourceManager.GetString("no_content", resourceCulture);
|
||||
|
|
@ -700,9 +718,9 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string yourquerytransmitted {
|
||||
public static string UserSkills {
|
||||
get {
|
||||
return ResourceManager.GetString("yourquerytransmitted", resourceCulture);
|
||||
return ResourceManager.GetString("UserSkills", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
30
yavscModel/LocalizedText.fr.Designer.cs
generated
30
yavscModel/LocalizedText.fr.Designer.cs
generated
|
|
@ -154,6 +154,12 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string ProviderId {
|
||||
get {
|
||||
return ResourceManager.GetString("ProviderId", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Create {
|
||||
get {
|
||||
return ResourceManager.GetString("Create", resourceCulture);
|
||||
|
|
@ -178,15 +184,21 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string Performers {
|
||||
get {
|
||||
return ResourceManager.GetString("Performers", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string DoComment {
|
||||
get {
|
||||
return ResourceManager.GetString("DoComment", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Performers {
|
||||
public static string Activities {
|
||||
get {
|
||||
return ResourceManager.GetString("Performers", resourceCulture);
|
||||
return ResourceManager.GetString("Activities", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -544,9 +556,9 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string ProviderId {
|
||||
public static string ManagedSiteSkills {
|
||||
get {
|
||||
return ResourceManager.GetString("ProviderId", resourceCulture);
|
||||
return ResourceManager.GetString("ManagedSiteSkills", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -652,6 +664,12 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string yourquerytransmitted {
|
||||
get {
|
||||
return ResourceManager.GetString("yourquerytransmitted", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string no_content {
|
||||
get {
|
||||
return ResourceManager.GetString("no_content", resourceCulture);
|
||||
|
|
@ -682,9 +700,9 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string yourquerytransmitted {
|
||||
public static string UserSkills {
|
||||
get {
|
||||
return ResourceManager.GetString("yourquerytransmitted", resourceCulture);
|
||||
return ResourceManager.GetString("UserSkills", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
<data name="additionally"><value>de plus</value></data>
|
||||
<data name="access_denied"><value>Accès refusé</value></data>
|
||||
<data name="Activities"><value>Activités</value></data>
|
||||
<data name="AnIMessageHasbeenSent"><value>Un message instantané a été envoyé à {0},
|
||||
lui présentant votre demande. Vous devriez être contacté très rapidement.</value></data>
|
||||
<data name="available"><value>disponible</value></data>
|
||||
|
|
@ -65,6 +66,7 @@
|
|||
<data name="Item_added_to_basket"><value>Article ajouté au panier</value></data>
|
||||
<data name="Location"><value>Lieu</value></data>
|
||||
<data name="Logout"><value>Déconnection</value></data>
|
||||
<data name="ManagedSiteSkills"><value>Compétences gérée sur ce site</value></data>
|
||||
<data name="MaxDate"><value>Date maximale du rendez-vous</value></data>
|
||||
<data name="MEACode"><value>Code d'Activité Principalement Exercée</value></data>
|
||||
<data name="Members"><value>Membres</value></data>
|
||||
|
|
@ -119,6 +121,7 @@
|
|||
<data name="User_List"><value>Liste des utilisateurs</value><comment></comment></data>
|
||||
<data name="User_name"><value>Nom d'utilisateur</value></data>
|
||||
<data name="UsersInRole">Liste des utilisateurs assumant le rôle "{0}"</data>
|
||||
<data name="UserSkills"><value>Talents/compétences/spécialités utilisateur</value></data>
|
||||
<data name="UserNotInThisRole"><value>Le rôle demandé n'est pas assumé par ce préstataire</value></data>
|
||||
<data name="View_source"><value>Voir le texte source du billet</value></data>
|
||||
<data name="was_added_to_the_role"><value>a été ajouté au rôle</value></data>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
<data name="additionally"><value>additionally</value></data>
|
||||
<data name="access_denied"><value>Access denied</value></data>
|
||||
<data name="Activities"><value>Activities</value></data>
|
||||
<data name="AnIMessageHasbeenSent"><value>An instant message has been sent to {0},
|
||||
showing to him your query. You should be contacted very soon.</value></data>
|
||||
<data name="available"><value>available</value></data>
|
||||
|
|
@ -69,6 +70,7 @@
|
|||
<data name="Item_added_to_basket"><value>Item added to basket</value></data>
|
||||
<data name="Location"><value>Location</value></data>
|
||||
<data name="Logout"><value>Logout</value></data>
|
||||
<data name="ManagedSiteSkills"><value>Site skills</value></data>
|
||||
<data name="MaxDate"><value>Maximal date for the rendez-vous</value></data>
|
||||
<data name="MEACode"><value>Mainly Exerted Activity code</value></data>
|
||||
<data name="Name"><value>Name</value></data>
|
||||
|
|
@ -126,6 +128,7 @@
|
|||
<data name="User_name"><value>User name</value></data>
|
||||
<data name="UsersInRole">List of users assuming the role "{0}"</data>
|
||||
<data name="UserNotInThisRole"><value>This user is not in this role</value></data>
|
||||
<data name="UserSkills"><value>User skills</value></data>
|
||||
<data name="View_source"><value>View source</value></data>
|
||||
<data name="was_added_to_the_role"><value>was added to the role</value></data>
|
||||
<data name="was_added_to_the_empty_role"><value>There was no user in the "{1}" role. You ({0}) was just added as firt user in the "{1}" role.</value></data>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue