From 0876f2c28a47777f792ccfa0dae2ce9cbdaca4c3 Mon Sep 17 00:00:00 2001 From: mb863 Date: Wed, 3 Nov 2010 19:15:51 +0000 Subject: [PATCH] NIHVIVO-556: Changed H2 containing VIVO logo and tagline for H1.Added proper indentation. --- themes/wilma/css/wilma.css | 4 +- themes/wilma/templates/footer.ftl | 44 ++++--- themes/wilma/templates/googleAnalytics.ftl | 26 ++-- themes/wilma/templates/menu.ftl | 106 +++++++++-------- themes/wilma/templates/page-home.ftl | 2 +- themes/wilma/templates/page.ftl | 132 +++++++++++---------- 6 files changed, 167 insertions(+), 147 deletions(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index b5083c35..aee14a15 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -37,7 +37,7 @@ body{ margin: 0 auto; } /* BRANDING ------> */ -h2.vivo-logo { +h1.vivo-logo { position: absolute; width: 386px; height: 59px; @@ -45,7 +45,7 @@ h2.vivo-logo { left: 0; background: url(../images/VIVO-logo.png) 0 0 no-repeat; } -h2.vivo-logo a { +h1.vivo-logo a { display: block; width: 386px; height: 59px; diff --git a/themes/wilma/templates/footer.ftl b/themes/wilma/templates/footer.ftl index 67c2db2b..7c53b40e 100644 --- a/themes/wilma/templates/footer.ftl +++ b/themes/wilma/templates/footer.ftl @@ -1,29 +1,27 @@ <#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- This is a temporary file and will be removed once we have completed the transition to freemarker --> - - - + ${scripts.add("/js/jquery.js")} ${scripts.tags} diff --git a/themes/wilma/templates/googleAnalytics.ftl b/themes/wilma/templates/googleAnalytics.ftl index ea2ff85d..6b0b4675 100644 --- a/themes/wilma/templates/googleAnalytics.ftl +++ b/themes/wilma/templates/googleAnalytics.ftl @@ -4,19 +4,23 @@ Please see documentation at https://confluence.cornell.edu/display/ennsrd/Google+Analytics+for+UI. --> <#-- - + + --> \ No newline at end of file diff --git a/themes/wilma/templates/menu.ftl b/themes/wilma/templates/menu.ftl index 90306297..f086c18d 100644 --- a/themes/wilma/templates/menu.ftl +++ b/themes/wilma/templates/menu.ftl @@ -2,58 +2,66 @@ <#-- This is a temporary file and will be removed once we have completed the transition to freemarker -->
- - -<#import "lib-list.ftl" as l> -
- \ No newline at end of file + + + \ No newline at end of file diff --git a/themes/wilma/templates/page-home.ftl b/themes/wilma/templates/page-home.ftl index 270c7760..03ce8613 100644 --- a/themes/wilma/templates/page-home.ftl +++ b/themes/wilma/templates/page-home.ftl @@ -33,7 +33,7 @@
- +

${siteName}

${headScripts.tags} + - -
- - - <#import "lib-list.ftl" as l> -
+ + + +
+ ${body} +
+ +
+
  • Support
  • + + + ${scripts.add("/js/jquery.js")} ${scripts.tags} <#include "googleAnalytics.ftl"> - + \ No newline at end of file