<%@ Page Title="Blogs - Index" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master" EnableTheming="True" StylesheetTheme="dark" %> <%@ Register Assembly="Yavsc.WebControls" TagPrefix="yavsc" Namespace="Yavsc.WebControls" %>
<% foreach (var g in Model.GroupByUser()) { %>

" class="actionlink userref"> <%=g.Key%>

<% foreach (var p in g) { %>
<%= Html.ActionLink(p.Title, "UserPost", new { user = g.Key, title = p.Title }, new { @class = "usertitleref" } ) %>
<% } %> <% } %>
<% rp1.ResultCount = Model.Count; rp1.ResultsPerPage = 50; %> <% rp1.CurrentPage = (int) ViewData["PageIndex"]; %> <% rp1.None = Html.Translate("no content"); %>