2010-01-05 21:49:48 +00:00
|
|
|
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<ContentItemViewModel<Blog>>" %>
|
2010-01-05 10:54:12 +00:00
|
|
|
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
2009-12-21 08:24:39 +00:00
|
|
|
<%@ Import Namespace="Orchard.Blogs.Extensions"%>
|
|
|
|
<%@ Import Namespace="Orchard.Blogs.Models"%>
|
|
|
|
<div class="manage"><a href="<%=Url.BlogEdit(Model.Item.Slug) %>" class="ibutton edit">edit</a></div>
|
2009-12-23 17:38:00 +00:00
|
|
|
<h1><%=Html.TitleForPage(Model.Item.Name) %></h1>
|
2009-12-21 08:24:39 +00:00
|
|
|
<div><%=Html.Encode(Model.Item.Description) %></div>
|
|
|
|
<%--TODO: (erikpo) Need to figure out which zones should be displayed in this template--%>
|
2009-12-24 09:38:23 +00:00
|
|
|
<% Html.ZonesAny(); %>
|