mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Some more work on the admin UI (expanding scope to all CMSPages admin pages) - mainly markup/CSS cleanup and touch-up and dropping YUI reset in favor pulling some Eric Meyer reset into the base
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041743
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<%@ Import Namespace="Orchard.Utility"%>
|
||||
<%@ Import Namespace="Orchard.CmsPages.Services.Templates"%>
|
||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||
<% Html.Include("Header"); %>
|
||||
<% Html.Include("Head"); %>
|
||||
<div class="yui-u">
|
||||
<h2 class="separator">Delete pages</h2>
|
||||
<h2>Delete pages</h2>
|
||||
<p class="bottomSpacer">
|
||||
Are you sure you want to delete the pages?</p>
|
||||
</div>
|
||||
@@ -34,4 +34,4 @@
|
||||
}%>
|
||||
<%}/*EndForm*/%>
|
||||
</div>
|
||||
<% Html.Include("Footer"); %>
|
||||
<% Html.Include("Foot"); %>
|
||||
@@ -3,10 +3,10 @@
|
||||
<%@ Import Namespace="Orchard.Utility"%>
|
||||
<%@ Import Namespace="Orchard.CmsPages.Services.Templates"%>
|
||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||
<% Html.Include("Header"); %>
|
||||
<% Html.Include("Head"); %>
|
||||
<%using (Html.BeginForm()) { %>
|
||||
<div class="yui-u">
|
||||
<h2 class="separator">Publish later</h2>
|
||||
<h2>Publish later</h2>
|
||||
<p class="bottomSpacer">Enter the scheduled publication date:</p>
|
||||
<%=Html.EditorFor(m => m.Options.BulkPublishLaterDate)%>
|
||||
</div>
|
||||
@@ -33,4 +33,4 @@
|
||||
}%>
|
||||
</div>
|
||||
<%}/*EndForm*/%>
|
||||
<% Html.Include("Footer"); %>
|
||||
<% Html.Include("Foot"); %>
|
||||
@@ -1,9 +1,9 @@
|
||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.CmsPages.ViewModels.ChooseTemplateViewModel>" %>
|
||||
<%@ Import Namespace="Orchard.CmsPages.Services.Templates"%>
|
||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||
<% Html.Include("Header"); %>
|
||||
<% Html.Include("Head"); %>
|
||||
<div class="yui-u">
|
||||
<h2 class="separator">Change Template</h2>
|
||||
<h2>Change Template</h2>
|
||||
<p class="bottomSpacer">
|
||||
Select your layout from one of the templates below.</p>
|
||||
</div>
|
||||
@@ -20,7 +20,7 @@
|
||||
<li>
|
||||
<ul>
|
||||
<li class="clearLayout">
|
||||
<h4 class="separator"><%=Html.Encode(template.DisplayName)%></h4>
|
||||
<h3><%=Html.Encode(template.DisplayName)%></h3>
|
||||
</li>
|
||||
<li>
|
||||
<label title="<%=Html.Encode(template.DisplayName)%>" for="TemplateName_<%=template.Name%>">
|
||||
@@ -38,4 +38,4 @@
|
||||
|
||||
<%}/*EndForm*/%>
|
||||
</div>
|
||||
<% Html.Include("Footer"); %>
|
||||
<% Html.Include("Foot"); %>
|
||||
@@ -1,8 +1,8 @@
|
||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.CmsPages.ViewModels.PageCreateViewModel>" %>
|
||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||
<% Html.Include("Header"); %>
|
||||
<% Html.Include("Head"); %>
|
||||
<div class="yui-u">
|
||||
<h2 class="separator">Add a Page</h2>
|
||||
<h2>Add a Page</h2>
|
||||
<p class="bottomSpacer">
|
||||
Select your layout from one of the templates below.</p>
|
||||
</div>
|
||||
@@ -12,4 +12,4 @@
|
||||
<%= Html.EditorForModel() %>
|
||||
<%}/*EndForm*/%>
|
||||
</div>
|
||||
<% Html.Include("Footer"); %>
|
||||
<% Html.Include("Foot"); %>
|
||||
@@ -1,7 +1,7 @@
|
||||
<%@ Page Language="C#" Inherits="Orchard.Mvc.ViewPage<Orchard.CmsPages.ViewModels.PageEditViewModel>" %>
|
||||
<%@ Import Namespace="Orchard.CmsPages.Models"%>
|
||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||
<% Html.Include("Header"); %>
|
||||
<% Html.Include("Head"); %>
|
||||
<div class="yui-g">
|
||||
<h2><%=_Encoded("Edit Page")%></h2>
|
||||
<p class="bottomSpacer"><%=_Encoded("about setting up a page")%></p>
|
||||
@@ -54,4 +54,4 @@
|
||||
</div>
|
||||
<%}/*EndForm*/%>
|
||||
</div>
|
||||
<% Html.Include("Footer"); %>
|
||||
<% Html.Include("Foot"); %>
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
<li>
|
||||
<ul>
|
||||
<li class="clearLayout">
|
||||
<h4 class="separator"><%=Html.Encode(template.DisplayName)%></h4>
|
||||
<h3><%=Html.Encode(template.DisplayName)%></h3>
|
||||
</li>
|
||||
<li>
|
||||
<label title="<%=Html.Encode(template.DisplayName)%>" for="TemplateName_<%=template.Name%>">
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<System.Collections.Generic.IEnumerable<Orchard.CmsPages.Models.Page>>" %>
|
||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||
<% Html.Include("Header"); %>
|
||||
<% Html.Include("Head"); %>
|
||||
<div class="yui-g">
|
||||
<h2>
|
||||
Export</h2>
|
||||
<h2>Export</h2>
|
||||
<p class="bottomSpacer">
|
||||
Possible text about setting up a page goes here. Lorem ipsum dolor sit amet, consectetur
|
||||
adipiscing elit. Nulla erat turpis, blandit eget feugiat nec, tempus vel quam. Mauris
|
||||
@@ -17,4 +16,4 @@
|
||||
<%} %></ol>
|
||||
</li><%} %></ol>
|
||||
</div>
|
||||
<% Html.Include("Footer"); %>
|
||||
<% Html.Include("Foot"); %>
|
||||
@@ -19,8 +19,7 @@ string SplitDateTime(DateTime dt)
|
||||
<% Html.Include("Head"); %>
|
||||
<% Html.BeginForm(); %>
|
||||
<div class="yui-g">
|
||||
<h2>
|
||||
Manage Pages</h2>
|
||||
<h2>Manage Pages</h2>
|
||||
<p class="bottomSpacer">
|
||||
Possible text about setting up a page goes here. Lorem ipsum dolor sit amet, consectetur
|
||||
adipiscing elit. Nulla erat turpis, blandit eget feugiat nec, tempus vel quam. Mauris
|
||||
|
||||
Reference in New Issue
Block a user