<%@ Page Title="Titre" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master"%> <%@ Register Assembly="Yavsc.WebControls" TagPrefix="yavsc" Namespace="Yavsc.WebControls" %> <% Title = Model.Title + " - " + YavscHelpers.SiteName; %>

<%=Html.ActionLink(Model.Title, "Title", new{title=Model.Title}, null)%> - "><%= YavscHelpers.SiteName %>

<% foreach (BlogEntry e in this.Model) { %>
<% if (e.Photo!=null) { %><% } %> <%= Html.Markdown(e.Content,"/bfiles/"+e.Id+"/") %> <%= Html.Partial("PostActions",e)%>
<% } %> <% if (((int) ViewData["RecordCount"]) > ((int) ViewData["PageSize"])) { rp1.ResultCount = (int) ViewData["RecordCount"]; rp1.PageIndex = (int) ViewData["PageIndex"]; rp1.PageSize = (int) ViewData["PageSize"]; %> <% } %>