- Removing some obsolete themes

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044666
This commit is contained in:
suhacan
2009-12-28 18:32:38 +00:00
parent 27098815f3
commit d07641d337
5 changed files with 0 additions and 32 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

View File

@@ -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

View File

@@ -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

View File

@@ -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