+ <#if flash?has_content> + <#if flash?starts_with(i18n().menu_welcomestart) > +
+ +
+ <#else> +
+ +
+ + + + diff --git a/webapp/src/main/webapp/themes/willow/templates/page-home.ftl b/webapp/src/main/webapp/themes/willow/templates/page-home.ftl new file mode 100644 index 0000000000..78ce860db9 --- /dev/null +++ b/webapp/src/main/webapp/themes/willow/templates/page-home.ftl @@ -0,0 +1,114 @@ +<#-- $This file is distributed under the terms of the license in LICENSE$ --> + +<@widget name="login" include="assets" /> + +<#-- + With release 1.6, the home page no longer uses the "browse by" class group/classes display. + If you prefer to use the "browse by" display, replace the import statement below with the + following include statement: + + <#include "browse-classgroups.ftl"> + + Also ensure that the homePage.geoFocusMaps flag in the runtime.properties file is commented + out. +--> +<#import "lib-home-page.ftl" as lh> + + + + + <#include "head.ftl"> + <#if geoFocusMapsEnabled > + <#include "geoFocusMapScripts.ftl"> + + + + + + <#-- supplies the faculty count to the js function that generates a random row number for the search query --> + <@lh.facultyMemberCount vClassGroups! /> + <#include "identity.ftl"> + + <#include "menu.ftl"> + +
+

${i18n().intro_title}

+ +

${i18n().intro_para1}

+

${i18n().intro_para2}

+ +
+

${i18n().intro_searchvivo} filteredSearch

+ +
+ ${i18n().search_form} + +
+
+ +
+ + <@widget name="login" /> + + + <@lh.researchClasses /> + + + <@lh.facultyMbrHtml /> + + + <@lh.academicDeptsHtml /> + + <#if geoFocusMapsEnabled > + + <@lh.geographicFocusHtml /> + + + + <@lh.allClassGroups vClassGroups! /> + + <#include "footer.ftl"> + <#-- builds a json object that is used by js to render the academic departments section --> + <@lh.listAcademicDepartments /> + + + diff --git a/webapp/src/main/webapp/themes/willow/templates/page.ftl b/webapp/src/main/webapp/themes/willow/templates/page.ftl new file mode 100644 index 0000000000..9b4785605f --- /dev/null +++ b/webapp/src/main/webapp/themes/willow/templates/page.ftl @@ -0,0 +1,27 @@ +<#-- $This file is distributed under the terms of the license in LICENSE$ --> + +<#import "lib-list.ftl" as l> + + + + + <#include "head.ftl"> + + + + <#include "identity.ftl"> + <#include "search.ftl"> + <#include "menu.ftl"> + + <#-- VIVO OpenSocial Extension by UCSF --> + <#if openSocial??> + <#if openSocial.visible> +
+ + + + ${body} + + <#include "footer.ftl"> + + diff --git a/webapp/src/main/webapp/themes/willow/templates/search.ftl b/webapp/src/main/webapp/themes/willow/templates/search.ftl new file mode 100644 index 0000000000..1902afe05d --- /dev/null +++ b/webapp/src/main/webapp/themes/willow/templates/search.ftl @@ -0,0 +1,17 @@ +<#-- $This file is distributed under the terms of the license in LICENSE$ --> + +<#--Breaking this out so this can be utilized by other pages such as the jsp advanced tools pages--> + + +