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

1.1     ! dwinter     1: <?xml version="1.0" ?>
        !             2: <kupu:feature
        !             3:     name="body"
        !             4:     implementation="default"
        !             5:     xmlns="http://www.w3.org/1999/xhtml"
        !             6:     xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
        !             7:     xmlns:i18n="http://xml.zope.org/namespaces/i18n"
        !             8:     i18n:domain="kupu"
        !             9:     >
        !            10:     <kupu:id>$Id: body.kupu 9779 2005-03-15 11:34:47Z duncan $</kupu:id>
        !            11: 
        !            12:   <kupu:part name="body">
        !            13:     <body onload="kupu = startKupu()">
        !            14:       <h1 i18n:translate="">Kupu Editor Test Page</h1>
        !            15:       <kupu:define-slot name="body" />
        !            16:     </body>
        !            17:   </kupu:part>
        !            18: 
        !            19:   <kupu:part name="fulleditor">
        !            20:     <div class="kupu-fulleditor">
        !            21:       <kupu:define-slot name="fulleditor" />
        !            22:     </div>
        !            23:   </kupu:part>
        !            24: 
        !            25:   <kupu:part name="editorframe">
        !            26:     <div class="kupu-editorframe">
        !            27:       <form>
        !            28:         <iframe id="kupu-editor"
        !            29:                 class="kupu-editor-iframe"
        !            30:                 frameborder="0"
        !            31:                 src="fulldoc.html"
        !            32:                 scrolling="auto">
        !            33:         </iframe>
        !            34:         <!-- XXX this should be moved to sourceedit.kupu somehow -->
        !            35:         <textarea class="kupu-editor-textarea" id="kupu-editor-textarea"> </textarea>
        !            36:       </form>
        !            37:     </div>
        !            38:   </kupu:part>
        !            39: 
        !            40: </kupu:feature>

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