Some initial work on admin view cleanup.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041367
This commit is contained in:
skewed
2009-11-19 09:28:45 +00:00
parent 0a329de071
commit 8863709314
25 changed files with 83 additions and 313 deletions

View File

@@ -1,15 +1,7 @@
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.Users.ViewModels.UserCreateViewModel>" %>
<%@ Import Namespace="Orchard.Security" %>
<%@ Import Namespace="Orchard.Mvc.Html" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Add a new User</title>
<% Html.Include("Head"); %>
</head>
<body>
<% Html.Include("Header"); %>
<% Html.Include("Header"); %>
<div class="yui-u">
<h2 class="separator">
Add a new User</h2>
@@ -26,6 +18,4 @@
</ol>
<%}/*EndForm*/%>
</div>
<% Html.Include("Footer"); %>
</body>
</html>
<% Html.Include("Footer"); %>

View File

@@ -1,15 +1,7 @@
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.Users.ViewModels.UserEditViewModel>" %>
<%@ Import Namespace="Orchard.Security" %>
<%@ Import Namespace="Orchard.Mvc.Html" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Edit User</title>
<% Html.Include("Head"); %>
</head>
<body>
<% Html.Include("Header"); %>
<% Html.Include("Header"); %>
<div class="yui-u">
<h2 class="separator">
Edit User</h2>
@@ -29,6 +21,4 @@
</ol>
<%}/*EndForm*/%>
</div>
<% Html.Include("Footer"); %>
</body>
</html>
<% Html.Include("Footer"); %>