Admin UI "frame" in a pretty good state including some rough font sizing and a hacked faux grid. Need a real elastigrid and markup/CSS work on the content.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041577
This commit is contained in:
skewed
2009-11-20 18:13:57 +00:00
parent 6e2d2f5add
commit 30800e7a02
7 changed files with 63 additions and 53 deletions

View File

@@ -29,7 +29,7 @@ string SplitDateTime(DateTime dt)
<ol class="horizontal actions floatLeft">
<li>
<label class="floatLeft" for="publishActions">
Actions:</label>
Actions: </label>
<select id="publishActions" name="<%=Html.NameOf(m => m.Options.BulkAction)%>">
<%=Html.SelectOption(Model.Options.BulkAction, PageIndexBulkAction.None, "Choose action...")%>
<%=Html.SelectOption(Model.Options.BulkAction, PageIndexBulkAction.PublishNow, "Publish Now")%>
@@ -57,7 +57,7 @@ string SplitDateTime(DateTime dt)
<input class="button roundCorners" type="submit" name="submit.Filter" value="Filter"/>
</li>
</ol>
<%=Html.ActionLink("Add a page", "Create", new {}, new {@class="floatRight topSpacer"}) %>
<p><%=Html.ActionLink("Add a page", "Create", new {}, new {@class="floatRight topSpacer"}) %></p>
<table id="pluginListTable" cellspacing="0" class="clearLayout" summary="This is a table of the PageEntries currently available for use in your application.">
<colgroup>
<col id="Actions" />
@@ -121,7 +121,7 @@ string SplitDateTime(DateTime dt)
<% pageIndex++;
}%>
</table>
<%=Html.ActionLink("Add a page", "Create", new {}, new {@class="floatRight bottomSpacer"}) %>
<p><%=Html.ActionLink("Add a page", "Create", new {}, new {@class="floatRight bottomSpacer"}) %></p>
</div>
<% Html.EndForm(); %>
<% Html.Include("Foot"); %>