Annotation of kupuMPIWG/form/body.kupu, revision 1.1

1.1     ! dwinter     1: <?xml version="1.0" ?>
        !             2: <kupu:feature
        !             3:     name="body"
        !             4:     implementation="form"
        !             5:     xmlns="http://www.w3.org/1999/xhtml"
        !             6:     xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
        !             7:     >
        !             8: 
        !             9:   <kupu:part name="body">
        !            10:     <body onload="kupu = startKupu()">
        !            11:       <h1>Kupu Editor Test Page</h1>
        !            12:       <form action="http://debris.demon.nl/printpost" method="POST">
        !            13:         <kupu:define-slot name="body" />
        !            14:       </form>
        !            15:     </body>
        !            16:   </kupu:part>
        !            17: 
        !            18:   <kupu:part name="editorframe">
        !            19:     <div class="kupu-editorframe">
        !            20:       <iframe id="kupu-editor"
        !            21:               class="kupu-editor-iframe"
        !            22:               frameborder="0"
        !            23:               src="fulldoc.html"
        !            24:               scrolling="auto">
        !            25:       </iframe>
        !            26:       <textarea class="kupu-editor-textarea" id="kupu-editor-textarea"> </textarea>
        !            27:     </div>
        !            28:   </kupu:part>
        !            29: 
        !            30: </kupu:feature>

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