Annotation of kupu/zope2/body.kupu, revision 1.1

1.1     ! dwinter     1: <?xml version="1.0" ?>
        !             2: <kupu:feature
        !             3:     name="body"
        !             4:     implementation="zope2"
        !             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:metal="http://xml.zope.org/namespaces/metal"
        !             9:     metal:define-macro="dummy"
        !            10:     >
        !            11: 
        !            12:   <kupu:part name="editorframe">
        !            13:     <div class="kupu-editorframe">
        !            14:       <form>
        !            15:         <!-- XXX: fulldoc.html gets the .html stripped by FSS -->
        !            16:         <iframe metal:define-slot="editorframe"
        !            17:                 class="kupu-editor-iframe"
        !            18:                 id="kupu-editor"
        !            19:                 frameborder="0"
        !            20:                 scrolling="auto"
        !            21:                 src="fulldoc"
        !            22:                 tal:attributes="src document_url">
        !            23:         </iframe>
        !            24:         <textarea class="kupu-editor-textarea" id="kupu-editor-textarea"> </textarea>
        !            25:       </form>
        !            26:     </div>
        !            27:   </kupu:part>
        !            28: 
        !            29: </kupu:feature>

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