Annotation of kupu/default/contextmenu.kupu, revision 1.1

1.1     ! dwinter     1: <?xml version="1.0" ?>
        !             2: <kupu:feature
        !             3:     name="contextmenu"
        !             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: contextmenu.kupu 9520 2005-02-26 16:30:23Z duncan $</kupu:id>
        !            11: 
        !            12:   <kupu:part name="jsincludes">
        !            13:     <script type="text/javascript" src="kupucontextmenu.js"> </script>
        !            14:   </kupu:part>
        !            15: 
        !            16: </kupu:feature>

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