[ Index ] |
|
Code source de Kupu-1.3.5 |
1 <?xml version="1.0" ?> 2 <kupu:feature 3 name="body" 4 implementation="silva" 5 xmlns="http://www.w3.org/1999/xhtml" 6 xmlns:kupu="http://kupu.oscom.org/namespaces/dist" 7 xmlns:metal="http://xml.zope.org/namespaces/metal" 8 > 9 10 <kupu:part name="body"> 11 <body> 12 <metal:macro define-macro="body"> 13 <kupu:define-slot name="body" /> 14 </metal:macro> 15 </body> 16 </kupu:part> 17 18 <kupu:part name="fulleditor"> 19 <div class="kupu-fulleditor"> 20 <kupu:define-slot name="fulleditor" /> 21 <table width="100%" border="0" cellpadding="0" cellspacing="0"> 22 23 <tr> 24 <td colspan="2"> 25 <kupu:define-slot name="fulleditor-toolbar" /> 26 </td> 27 </tr> 28 29 <tr> 30 <td valign="top"> 31 <kupu:define-slot name="fulleditor-frame" /> 32 </td> 33 34 <td style="width: 23em;" valign="top"> 35 <kupu:define-slot name="fulleditor-toolboxes" /> 36 </td> 37 </tr> 38 39 </table> 40 </div> 41 </kupu:part> 42 43 <kupu:part name="editorframe"> 44 <div class="kupu-editorframe"> 45 <iframe id="kupu-editor" 46 class="kupu-editor-iframe" 47 width="99%" 48 frameborder="0" 49 src="kupu_content" 50 scrolling="auto" 51 charset="UTF-8"> 52 </iframe> 53 </div> 54 <textarea class="kupu-editor-textarea" id="kupu-editor-textarea"> </textarea> 55 </kupu:part> 56 57 </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 |