mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 12:03:51 +08:00
Some initial work on admin view cleanup.
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041367
This commit is contained in:
@@ -1,14 +1,6 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.Core.Settings.ViewModels.SettingsIndexViewModel>" %>
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.Core.Settings.ViewModels.SettingsIndexViewModel>" %>
|
||||||
<%@ Import Namespace="Orchard.Mvc.Html"%>
|
<%@ Import Namespace="Orchard.Mvc.Html"%>
|
||||||
|
<% Html.Include("Header"); %>
|
||||||
<!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 id="Head1" runat="server">
|
|
||||||
<title>Edit Site Settings</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<div class="yui-u">
|
<div class="yui-u">
|
||||||
<h2 class="separator">
|
<h2 class="separator">
|
||||||
Edit Settings</h2>
|
Edit Settings</h2>
|
||||||
@@ -29,6 +21,4 @@
|
|||||||
</ol>
|
</ol>
|
||||||
<%}/*EndForm*/%>
|
<%}/*EndForm*/%>
|
||||||
</div>
|
</div>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -155,7 +155,6 @@
|
|||||||
<Content Include="Content\Admin\images\tableHeaderBackground.gif" />
|
<Content Include="Content\Admin\images\tableHeaderBackground.gif" />
|
||||||
<Content Include="Content\Admin\Site.css" />
|
<Content Include="Content\Admin\Site.css" />
|
||||||
<Content Include="Views\Admin\Footer.aspx" />
|
<Content Include="Views\Admin\Footer.aspx" />
|
||||||
<Content Include="Views\Admin\Head.aspx" />
|
|
||||||
<Content Include="Views\Admin\Header.aspx" />
|
<Content Include="Views\Admin\Header.aspx" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -1,17 +1,8 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<AdminViewModel>" %>
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<AdminViewModel>" %>
|
||||||
<%@ Import Namespace="Orchard.Mvc.Html"%>
|
<%@ Import Namespace="Orchard.Mvc.Html"%>
|
||||||
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
||||||
<!DOCTYPE html>
|
<% Html.Include("Header"); %>
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Index2</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
<h2>Blogs Admin</h2>
|
<h2>Blogs Admin</h2>
|
||||||
</div>
|
</div>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -3,15 +3,7 @@
|
|||||||
<%@ Import Namespace="Orchard.Utility"%>
|
<%@ Import Namespace="Orchard.Utility"%>
|
||||||
<%@ Import Namespace="Orchard.CmsPages.Services.Templates"%>
|
<%@ Import Namespace="Orchard.CmsPages.Services.Templates"%>
|
||||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||||
|
<% Html.Include("Header"); %>
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head id="Head1" runat="server">
|
|
||||||
<title>Index2</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<div class="yui-u">
|
<div class="yui-u">
|
||||||
<h2 class="separator">Delete pages</h2>
|
<h2 class="separator">Delete pages</h2>
|
||||||
<p class="bottomSpacer">
|
<p class="bottomSpacer">
|
||||||
@@ -42,6 +34,4 @@
|
|||||||
}%>
|
}%>
|
||||||
<%}/*EndForm*/%>
|
<%}/*EndForm*/%>
|
||||||
</div>
|
</div>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -3,15 +3,7 @@
|
|||||||
<%@ Import Namespace="Orchard.Utility"%>
|
<%@ Import Namespace="Orchard.Utility"%>
|
||||||
<%@ Import Namespace="Orchard.CmsPages.Services.Templates"%>
|
<%@ Import Namespace="Orchard.CmsPages.Services.Templates"%>
|
||||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||||
|
<% Html.Include("Header"); %>
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head id="Head1" runat="server">
|
|
||||||
<title>Index2</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<%using (Html.BeginForm()) { %>
|
<%using (Html.BeginForm()) { %>
|
||||||
<div class="yui-u">
|
<div class="yui-u">
|
||||||
<h2 class="separator">Publish later</h2>
|
<h2 class="separator">Publish later</h2>
|
||||||
@@ -41,6 +33,4 @@
|
|||||||
}%>
|
}%>
|
||||||
</div>
|
</div>
|
||||||
<%}/*EndForm*/%>
|
<%}/*EndForm*/%>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,15 +1,7 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.CmsPages.ViewModels.ChooseTemplateViewModel>" %>
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.CmsPages.ViewModels.ChooseTemplateViewModel>" %>
|
||||||
<%@ Import Namespace="Orchard.CmsPages.Services.Templates"%>
|
<%@ Import Namespace="Orchard.CmsPages.Services.Templates"%>
|
||||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||||
|
<% Html.Include("Header"); %>
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head id="Head1" runat="server">
|
|
||||||
<title>Index2</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<div class="yui-u">
|
<div class="yui-u">
|
||||||
<h2 class="separator">Change Template</h2>
|
<h2 class="separator">Change Template</h2>
|
||||||
<p class="bottomSpacer">
|
<p class="bottomSpacer">
|
||||||
@@ -46,6 +38,4 @@
|
|||||||
|
|
||||||
<%}/*EndForm*/%>
|
<%}/*EndForm*/%>
|
||||||
</div>
|
</div>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,14 +1,6 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.CmsPages.ViewModels.PageCreateViewModel>" %>
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.CmsPages.ViewModels.PageCreateViewModel>" %>
|
||||||
|
|
||||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||||
<!DOCTYPE html>
|
<% Html.Include("Header"); %>
|
||||||
<html>
|
|
||||||
<head id="Head1" runat="server">
|
|
||||||
<title>Index2</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<div class="yui-u">
|
<div class="yui-u">
|
||||||
<h2 class="separator">Add a Page</h2>
|
<h2 class="separator">Add a Page</h2>
|
||||||
<p class="bottomSpacer">
|
<p class="bottomSpacer">
|
||||||
@@ -20,6 +12,4 @@
|
|||||||
<%= Html.EditorForModel() %>
|
<%= Html.EditorForModel() %>
|
||||||
<%}/*EndForm*/%>
|
<%}/*EndForm*/%>
|
||||||
</div>
|
</div>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,25 +1,7 @@
|
|||||||
<%@ Page Language="C#" Inherits="Orchard.Mvc.ViewPage<Orchard.CmsPages.ViewModels.PageEditViewModel>" %>
|
<%@ Page Language="C#" Inherits="Orchard.Mvc.ViewPage<Orchard.CmsPages.ViewModels.PageEditViewModel>" %>
|
||||||
<%@ Import Namespace="Orchard.CmsPages.Models"%>
|
<%@ Import Namespace="Orchard.CmsPages.Models"%>
|
||||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||||
|
<% Html.Include("Header"); %>
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head id="Head1" runat="server">
|
|
||||||
<title>Index2</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
<script type="text/javascript" src="<%=ResolveUrl("~/Packages/TinyMce/Scripts/tiny_mce.js") %>"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
tinyMCE.init({
|
|
||||||
theme: "advanced",
|
|
||||||
mode: "textareas",
|
|
||||||
plugins: "fullscreen,autoresize",
|
|
||||||
theme_advanced_toolbar_location: "top",
|
|
||||||
theme_advanced_toolbar_align : "left",
|
|
||||||
theme_advanced_buttons3_add : "fullscreen"
|
|
||||||
});</script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
<h2><%=T("Edit Page")%></h2>
|
<h2><%=T("Edit Page")%></h2>
|
||||||
<p class="bottomSpacer"><%=T("about setting up a page")%></p>
|
<p class="bottomSpacer"><%=T("about setting up a page")%></p>
|
||||||
@@ -72,7 +54,4 @@
|
|||||||
</div>
|
</div>
|
||||||
<%}/*EndForm*/%>
|
<%}/*EndForm*/%>
|
||||||
</div>
|
</div>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
||||||
@@ -1,14 +1,6 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<System.Collections.Generic.IEnumerable<Orchard.CmsPages.Models.Page>>" %>
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<System.Collections.Generic.IEnumerable<Orchard.CmsPages.Models.Page>>" %>
|
||||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||||
|
<% Html.Include("Header"); %>
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head id="Head1" runat="server">
|
|
||||||
<title>Index2</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
<h2>
|
<h2>
|
||||||
Export</h2>
|
Export</h2>
|
||||||
@@ -25,6 +17,4 @@
|
|||||||
<%} %></ol>
|
<%} %></ol>
|
||||||
</li><%} %></ol>
|
</li><%} %></ol>
|
||||||
</div>
|
</div>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
<%@ Import Namespace="Orchard.Utility"%>
|
<%@ Import Namespace="Orchard.Utility"%>
|
||||||
<%@ Import Namespace="Orchard.CmsPages.ViewModels"%>
|
<%@ Import Namespace="Orchard.CmsPages.ViewModels"%>
|
||||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||||
|
<%-- todo: (nheskew) not this --%>
|
||||||
<script runat="server">
|
<script runat="server">
|
||||||
public string DefaultText(string valueText, string defaultText)
|
public string DefaultText(string valueText, string defaultText)
|
||||||
{
|
{
|
||||||
@@ -16,15 +16,7 @@ string SplitDateTime(DateTime dt)
|
|||||||
string.Format("{0:t}", dt);
|
string.Format("{0:t}", dt);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<% Html.Include("Header"); %>
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head id="Head1" runat="server">
|
|
||||||
<title>Index2</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<% Html.BeginForm(); %>
|
<% Html.BeginForm(); %>
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
<h2>
|
<h2>
|
||||||
@@ -132,6 +124,4 @@ string SplitDateTime(DateTime dt)
|
|||||||
<%=Html.ActionLink("Add a page", "Create", new {}, new {@class="floatRight bottomSpacer"}) %>
|
<%=Html.ActionLink("Add a page", "Create", new {}, new {@class="floatRight bottomSpacer"}) %>
|
||||||
</div>
|
</div>
|
||||||
<% Html.EndForm(); %>
|
<% Html.EndForm(); %>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -2,16 +2,8 @@
|
|||||||
<%@ Import Namespace="Orchard.Media.Helpers"%>
|
<%@ Import Namespace="Orchard.Media.Helpers"%>
|
||||||
<%@ Import Namespace="Orchard.Media.Models"%>
|
<%@ Import Namespace="Orchard.Media.Models"%>
|
||||||
<%@ Import Namespace="Orchard.Media.ViewModels"%>
|
<%@ Import Namespace="Orchard.Media.ViewModels"%>
|
||||||
|
|
||||||
<%@ 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 id="Head1" runat="server">
|
|
||||||
<title>Add Media</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
<h2 class="separator">Add Media </h2>
|
<h2 class="separator">Add Media </h2>
|
||||||
<p class="bottomSpacer">
|
<p class="bottomSpacer">
|
||||||
@@ -38,6 +30,4 @@
|
|||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -2,16 +2,8 @@
|
|||||||
<%@ Import Namespace="Orchard.Media.Models"%>
|
<%@ Import Namespace="Orchard.Media.Models"%>
|
||||||
<%@ Import Namespace="Orchard.Media.Helpers"%>
|
<%@ Import Namespace="Orchard.Media.Helpers"%>
|
||||||
<%@ Import Namespace="Orchard.Media.ViewModels"%>
|
<%@ Import Namespace="Orchard.Media.ViewModels"%>
|
||||||
|
|
||||||
<%@ 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 id="Head1" runat="server">
|
|
||||||
<title>Create Media Folder</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
<h2 class="separator">Add a New Folder</h2>
|
<h2 class="separator">Add a New Folder</h2>
|
||||||
<p class="bottomSpacer">
|
<p class="bottomSpacer">
|
||||||
@@ -35,6 +27,4 @@
|
|||||||
</ol>
|
</ol>
|
||||||
<%}%>
|
<%}%>
|
||||||
</div>
|
</div>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -3,15 +3,7 @@
|
|||||||
<%@ Import Namespace="Orchard.Media.Helpers"%>
|
<%@ Import Namespace="Orchard.Media.Helpers"%>
|
||||||
<%@ Import Namespace="Orchard.Media.ViewModels"%>
|
<%@ Import Namespace="Orchard.Media.ViewModels"%>
|
||||||
<%@ Import Namespace="Orchard.Mvc.Html"%>
|
<%@ Import Namespace="Orchard.Mvc.Html"%>
|
||||||
|
<% Html.Include("Header"); %>
|
||||||
<!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 id="Head1" runat="server">
|
|
||||||
<title>Manage Media Folder</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<% Html.BeginForm(); %>
|
<% Html.BeginForm(); %>
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
<h2 class="separator">Manage Folder</h2>
|
<h2 class="separator">Manage Folder</h2>
|
||||||
@@ -100,6 +92,4 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<% Html.EndForm(); %>
|
<% Html.EndForm(); %>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -2,16 +2,8 @@
|
|||||||
<%@ Import Namespace="Orchard.Media.Models"%>
|
<%@ Import Namespace="Orchard.Media.Models"%>
|
||||||
<%@ Import Namespace="Orchard.Media.Helpers"%>
|
<%@ Import Namespace="Orchard.Media.Helpers"%>
|
||||||
<%@ Import Namespace="Orchard.Media.ViewModels"%>
|
<%@ Import Namespace="Orchard.Media.ViewModels"%>
|
||||||
|
|
||||||
<%@ 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 id="Head1" runat="server">
|
|
||||||
<title>Edit Media File</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
<h2 class="separator">Edit Media - <%= Model.Name %></h2>
|
<h2 class="separator">Edit Media - <%= Model.Name %></h2>
|
||||||
<p class="bottomSpacer">
|
<p class="bottomSpacer">
|
||||||
@@ -82,6 +74,4 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -2,16 +2,8 @@
|
|||||||
<%@ Import Namespace="Orchard.Media.Models"%>
|
<%@ Import Namespace="Orchard.Media.Models"%>
|
||||||
<%@ Import Namespace="Orchard.Media.Helpers"%>
|
<%@ Import Namespace="Orchard.Media.Helpers"%>
|
||||||
<%@ Import Namespace="Orchard.Media.ViewModels"%>
|
<%@ Import Namespace="Orchard.Media.ViewModels"%>
|
||||||
|
|
||||||
<%@ 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 id="Head1" runat="server">
|
|
||||||
<title>Media Folder Properties</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
<h2 class="separator">Folder Properties</h2>
|
<h2 class="separator">Folder Properties</h2>
|
||||||
<p class="bottomSpacer">
|
<p class="bottomSpacer">
|
||||||
@@ -37,6 +29,4 @@
|
|||||||
</ol>
|
</ol>
|
||||||
<%}%>
|
<%}%>
|
||||||
</div>
|
</div>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,15 +1,7 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<MediaFolderIndexViewModel>" %>
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<MediaFolderIndexViewModel>" %>
|
||||||
<%@ Import Namespace="Orchard.Media.ViewModels"%>
|
<%@ Import Namespace="Orchard.Media.ViewModels"%>
|
||||||
<%@ Import Namespace="Orchard.Mvc.Html"%>
|
<%@ Import Namespace="Orchard.Mvc.Html"%>
|
||||||
|
<% Html.Include("Header"); %>
|
||||||
<!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 id="Head1" runat="server">
|
|
||||||
<title>Media Folders</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<% Html.BeginForm(); %>
|
<% Html.BeginForm(); %>
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
<h2 class="separator">Manage Media Folders</h2>
|
<h2 class="separator">Manage Media Folders</h2>
|
||||||
@@ -63,6 +55,4 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<% Html.EndForm(); %>
|
<% Html.EndForm(); %>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,15 +1,7 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<RoleCreateViewModel>" %>
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<RoleCreateViewModel>" %>
|
||||||
<%@ Import Namespace="Orchard.Roles.ViewModels"%>
|
<%@ Import Namespace="Orchard.Roles.ViewModels"%>
|
||||||
|
|
||||||
<%@ 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 id="Head1" runat="server">
|
|
||||||
<title>Add a Role</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<% Html.BeginForm(); %>
|
<% Html.BeginForm(); %>
|
||||||
<%= Html.ValidationSummary() %>
|
<%= Html.ValidationSummary() %>
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
@@ -45,6 +37,4 @@
|
|||||||
<input type="submit" class="button" value="Save" />
|
<input type="submit" class="button" value="Save" />
|
||||||
</div>
|
</div>
|
||||||
<% Html.EndForm(); %>
|
<% Html.EndForm(); %>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,15 +1,7 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<RoleEditViewModel>" %>
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<RoleEditViewModel>" %>
|
||||||
<%@ Import Namespace="Orchard.Roles.ViewModels"%>
|
<%@ Import Namespace="Orchard.Roles.ViewModels"%>
|
||||||
|
|
||||||
<%@ 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 id="Head1" runat="server">
|
|
||||||
<title>Edit a Role</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<% Html.BeginForm(); %>
|
<% Html.BeginForm(); %>
|
||||||
<%= Html.ValidationSummary() %>
|
<%= Html.ValidationSummary() %>
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
@@ -51,6 +43,4 @@
|
|||||||
<input type="submit" class="button" name="submit.Delete" value="Delete" />
|
<input type="submit" class="button" name="submit.Delete" value="Delete" />
|
||||||
</div>
|
</div>
|
||||||
<% Html.EndForm(); %>
|
<% Html.EndForm(); %>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,14 +1,6 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.Roles.ViewModels.RolesIndexViewModel>" %>
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.Roles.ViewModels.RolesIndexViewModel>" %>
|
||||||
|
|
||||||
<%@ 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 id="Head1" runat="server">
|
|
||||||
<title>Manage Roles</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<% Html.BeginForm(); %>
|
<% Html.BeginForm(); %>
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
<h2 class="separator">Manage Roles</h2>
|
<h2 class="separator">Manage Roles</h2>
|
||||||
@@ -47,6 +39,4 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<% Html.EndForm(); %>
|
<% Html.EndForm(); %>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,15 +1,7 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.Users.ViewModels.UserCreateViewModel>" %>
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.Users.ViewModels.UserCreateViewModel>" %>
|
||||||
|
|
||||||
<%@ 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>Add a new User</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<div class="yui-u">
|
<div class="yui-u">
|
||||||
<h2 class="separator">
|
<h2 class="separator">
|
||||||
Add a new User</h2>
|
Add a new User</h2>
|
||||||
@@ -26,6 +18,4 @@
|
|||||||
</ol>
|
</ol>
|
||||||
<%}/*EndForm*/%>
|
<%}/*EndForm*/%>
|
||||||
</div>
|
</div>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,15 +1,7 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.Users.ViewModels.UserEditViewModel>" %>
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.Users.ViewModels.UserEditViewModel>" %>
|
||||||
|
|
||||||
<%@ 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>Edit User</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<div class="yui-u">
|
<div class="yui-u">
|
||||||
<h2 class="separator">
|
<h2 class="separator">
|
||||||
Edit User</h2>
|
Edit User</h2>
|
||||||
@@ -29,6 +21,4 @@
|
|||||||
</ol>
|
</ol>
|
||||||
<%}/*EndForm*/%>
|
<%}/*EndForm*/%>
|
||||||
</div>
|
</div>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,22 +1,11 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<AdminViewModel>" %>
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<AdminViewModel>" %>
|
||||||
<%@ Import Namespace="Orchard.Mvc.Html"%>
|
<%@ Import Namespace="Orchard.Mvc.Html"%>
|
||||||
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
||||||
|
<% Html.Include("Header"); %>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head id="Head1" runat="server">
|
|
||||||
<title>Index2</title>
|
|
||||||
<% Html.Include("Head"); %>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<% Html.Include("Header"); %>
|
|
||||||
<% Html.BeginForm(); %>
|
<% Html.BeginForm(); %>
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
<h2>Wiki Admin</h2>
|
<h2>Wiki Admin</h2>
|
||||||
<p><%=Html.ActionLink("Create", "Create") %></p>
|
<p><%=Html.ActionLink("Create", "Create") %></p>
|
||||||
</div>
|
</div>
|
||||||
<% Html.EndForm(); %>
|
<% Html.EndForm(); %>
|
||||||
<% Html.Include("Footer"); %>
|
<% Html.Include("Footer"); %>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,27 +1,24 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<AdminViewModel>" %>
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<AdminViewModel>" %>
|
||||||
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
||||||
|
</div><%-- yui-b --%>
|
||||||
|
</div><%-- yui-main --%>
|
||||||
</div><%-- yui-b --%>
|
<%-- Navigation --%>
|
||||||
</div><%-- yui-main --%>
|
<div class="yui-b">
|
||||||
<%-- Navigation --%>
|
<div class="leftNavMod">
|
||||||
<div class="yui-b">
|
<h4>Dashboard</h4>
|
||||||
<div class="leftNavMod">
|
</div>
|
||||||
<h4>
|
<%if (Model.AdminMenu != null) {
|
||||||
Dashboard</h4>
|
foreach (var menuSection in Model.AdminMenu) {%>
|
||||||
|
<div class="leftNavMod"><h4><%=Html.Encode(menuSection.Text)%></h4><ul><%foreach (var menuItem in menuSection.Items) { %>
|
||||||
|
<li><%=Html.ActionLink(menuItem.Text, (string)menuItem.RouteValues["action"], menuItem.RouteValues)%></li>
|
||||||
|
<%} %></ul></div>
|
||||||
|
<%
|
||||||
|
}
|
||||||
|
}%>
|
||||||
</div>
|
</div>
|
||||||
|
</div><%-- bd --%>
|
||||||
<%if (Model.AdminMenu != null) {
|
<div id="ft" role="contentinfo">
|
||||||
foreach (var menuSection in Model.AdminMenu) {%>
|
|
||||||
<div class="leftNavMod"><h4><%=Html.Encode(menuSection.Text)%></h4><ul><%foreach (var menuItem in menuSection.Items) { %>
|
|
||||||
<li><%=Html.ActionLink(menuItem.Text, (string)menuItem.RouteValues["action"], menuItem.RouteValues)%></li>
|
|
||||||
<%} %></ul></div>
|
|
||||||
<%
|
|
||||||
}
|
|
||||||
}%>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div><%-- bd --%>
|
</div><%-- yui-t2 --%>
|
||||||
<div id="ft" role="contentinfo">
|
</body>
|
||||||
</div>
|
</html>
|
||||||
</div><%-- yui-t2 --%>
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" %>
|
|
||||||
|
|
||||||
<link href="http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css" rel="stylesheet" type="text/css" />
|
|
||||||
<link href="<%=Page.ResolveClientUrl("~/Content/Admin/css/Site.css") %>" rel="stylesheet" type="text/css" />
|
|
||||||
<script src="<%=Page.ResolveClientUrl("~/Scripts/jquery-1.2.6.js") %>" type="text/javascript"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
//$(document).ready(function(){
|
|
||||||
//$(".leftNavMod h4").click(function(){
|
|
||||||
//$(this).next().slideToggle('fast');
|
|
||||||
//return false;
|
|
||||||
// });
|
|
||||||
//});
|
|
||||||
|
|
||||||
|
|
||||||
//$(function(){
|
|
||||||
//$("#ShowAll").click(function(){
|
|
||||||
//$('[class^=leftNavMod] > ul').show('fast');
|
|
||||||
//return false;
|
|
||||||
// });
|
|
||||||
//});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
@@ -1,6 +1,23 @@
|
|||||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<AdminViewModel>" %>
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<AdminViewModel>" %>
|
||||||
|
<%@ Import Namespace="Orchard.Mvc.ViewModels"
|
||||||
<%@ Import Namespace="Orchard.Mvc.ViewModels" %>
|
%><!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Admin :: Orchard</title>
|
||||||
|
<link href="http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="<%=Page.ResolveClientUrl("~/Content/Admin/css/Site.css") %>" rel="stylesheet" type="text/css" />
|
||||||
|
<script src="<%=Page.ResolveClientUrl("~/Scripts/jquery-1.2.6.js") %>" type="text/javascript"></script></head>
|
||||||
|
<script type="text/javascript" src="<%=ResolveUrl("~/Packages/TinyMce/Scripts/tiny_mce.js") %>"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
tinyMCE.init({
|
||||||
|
theme: "advanced",
|
||||||
|
mode: "textareas",
|
||||||
|
plugins: "fullscreen,autoresize",
|
||||||
|
theme_advanced_toolbar_location: "top",
|
||||||
|
theme_advanced_toolbar_align: "left",
|
||||||
|
theme_advanced_buttons3_add: "fullscreen"
|
||||||
|
});</script>
|
||||||
|
<body>
|
||||||
<div id="doc3" class="yui-t2">
|
<div id="doc3" class="yui-t2">
|
||||||
<div id="hd" role="banner">
|
<div id="hd" role="banner">
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
@@ -23,4 +40,4 @@
|
|||||||
<div id="bd" role="main">
|
<div id="bd" role="main">
|
||||||
<div id="yui-main">
|
<div id="yui-main">
|
||||||
<div class="yui-b">
|
<div class="yui-b">
|
||||||
<% Html.RenderPartial("Messages", Model.Messages); %>
|
<% Html.RenderPartial("Messages", Model.Messages); %>
|
||||||
Reference in New Issue
Block a user