17 lines
481 B
XML
17 lines
481 B
XML
<?xml version="1.0" ?>
|
|
<kupu:feature
|
|
name="contextmenu"
|
|
implementation="default"
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
|
|
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
|
|
i18n:domain="kupu"
|
|
>
|
|
<kupu:id>$Id: contextmenu.kupu 9520 2005-02-26 16:30:23Z duncan $</kupu:id>
|
|
|
|
<kupu:part name="jsincludes">
|
|
<script type="text/javascript" src="kupucontextmenu.js"> </script>
|
|
</kupu:part>
|
|
|
|
</kupu:feature>
|