<%@ Page Language="C#" Inherits="Orchard.Mvc.ViewPage" %> <%@ Import Namespace="Orchard.ContentManagement.Aspects"%> <%@ Import Namespace="Orchard.ContentManagement"%> <%@ Import Namespace="Orchard.Core.Common.Models"%> <%@ Import Namespace="Orchard.Mvc.Html"%> <%@ Import Namespace="Orchard.Pages.ViewModels"%><% Html.RegisterStyle("admin.css"); %>

<%=Html.TitleForPage(T("Manage Pages").ToString())%>

<%-- todo: Add helper text here when ready.

<%=_Encoded("Possible text about setting up a page goes here.")%>

--%>
<%=Html.ActionLink(T("Add a page").ToString(), "Create", new { }, new { @class = "button primaryAction" })%>
<% using (Html.BeginFormAntiForgeryPost()) { %> <%=Html.ValidationSummary()%>
" />
"/>
<% } %>
<%=Html.ActionLink(T("Add a page").ToString(), "Create", new { }, new { @class = "button primaryAction" })%>