- Temporarily deleting Green theme.
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044667
|
Before Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 153 KiB |
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 890 B |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 256 B |
|
Before Width: | Height: | Size: 36 KiB |
@@ -1,6 +0,0 @@
|
||||
name: Super Green
|
||||
author: Jon Wall
|
||||
description: This is the Green theme. It uses the YUI grid system for layout.
|
||||
version: 1.0
|
||||
tags: green, YUI
|
||||
homepage: http://www.orchardproject.net
|
||||
@@ -1,38 +0,0 @@
|
||||
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
|
||||
<%--
|
||||
|
||||
|
||||
|
||||
--%>
|
||||
<div id="ft" role="contentinfo">
|
||||
<div id="innerft" class="yui-g">
|
||||
<div class="yui-u first">
|
||||
<h5>About AdventureWorks</h5>
|
||||
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nec nisi vel eros ornare auctor. Aenean vitae nulla. Sed in velit sit amet metus sollicitudin porttitor. Fusce non tortor. Nunc ornare imperdiet mauris. Nulla facilisi. In hac habitasse platea dictumst. Praesent pellentesque iaculis orci. Ut imperdiet dolor non turpis. In hac habitasse platea dictumst. <a href="#">More...</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="yui-g">
|
||||
<div class="yui-u first">
|
||||
<h5>Need Help?</h5>
|
||||
<ul class="bullet">
|
||||
<li><a href="#">Lorem ipsum</a></li>
|
||||
<li><a href="#">Lorem ipsum</a></li>
|
||||
<li><a href="#">Lorem ipsum</a></li>
|
||||
<li><a href="#">Lorem ipsum</a></li>
|
||||
<li>Lorem ipsum</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="yui-u">
|
||||
<h5>Company Info</h5>
|
||||
<ul class="bullet">
|
||||
<li><a href="#">Lorem ipsum</a></li>
|
||||
<li><a href="#">Lorem ipsum</a></li>
|
||||
<li><a href="#">Lorem ipsum</a></li>
|
||||
<li><a href="#">Lorem ipsum</a></li>
|
||||
<li><a href="#">Lorem ipsum</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,46 +0,0 @@
|
||||
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<BaseViewModel>" %>
|
||||
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
||||
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||||
|
||||
<%Html.RegisterStyle("site.css");%>
|
||||
|
||||
<div id="doc4" class="yui-t6">
|
||||
|
||||
<% Html.Zone("header"); Html.Zone("menu"); %>
|
||||
|
||||
<div id="hd" role="banner">
|
||||
<div class="yui-g" id="branding">
|
||||
<div class="yui-u first">
|
||||
<h1><a href="/" title="Go to Home"><span class="displayText">AdventureWorks</span></a></h1>
|
||||
</div>
|
||||
<div class="yui-u">
|
||||
<div id="logIn">
|
||||
<%-- todo:(nheskew) this will need to all go in the header zone (user widget) --%>
|
||||
<% Html.Include("user"); %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<%--Top Navigation--%>
|
||||
<%-- todo:(nheskew) this will need to be a generated menu --%>
|
||||
<% Html.Include("menu"); %>
|
||||
</div>
|
||||
|
||||
<%-- Begin Page Content --%>
|
||||
<div id="bd" role="main">
|
||||
<div id="yui-main">
|
||||
<div id="mainColumn" class="yui-b">
|
||||
<div class="yui-g coreWidget">
|
||||
<%--Main Content--%>
|
||||
<%Html.ZoneBody("content");%>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="subColumn1" class="yui-b">
|
||||
<%--Start widgets--%>
|
||||
This was our old widget zone
|
||||
</div>
|
||||
</div>
|
||||
<%-- End Content --%>
|
||||
<%Html.Zone("footer");%>
|
||||
<% Html.Include("footer"); %>
|
||||
</div>
|
||||
@@ -1,9 +0,0 @@
|
||||
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
|
||||
<div id="menucontainer" role="navigation" class="yui-g">
|
||||
<ul id="menu">
|
||||
<li><%= Html.ActionLink("Home", "Index", "Home", new {Area = ""}, new {})%></li>
|
||||
<li><%= Html.ActionLink("About", "About", "Home", new {Area = ""}, new {})%></li>
|
||||
<li><%= Html.ActionLink("Blogs", "List", "Blog", new {Area = "Orchard.Blogs"}, new {})%></li>
|
||||
<li><%= Html.ActionLink("Admin", "List", new {Area = "Orchard.Blogs", Controller = "BlogAdmin"})%></li>
|
||||
</ul>
|
||||
</div>
|
||||