[ Index ] |
|
Code source de Kupu-1.3.5 |
1 <?xml version="1.0" ?> 2 <kupu:feature 3 name="xmlconfig" 4 implementation="plone" 5 xmlns="http://www.w3.org/1999/xhtml" 6 xmlns:kupu="http://kupu.oscom.org/namespaces/dist" 7 xmlns:tal="http://xml.zope.org/namespaces/tal" 8 xmlns:i18n="http://xml.zope.org/namespaces/i18n" 9 i18n:domain="kupu" 10 > 11 <kupu:id>$Id: xmlconfig.kupu 18097 2005-10-03 09:51:28Z duncan $</kupu:id> 12 13 <!-- Default configuration --> 14 <kupu:part name="defaultconfig"> 15 <dst>fulldoc.html</dst> 16 <use_css>0</use_css> 17 <reload_after_save>0</reload_after_save> 18 <strict_output>1</strict_output> 19 <content_type>application/xhtml+xml</content_type> 20 <compatible_singletons>1</compatible_singletons> 21 <!-- example of how to create a list of classnames for the table tool --> 22 <tal:block define="table_classnames here/get_table_classnames|here/kupu_library_tool/getTableClassnames|nothing"> 23 <table_classes tal:condition="table_classnames"> 24 <tal:loop repeat="klass table_classnames"> 25 <class tal:define="parts python:klass.split('|', 1)*2;" tal:condition="python:parts[0].strip()"> 26 <xcaption i18n:translate="" tal:content="python:parts[1]" /> 27 <classname tal:content="python:parts[0]" /> 28 </class> 29 </tal:loop> 30 </table_classes> 31 </tal:block> 32 33 <tal:block define="excludes here/kupu_library_tool/getHtmlExclusions"> 34 <htmlfilter tal:condition="excludes"> 35 <tal:block repeat="exclude excludes"><tal:block 36 define="tags python:exclude[0]; attributes python:exclude[1];" 37 ><c tal:omit-tag="not:python:tags and attributes" 38 ><a tal:repeat="attr attributes" tal:content="attr"> 39 </a><t tal:repeat="tag tags" tal:content="tag"></t></c 40 ></tal:block></tal:block 41 > 42 <xstyle tal:repeat="st here/kupu_library_tool/getStyleWhitelist" 43 tal:content="st"></xstyle> 44 <class tal:repeat="cl here/kupu_library_tool/getClassBlacklist" 45 tal:content="cl"></class> 46 </htmlfilter> 47 </tal:block> 48 </kupu:part> 49 50 </kupu:feature>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 15:30:41 2007 | par Balluche grâce à PHPXref 0.7 |