From 575aeb7b980bfb1e93bce8a2c06534c7840653df Mon Sep 17 00:00:00 2001 From: Sean O'Brien Date: Fri, 24 Feb 2012 17:18:33 -0500 Subject: Added HTML5-Reset code http://html5reset.org Removed robots.txt (we have "noindex,nofollow" in the template meta tags, do we need this?) Added meta noindex,nofollow,noarchive tags for specific robots (googlebot etc.) Removed extraneous meta tags useful only for indexing Removed HTML5-Reset "_" directory. Not sure why it's useful to add an ambiguous folder to the directory tree. Made sure no Google-y code wasn't included (analytics, remote copy of JQuery, etc.) Fixed symbolic link docs/style.css New favicon and iOS "web clip" button --- templates/base.tmpl | 271 +++++++++++++++++++++++++++++++------------------ templates/two_col.tmpl | 2 +- 2 files changed, 172 insertions(+), 101 deletions(-) (limited to 'templates') diff --git a/templates/base.tmpl b/templates/base.tmpl index aac4691..29602fd 100644 --- a/templates/base.tmpl +++ b/templates/base.tmpl @@ -5,108 +5,179 @@ $default #end if #end def - - - - $default($title, "Plinth Front End to the Freedom Box") - - - - - - - $css - - - $js - $main_menu_js - $sub_menu_js - + + + + + + + + + + + + + + + + + $default($title, "Plinth Front End to the Freedom Box") + + + + + + + + + + + + + + + + + + + + + + + + + + $css + + + + + + + + + + + + $js + $main_menu_js + $sub_menu_js + - - -
-
-
-
- -

- #block title_block - $title - #end block title_block -

- #block main_block - $main - #end block main_block - -
-
- - #block nav_block - $nav - #end block nav_block - #block sidebar_left_block - $sidebar_left - #end block sidebar_left_block - -
-
- -
- + +
+ +
+ +
+ +
+
+
+ +
+
+

+ #block title_block + $title + #end block title_block +

+ #block main_block + $main + #end block main_block +
+
+ +
+ #block nav_block + $nav + #end block nav_block + #block sidebar_left_block + $sidebar_left + #end block sidebar_left_block + +
+ +
-
-
-
- + + +
+
+
+ + +
diff --git a/templates/two_col.tmpl b/templates/two_col.tmpl index 3acef69..58b866e 100644 --- a/templates/two_col.tmpl +++ b/templates/two_col.tmpl @@ -1,5 +1,5 @@ #extends templates.base #def css - + #end def -- cgit v1.2.3