mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-18 17:47:54 +08:00
Some initial work on admin view cleanup (trying to commit a file that couldn't be committed in the previous...commit :| ).
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041369
This commit is contained in:
@@ -1,16 +1,8 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.Users.ViewModels.UsersIndexViewModel>" %>
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.Users.ViewModels.UsersIndexViewModel>" %>
|
||||||
<%@ Import Namespace="Orchard.Models"%>
|
<%@ Import Namespace="Orchard.Models"%>
|
||||||
|
|
||||||
<%@ Import Namespace="Orchard.Security" %>
|
<%@ Import Namespace="Orchard.Security" %>
|
||||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
<%@ 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.Include("Header"); %>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
<head runat="server">
|
|
||||||
<title>Manage Users</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<% Html.BeginForm(); %>
|
<% Html.BeginForm(); %>
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
<h2>
|
<h2>
|
||||||
@@ -52,6 +44,4 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<% Html.EndForm(); %>
|
<% Html.EndForm(); %>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
Reference in New Issue
Block a user