16 lines
444 B
Plaintext
16 lines
444 B
Plaintext
|
<?xml version="1.0" ?>
|
||
|
<kupu:feature
|
||
|
name="saveonpart"
|
||
|
implementation="zope2"
|
||
|
xmlns="http://www.w3.org/1999/xhtml"
|
||
|
xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
|
||
|
xmlns:tal="http://xml.zope.org/namespaces/tal"
|
||
|
>
|
||
|
|
||
|
<kupu:part name="jsincludes">
|
||
|
<script type="text/javascript" src="kupusaveonpart.js"
|
||
|
tal:attributes="src string:${kupu_url}/kupusaveonpart.js"> </script>
|
||
|
</kupu:part>
|
||
|
|
||
|
</kupu:feature>
|