source: products/quintagroup.themetemplate/trunk/quintagroup/themetemplate/templates/qplone3_theme/+namespace_package+/+namespace_package2+/+package+/profiles/default/skins.xml_tmpl @ 1005

Last change on this file since 1005 was 1005, checked in by mylan, 15 years ago

Import package: Copied http://svn.quintagroup.com/products/qtheme.template/trunk@2041 + modifications concerning changed package name, namespace

File size: 2.1 KB
Line 
1<?xml version="1.0"?>
2#if str($include_doc) == 'True'
3<!-- This file holds the setup configuration for the portal_skins tool -->
4
5<!-- Change the value of these parameters to modify portal_skins behavior:
6     - allow_any: change it to True if you want users to be able to select the
7       skin to use from their personal preferences management page. In the
8       ZMI, this value is known as 'Skin flexibility'.
9     - cookie_persistence: change it to True if you want to make the skin cookie
10       persist indefinitely. In the ZMI, this value is known as 'Skin Cookie
11       persistence'.
12       -->
13#end if
14<object name="portal_skins" allow_any="False" cookie_persistence="False"
15   default_skin="$skinname">
16
17#if str($include_doc) == 'True'
18 <!-- This list registers the folders that are stored in the skins directory
19      of your product (on the filesystem) as Filesystem Directory Views within
20      the portal_skins tool, so that they become usable as skin layers.
21 <object name="${namespace_package}_${namespace_package2}_${package}_custom_images"
22    meta_type="Filesystem Directory View"
23    directory="${namespace_package}.${namespace_package2}.${package}:skins/${namespace_package}_${namespace_package2}_${package}_custom_images"/>
24      -->
25#end if
26
27   <!-- -*- extra stuff goes here -*- -->
28
29#if str($include_doc) == 'True'
30 <!-- A skin-path in this file corresponds to a Skin Selection in the
31     'Properties' tab of the portal_skins tool, in the ZMI.
32     You can define for each new skin path the layers that it holds. A new
33     skin can be based on another existing one by using the 'based-on'
34     attribute.
35     The definition of a layer accepts these parameters:
36       - name: quite self explanatory, the name of the layer.
37       - insert-before: name of the layer before which it must be added.
38       - insert-after: name of the layer after which it must be added.
39       Note: insert-before (and -after) accepts the value "*" which means
40       "all".
41       -->
42#end if
43 <skin-path name="$skinname" based-on="$skinbase">
44  <!-- -*- extra layer stuff goes here -*- -->
45
46 </skin-path>
47
48</object>
Note: See TracBrowser for help on using the repository browser.