libreccm-legacy/ccm-core/web/themes
jensp 31945a9dab The Foundry tag for FileStorageItem download link now looks for nav:attributes providing the file id etc to allow direct download from the list view of an item. To use this the attributes have been added to the list view XML by lines like the following:
((com.arsdigita.navigation.ui.object.SimpleObjectList) itemList).getRenderer().addAttribute( "file.name");
((com.arsdigita.navigation.ui.object.SimpleObjectList) itemList).getRenderer().addAttribute( "file.id");
((com.arsdigita.navigation.ui.object.SimpleObjectList) itemList).getRenderer().addAttribute( "file.length");

Adjust the name of the object list as needed.



git-svn-id: https://svn.libreccm.org/ccm/trunk@4397 8810af33-2d31-482b-a856-94f89814c4df
2016-10-21 15:49:03 +00:00
..
foundry The Foundry tag for FileStorageItem download link now looks for nav:attributes providing the file id etc to allow direct download from the list view of an item. To use this the attributes have been added to the list view XML by lines like the following: 2016-10-21 15:49:03 +00:00
foundry-base Missing files in the foundry-base theme 2016-02-15 07:59:02 +00:00
heirloom Fixed a wrong part in the heirloom theme 2014-12-23 13:49:38 +00:00
README.servlet content-section jetzt legacy free application, alte public site in content-section Liste ausgeblendet, verschiedene Formatierungen und Doku-Ergänzungen. 2012-02-06 01:32:59 +00:00
placeholder.info Umbenennen von ccm-ldn-theme in ccm-themedirector. 2011-03-27 11:27:05 +00:00

README.servlet

The address
   /themes/servlet/*
is used by some servlets to create a virtual temporary location to pass
in dynamic information for theme files (*.css / *.xsl) which need to be
collected at runtime.

Example:
Servlet portlet-type-xsl used
   /themes/servlet/portlet-type/* 
to pass in at runtime a list of actually installed portlet's default xsl
templates to use as fallback.