Annotation of kupuMPIWG/apache-lenya/kupu/exit.kupu, revision 1.1.1.1

1.1       dwinter     1: <?xml version="1.0" ?>
                      2: <kupu:feature
                      3:     name="exit"
                      4:     implementation="apache-lenya"
                      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:     >
                      9: 
                     10:   <kupu:part name="buttons">
                     11:     <span class="kupu-tb-buttongroup">
                     12:       <button type="button" class="kupu-exit" 
                     13:         id="kupu-exit-button" title="exit: alt-e" 
                     14:         i18n:attributes="title" accesskey="e"> &#160;</button>
                     15:     </span>
                     16:   </kupu:part>
                     17: 
                     18: </kupu:feature>

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