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

1.1     ! dwinter     1: <?xml version="1.0" ?>
        !             2: <kupu:feature
        !             3:     name="save"
        !             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: save.kupu 9520 2005-02-26 16:30:23Z duncan $</kupu:id>
        !            11: 
        !            12:   <kupu:part name="buttons">
        !            13:     <span class="kupu-tb-buttongroup">
        !            14:       <button type="button" class="kupu-save" id="kupu-save-button" 
        !            15:               title="save: alt-s" i18n:attributes="title" accesskey="s">&#160;</button>
        !            16:     </span>
        !            17:   </kupu:part>
        !            18: 
        !            19:   <!-- We will have the button tool configuration here, too, once we
        !            20:        do tool definitions in XML config. -->
        !            21: 
        !            22: </kupu:feature>

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