mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
- Removing some obsolete themes
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044666
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 39 KiB |
@@ -1,6 +0,0 @@
|
||||
name: Blue Sky
|
||||
author: Jon Wall
|
||||
description: This theme uses the best of colors Blue.
|
||||
version: 1.0
|
||||
tags: blue
|
||||
homepage: http://www.orchardproject.net
|
@@ -1,20 +0,0 @@
|
||||
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<BaseViewModel>" %>
|
||||
<%@ Import Namespace="Orchard.Mvc.ViewModels" %>
|
||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||
<% Html.RegisterStyle(ResolveUrl("~/Themes/BlueSky/Styles/site.css")); %>
|
||||
<div class="page">
|
||||
<div id="header">
|
||||
<div id="title">
|
||||
<h1>
|
||||
My MVC Application</h1>
|
||||
</div>
|
||||
<%Html.Zone("header"); Html.Zone("menu"); %>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="messages">
|
||||
<%Html.RenderPartial("messages", Model.Messages); %></div>
|
||||
<%Html.Zone("content", () => Html.RenderBody());%>
|
||||
<div id="footer">
|
||||
<%Html.Zone("footer");%></div>
|
||||
</div>
|
||||
</div>
|
Binary file not shown.
Before Width: | Height: | Size: 33 KiB |
@@ -1,6 +0,0 @@
|
||||
name: Pretty in Pink
|
||||
author: Bertrand Le Roy
|
||||
description: This theme is full of butterflies, hearts and unicorns.
|
||||
version: 1.0
|
||||
tags: pink,butterfly,heart,unicorn
|
||||
homepage: http://weblogs.asp.net/bleroy
|
Reference in New Issue
Block a user