* fortune.csproj: Remove a version spec on Mvc

* Index.aspx: more style references :-)

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

* LoginModel.cs: Enlarge my password
vnext
Paul Schneider 9 years ago
parent 31734da129
commit 251b81f848
6 changed files with 105 additions and 102 deletions

@ -33,7 +33,7 @@
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Configuration" /> <Reference Include="System.Configuration" />
<Reference Include="System.Data" /> <Reference Include="System.Data" />
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> <Reference Include="System.Web.Mvc" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="MyClass.cs" /> <Compile Include="MyClass.cs" />

@ -1,14 +1,9 @@
<%@ Page Title="Yavsc - indexe" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master"%> <%@ Page Title="Home" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master"%>
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server"> <asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
<div>
<p> <%= Html.ActionLink("Les blogs", "Index", "Blogs",null, new { @class="actionlink" }) %>
« Voir le monde comme un rêve est un bon point de vue. Quand on fait un cauchemar, on se réveille et on se dit que ce nétait quun rêve. Il est dit que le monde où nous vivons nen diffère en rien ». <%= Html.ActionLink("Contact", "Contact", "Home", null, new { @class="actionlink" }) %>
<br/><a href="http://unefenetresurlemonde.over-blog.com/article-34325590.html">Ghost Dog, la Voie du samouraï</a> <%= Html.ActionLink("Version des librairies", "AssemblyInfo", "Home", null, new { @class="actionlink" }) %>
</p><div>
<%= Html.ActionLink("Les blogs","Index","Blogs",null, new { @class="actionlink" }) %>
<%= Html.ActionLink("Contact","Contact") %>
<%= Html.ActionLink("Version des librairies","AssemblyInfo") %>
</div> </div>
</asp:Content> </asp:Content>

@ -46,39 +46,39 @@ namespace Yavsc.Model {
} }
} }
public static string was_added_to_the_role { public static string Tex_version {
get { get {
return ResourceManager.GetString("was_added_to_the_role", resourceCulture); return ResourceManager.GetString("Tex_version", resourceCulture);
} }
} }
public static string Item_added_to_basket { public static string Message_sent {
get { get {
return ResourceManager.GetString("Item_added_to_basket", resourceCulture); return ResourceManager.GetString("Message_sent", resourceCulture);
} }
} }
public static string Unitary_cost { public static string Count {
get { get {
return ResourceManager.GetString("Unitary_cost", resourceCulture); return ResourceManager.GetString("Count", resourceCulture);
} }
} }
public static string ProviderId { public static string was_added_to_the_role {
get { get {
return ResourceManager.GetString("ProviderId", resourceCulture); return ResourceManager.GetString("was_added_to_the_role", resourceCulture);
} }
} }
public static string Welcome { public static string Description {
get { get {
return ResourceManager.GetString("Welcome", resourceCulture); return ResourceManager.GetString("Description", resourceCulture);
} }
} }
public static string StartDate { public static string was_added_to_the_empty_role {
get { get {
return ResourceManager.GetString("StartDate", resourceCulture); return ResourceManager.GetString("was_added_to_the_empty_role", resourceCulture);
} }
} }
@ -88,27 +88,33 @@ namespace Yavsc.Model {
} }
} }
public static string UserName { public static string Google_error {
get { get {
return ResourceManager.GetString("UserName", resourceCulture); return ResourceManager.GetString("Google_error", resourceCulture);
} }
} }
public static string Ciffer { public static string StartDate {
get { get {
return ResourceManager.GetString("Ciffer", resourceCulture); return ResourceManager.GetString("StartDate", resourceCulture);
} }
} }
public static string Date_search { public static string DocTemplateException {
get { get {
return ResourceManager.GetString("Date_search", resourceCulture); return ResourceManager.GetString("DocTemplateException", resourceCulture);
} }
} }
public static string ImgLocator { public static string Ciffer {
get { get {
return ResourceManager.GetString("ImgLocator", resourceCulture); return ResourceManager.GetString("Ciffer", resourceCulture);
}
}
public static string Title {
get {
return ResourceManager.GetString("Title", resourceCulture);
} }
} }
@ -118,207 +124,207 @@ namespace Yavsc.Model {
} }
} }
public static string Remove { public static string younotadmin {
get { get {
return ResourceManager.GetString("Remove", resourceCulture); return ResourceManager.GetString("younotadmin", resourceCulture);
} }
} }
public static string Title { public static string ProviderName {
get { get {
return ResourceManager.GetString("Title", resourceCulture); return ResourceManager.GetString("ProviderName", resourceCulture);
} }
} }
public static string Consultant { public static string Date_search {
get { get {
return ResourceManager.GetString("Consultant", resourceCulture); return ResourceManager.GetString("Date_search", resourceCulture);
} }
} }
public static string access_denied { public static string User_name {
get { get {
return ResourceManager.GetString("access_denied", resourceCulture); return ResourceManager.GetString("User_name", resourceCulture);
} }
} }
public static string Comment { public static string Preview {
get { get {
return ResourceManager.GetString("Comment", resourceCulture); return ResourceManager.GetString("Preview", resourceCulture);
} }
} }
public static string ProviderName { public static string Register {
get { get {
return ResourceManager.GetString("ProviderName", resourceCulture); return ResourceManager.GetString("Register", resourceCulture);
} }
} }
public static string User_List { public static string access_denied {
get { get {
return ResourceManager.GetString("User List", resourceCulture); return ResourceManager.GetString("access_denied", resourceCulture);
} }
} }
public static string Circles { public static string Welcome {
get { get {
return ResourceManager.GetString("Circles", resourceCulture); return ResourceManager.GetString("Welcome", resourceCulture);
} }
} }
public static string EndDate { public static string Product_reference {
get { get {
return ResourceManager.GetString("EndDate", resourceCulture); return ResourceManager.GetString("Product_reference", resourceCulture);
} }
} }
public static string Message_sent { public static string EndDate {
get { get {
return ResourceManager.GetString("Message_sent", resourceCulture); return ResourceManager.GetString("EndDate", resourceCulture);
} }
} }
public static string DocTemplateException { public static string Google_calendar {
get { get {
return ResourceManager.GetString("DocTemplateException", resourceCulture); return ResourceManager.GetString("Google_calendar", resourceCulture);
} }
} }
public static string Preview { public static string UserName {
get { get {
return ResourceManager.GetString("Preview", resourceCulture); return ResourceManager.GetString("UserName", resourceCulture);
} }
} }
public static string Google_error { public static string Remember_me {
get { get {
return ResourceManager.GetString("Google_error", resourceCulture); return ResourceManager.GetString("Remember_me", resourceCulture);
} }
} }
public static string younotadmin { public static string ImgLocator {
get { get {
return ResourceManager.GetString("younotadmin", resourceCulture); return ResourceManager.GetString("ImgLocator", resourceCulture);
} }
} }
public static string Description { public static string Home {
get { get {
return ResourceManager.GetString("Description", resourceCulture); return ResourceManager.GetString("Home", resourceCulture);
} }
} }
public static string Estimate_not_found { public static string Pdf_version {
get { get {
return ResourceManager.GetString("Estimate_not_found", resourceCulture); return ResourceManager.GetString("Pdf_version", resourceCulture);
} }
} }
public static string Online { public static string Unitary_cost {
get { get {
return ResourceManager.GetString("Online", resourceCulture); return ResourceManager.GetString("Unitary_cost", resourceCulture);
} }
} }
public static string Google_calendar { public static string Circles {
get { get {
return ResourceManager.GetString("Google_calendar", resourceCulture); return ResourceManager.GetString("Circles", resourceCulture);
} }
} }
public static string DuplicateUserName { public static string Location {
get { get {
return ResourceManager.GetString("DuplicateUserName", resourceCulture); return ResourceManager.GetString("Location", resourceCulture);
} }
} }
public static string Tex_version { public static string Remove {
get { get {
return ResourceManager.GetString("Tex_version", resourceCulture); return ResourceManager.GetString("Remove", resourceCulture);
} }
} }
public static string Pdf_version { public static string DuplicateEmail {
get { get {
return ResourceManager.GetString("Pdf_version", resourceCulture); return ResourceManager.GetString("DuplicateEmail", resourceCulture);
} }
} }
public static string was_added_to_the_empty_role { public static string Estimate_not_found {
get { get {
return ResourceManager.GetString("was_added_to_the_empty_role", resourceCulture); return ResourceManager.GetString("Estimate_not_found", resourceCulture);
} }
} }
public static string Location { public static string ProviderId {
get { get {
return ResourceManager.GetString("Location", resourceCulture); return ResourceManager.GetString("ProviderId", resourceCulture);
} }
} }
public static string MinDate { public static string Online {
get { get {
return ResourceManager.GetString("MinDate", resourceCulture); return ResourceManager.GetString("Online", resourceCulture);
} }
} }
public static string Offline { public static string Not_Approuved {
get { get {
return ResourceManager.GetString("Offline", resourceCulture); return ResourceManager.GetString("Not Approuved", resourceCulture);
} }
} }
public static string EventWebPage { public static string Offline {
get { get {
return ResourceManager.GetString("EventWebPage", resourceCulture); return ResourceManager.GetString("Offline", resourceCulture);
} }
} }
public static string DuplicateEmail { public static string MinDate {
get { get {
return ResourceManager.GetString("DuplicateEmail", resourceCulture); return ResourceManager.GetString("MinDate", resourceCulture);
} }
} }
public static string Product_reference { public static string Comment {
get { get {
return ResourceManager.GetString("Product_reference", resourceCulture); return ResourceManager.GetString("Comment", resourceCulture);
} }
} }
public static string Remember_me { public static string role_created {
get { get {
return ResourceManager.GetString("Remember_me", resourceCulture); return ResourceManager.GetString("role_created", resourceCulture);
} }
} }
public static string Not_Approuved { public static string User_List {
get { get {
return ResourceManager.GetString("Not Approuved", resourceCulture); return ResourceManager.GetString("User List", resourceCulture);
} }
} }
public static string User_name { public static string EventWebPage {
get { get {
return ResourceManager.GetString("User_name", resourceCulture); return ResourceManager.GetString("EventWebPage", resourceCulture);
} }
} }
public static string role_created { public static string Item_added_to_basket {
get { get {
return ResourceManager.GetString("role_created", resourceCulture); return ResourceManager.GetString("Item_added_to_basket", resourceCulture);
} }
} }
public static string Register { public static string Consultant {
get { get {
return ResourceManager.GetString("Register", resourceCulture); return ResourceManager.GetString("Consultant", resourceCulture);
} }
} }
public static string Count { public static string DuplicateUserName {
get { get {
return ResourceManager.GetString("Count", resourceCulture); return ResourceManager.GetString("DuplicateUserName", resourceCulture);
} }
} }
} }

@ -58,4 +58,5 @@
<data name="Comment"><value>Commentaire</value></data> <data name="Comment"><value>Commentaire</value></data>
<data name="EventWebPage"><value>Page web de l'événement</value></data> <data name="EventWebPage"><value>Page web de l'événement</value></data>
<data name="ImgLocator"><value>URI de l'image</value></data> <data name="ImgLocator"><value>URI de l'image</value></data>
<data name="Home"><value>Accueil</value></data>
</root> </root>

@ -60,4 +60,5 @@
<data name="Comment"><value>Comment</value></data> <data name="Comment"><value>Comment</value></data>
<data name="EventWebPage"><value>Event Web page</value></data> <data name="EventWebPage"><value>Event Web page</value></data>
<data name="ImgLocator"><value>Image URI</value></data> <data name="ImgLocator"><value>Image URI</value></data>
<data name="Home"><value>Home</value></data>
</root> </root>

@ -14,8 +14,8 @@ namespace Yavsc.Model.RolesAndMembers
/// </summary> /// </summary>
/// <value>The name of the user.</value> /// <value>The name of the user.</value>
[DisplayName("Nom d'utilisateur"), [DisplayName("Nom d'utilisateur"),
Required(ErrorMessage = "S'il vous plait, entrez un nom d'utilisateur ([a-z]|[A-Z]|[-_.~])+"), Required(ErrorMessage = "S'il vous plait, entrez un nom d'utilisateur ([a-z]|[A-Z]|[-_.~]|[0-9])+"),
RegularExpression("([a-z]|[A-Z]|[-_.~])+")] RegularExpression("([a-z]|[A-Z]|[-_.~]|[0-9])+")]
public string UserName { get; set; } public string UserName { get; set; }
/// <summary> /// <summary>
@ -24,7 +24,7 @@ namespace Yavsc.Model.RolesAndMembers
/// <value>The password.</value> /// <value>The password.</value>
[DisplayName("Mot de passe"), [DisplayName("Mot de passe"),
Required(ErrorMessage = "S'il vous plait, entez un mot de passe"), Required(ErrorMessage = "S'il vous plait, entez un mot de passe"),
RegularExpression("([a-z]|[A-Z]|[-_.~#{}`'\\^])+")] RegularExpression("([a-z]|[A-Z]|[0-9]|[-_.~#{}`'\\^])+")]
public string Password { get; set; } public string Password { get; set; }
/// <summary> /// <summary>

Loading…