Beginning to rework the Admin markup/CSS

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041476
This commit is contained in:
skewed
2009-11-20 01:19:36 +00:00
parent 676a7d15a7
commit 6d3930d4ce
20 changed files with 370 additions and 8025 deletions

View File

@@ -16,7 +16,7 @@ string SplitDateTime(DateTime dt)
string.Format("{0:t}", dt);
}
</script>
<% Html.Include("Header"); %>
<% Html.Include("Head"); %>
<% Html.BeginForm(); %>
<div class="yui-g">
<h2>
@@ -124,4 +124,4 @@ string SplitDateTime(DateTime dt)
<%=Html.ActionLink("Add a page", "Create", new {}, new {@class="floatRight bottomSpacer"}) %>
</div>
<% Html.EndForm(); %>
<% Html.Include("Footer"); %>
<% Html.Include("Foot"); %>