Annotation of kupuMPIWG/zope2/drawers.kupu, revision 1.1.1.1

1.1       dwinter     1: <?xml version="1.0" ?>
                      2: <kupu:feature
                      3:     name="drawers"
                      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="styles">
                     11:     <link rel="stylesheet" type="text/css" href="kupudrawerstyles.css"
                     12:           tal:attributes="href string:${kupu_url}/kupudrawerstyles.css" />
                     13:   </kupu:part>
                     14: 
                     15:   <kupu:part name="jsincludes">
                     16:     <script type="text/javascript" src="kupudrawers.js"
                     17:           tal:attributes="src string:${kupu_url}/kupudrawers.js"> </script>
                     18:   </kupu:part>
                     19: 
                     20: </kupu:feature>

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