Changeset 1183
- Timestamp:
- 07/28/08 06:59:50
- Files:
-
- qtheme.template/trunk/qthemetemplate/localcommands (added)
- qtheme.template/trunk/qthemetemplate/localcommands/__init__.py (added)
- qtheme.template/trunk/qthemetemplate/localcommands/subtemplates.py (added)
- qtheme.template/trunk/qthemetemplate/localcommands/templates (added)
- qtheme.template/trunk/qthemetemplate/localcommands/templates/skinlayer (added)
- qtheme.template/trunk/qthemetemplate/localcommands/templates/skinlayer/profiles (added)
- qtheme.template/trunk/qthemetemplate/localcommands/templates/skinlayer/profiles/default (added)
- qtheme.template/trunk/qthemetemplate/localcommands/templates/skinlayer/profiles/default/skins.xml_insert (added)
- qtheme.template/trunk/qthemetemplate/localcommands/templates/skinlayer/skins (added)
- qtheme.template/trunk/qthemetemplate/localcommands/templates/skinlayer/skins.zcml_insert (added)
- qtheme.template/trunk/qthemetemplate/localcommands/templates/skinlayer/skins/+layer_name+ (added)
- qtheme.template/trunk/qthemetemplate/localcommands/templates/skinlayer/skins/+layer_name+/CONTENT.txt_tmpl (added)
- qtheme.template/trunk/qthemetemplate/localcommands/templates/skinsublayer (added)
- qtheme.template/trunk/qthemetemplate/localcommands/templates/skinsublayer/profiles (added)
- qtheme.template/trunk/qthemetemplate/localcommands/templates/skinsublayer/profiles/default (added)
- qtheme.template/trunk/qthemetemplate/localcommands/templates/skinsublayer/profiles/default/skins.xml_insert (added)
- qtheme.template/trunk/qthemetemplate/templates/qplone3_theme/+namespace_package+/+namespace_package2+/+package+/profiles/default/skins.xml_tmpl (modified) (2 diffs)
- qtheme.template/trunk/qthemetemplate/templates/qplone3_theme/+namespace_package+/+namespace_package2+/+package+/skins.zcml_tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qtheme.template/trunk/qthemetemplate/templates/qplone3_theme/+namespace_package+/+namespace_package2+/+package+/profiles/default/skins.xml_tmpl
r1176 r1183 31 31 directory="${namespace_package}.${namespace_package2}.${package}:skins/${namespace_package}_${namespace_package2}_${package}_styles"/> 32 32 33 <!-- -*- extra stuff goes here -*- --> 34 33 35 #if str($include_doc) == 'True' 34 36 <!-- A skin-path in this file corresponds to a Skin Selection in the … … 52 54 <layer name="${namespace_package}_${namespace_package2}_${package}_styles" 53 55 insert-after="${namespace_package}_${namespace_package2}_${package}_custom_templates"/> 56 57 <!-- -*- extra sublayer stuff goes here -*- --> 58 54 59 </skin-path> 55 60 qtheme.template/trunk/qthemetemplate/templates/qplone3_theme/+namespace_package+/+namespace_package2+/+package+/skins.zcml_tmpl
r1176 r1183 11 11 <cmf:registerDirectory 12 12 name="${namespace_package}_${namespace_package2}_${package}_styles"/> 13 <!-- -*- extra stuff goes here -*- --> 13 14 14 15 #if str($include_doc) == 'True'
