-<% if (Membership.GetUser()==null) { %>
- <%= Html.ActionLink( YavscHelpers.SiteName, "Index", "Home" ,null, new { @class="actionlink" } ) %>
-
Page d'accueil
- <%= Html.ActionLink("Login", "Login", "Account", new { returnUrl=Request.Url.PathAndQuery }, new { @class="actionlink" } ) %>
-
Pour pouvoir poster ou commenter
-
?returnUrl=<%=Request.Url.PathAndQuery%>" class="actionlink">
-
-
-
S'authentifier avec son compte Google+
-<% } else { %>
- <%= Html.ActionLink(HttpContext.Current.User.Identity.Name, "Profile", "Account", null, new { @class="actionlink" }) %>
-
Édition de votre profile
- @ <%= Html.ActionLink( YavscHelpers.SiteName, "Index", "Home" ,null, new { @class="actionlink" }) %>
-
Page d'accueil
-
Poster
-
Édition d'un nouveau billet
- <%= Html.ActionLink( "Deconnexion", "Logout", "Account", new { returnUrl=Request.Url.PathAndQuery }, new { @class="actionlink" }) %>
-<% } %>
-