2009-12-21 08:24:39 +00:00
|
|
|
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<ItemDisplayModel<Blog>>" %>
|
|
|
|
<%@ Import Namespace="Orchard.Blogs.Extensions"%>
|
|
|
|
<%@ Import Namespace="Orchard.Blogs.Models"%>
|
2009-12-21 20:29:53 +00:00
|
|
|
<%@ Import Namespace="Orchard.ContentManagement.ViewModels"%>
|
2009-12-22 00:22:04 +00:00
|
|
|
<% Html.AddTitleParts(Model.Item.Name); %>
|
2009-12-21 08:24:39 +00:00
|
|
|
<div class="manage"><a href="<%=Url.BlogEdit(Model.Item.Slug) %>" class="ibutton edit">edit</a></div>
|
|
|
|
<h1><%=Html.Encode(Model.Item.Name) %></h1>
|
|
|
|
<div><%=Html.Encode(Model.Item.Description) %></div>
|
|
|
|
<%--TODO: (erikpo) Need to figure out which zones should be displayed in this template--%>
|
|
|
|
<%=Html.DisplayZonesAny() %>
|