- An element with the "with-colorset" attribute will now get two classes: The numbered colorset class (colorset-1, colorset-2 etc) *and* a named colorset class (colorset-$name, where $name is the name of currently selected category) - New attribute "with-application-class" which adds the name of current application to the classes of the element. The class has the form "application-$applicationname" where $applicationname is the name of current application as provided in the XML from CCM - New attribute "with-path-classes". If this attribute is set to "yes" a class of the form path-$category-names" is added for each catgory in the path. $category-names is a string concatenated from the names of the categories in the path. git-svn-id: https://svn.libreccm.org/ccm/trunk@4127 8810af33-2d31-482b-a856-94f89814c4df |
||
|---|---|---|
| .. | ||
| foundry | ||
| foundry-base | ||
| heirloom | ||
| README.servlet | ||
| placeholder.info | ||
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.