From 2bba682c2a897f35aff4372f2f92b3a28798f893 Mon Sep 17 00:00:00 2001 From: jensp Date: Mon, 21 Nov 2011 21:03:25 +0000 Subject: [PATCH] Fehlende Datei git-svn-id: https://svn.libreccm.org/ccm/trunk@1290 8810af33-2d31-482b-a856-94f89814c4df --- .../navigation/institute-projectlist.jsp | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 ccm-sci-bundle/web/templates/ccm-navigation/navigation/institute-projectlist.jsp 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