From 01be04827a4794eee2645b55597ff2085e6f2b46 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Fri, 14 May 2010 20:50:33 +0000 Subject: [PATCH] Breadcrumbs template. Copied some templates into vivo-basic theme. --- themes/vivo-basic/ftl/components/footer.ftl | 28 ++++++++++++++++ themes/vivo-basic/ftl/components/identity.ftl | 32 +++++++++++++++++++ themes/vivo-basic/ftl/components/menu.ftl | 13 ++++++++ themes/vivo-basic/ftl/components/search.ftl | 19 +++++++++++ 4 files changed, 92 insertions(+) create mode 100644 themes/vivo-basic/ftl/components/footer.ftl create mode 100644 themes/vivo-basic/ftl/components/identity.ftl create mode 100644 themes/vivo-basic/ftl/components/menu.ftl create mode 100644 themes/vivo-basic/ftl/components/search.ftl diff --git a/themes/vivo-basic/ftl/components/footer.ftl b/themes/vivo-basic/ftl/components/footer.ftl new file mode 100644 index 00000000..5563060b --- /dev/null +++ b/themes/vivo-basic/ftl/components/footer.ftl @@ -0,0 +1,28 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#import "/macros/list.ftl" as l> + + + +<#-- SCRIPT TAGS SHOULD GO HERE --> \ No newline at end of file diff --git a/themes/vivo-basic/ftl/components/identity.ftl b/themes/vivo-basic/ftl/components/identity.ftl new file mode 100644 index 00000000..dfb8c0a0 --- /dev/null +++ b/themes/vivo-basic/ftl/components/identity.ftl @@ -0,0 +1,32 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#import "/macros/list.ftl" as l> + +
+ +

${siteName}

+ + <#-- RY We will need this in non-NIHVIVO versions + <#if tagline.has_content> + ${tagline} + + --> + + +
\ No newline at end of file diff --git a/themes/vivo-basic/ftl/components/menu.ftl b/themes/vivo-basic/ftl/components/menu.ftl new file mode 100644 index 00000000..42cf0593 --- /dev/null +++ b/themes/vivo-basic/ftl/components/menu.ftl @@ -0,0 +1,13 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +
+ +
\ No newline at end of file diff --git a/themes/vivo-basic/ftl/components/search.ftl b/themes/vivo-basic/ftl/components/search.ftl new file mode 100644 index 00000000..76b204e2 --- /dev/null +++ b/themes/vivo-basic/ftl/components/search.ftl @@ -0,0 +1,19 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +
+
+ + + <#if showFlag1SearchField??> + + <#else> + + + + + +
+
\ No newline at end of file