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