diff --git a/ccm-sci-bundle/web/templates/ccm-navigation/navigation/institute-projectlist.jsp b/ccm-sci-bundle/web/templates/ccm-navigation/navigation/institute-projectlist.jsp new file mode 100644 index 000000000..3fc24580a --- /dev/null +++ b/ccm-sci-bundle/web/templates/ccm-navigation/navigation/institute-projectlist.jsp @@ -0,0 +1,44 @@ + + + + + + + long age = Navigation.getConfig().getIndexPageCacheLifetime(); + if (age == 0) { + DispatcherHelper.cacheDisable(response); + } else { + DispatcherHelper.cacheForWorld(response, (int)age); + } + + + + + + + + + + + ((com.arsdigita.bundle.ui.GenericOrgaUnitTabComponent)projectList).setPage(defaultItemPage); + ((com.arsdigita.bundle.ui.GenericOrgaUnitTabComponent)projectList).setOrgaUnit("com.arsdigita.cms.contenttypes.SciInstitute-id-3001"); + ((com.arsdigita.bundle.ui.GenericOrgaUnitTabComponent)projectList).setOrgaUnitTab(new com.arsdigita.cms.contenttypes.ui.SciInstituteProjectsTab()); + + + + + + + + + \ No newline at end of file