Annotation of kupu/silva/body.kupu, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>