Annotation of kupu/zope2/contextmenu.kupu, revision 1.1.1.1

1.1       dwinter     1: <?xml version="1.0" ?>
                      2: <kupu:feature
                      3:     name="contextmenu"
                      4:     implementation="zope2"
                      5:     xmlns="http://www.w3.org/1999/xhtml"
                      6:     xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
                      7:     xmlns:tal="http://xml.zope.org/namespaces/tal"
                      8:     >
                      9: 
                     10:   <kupu:part name="jsincludes">
                     11:     <script type="text/javascript" src="kupucontextmenu.js"
                     12:             tal:attributes="src string:${kupu_url}/kupucontextmenu.js"> </script>
                     13:   </kupu:part>
                     14: 
                     15: </kupu:feature>

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