File:  [Repository] / kupu / dist-multi.kupu
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Sep 15 13:06:00 2005 UTC (18 years, 9 months ago) by dwinter
Branches: first, MAIN
CVS tags: dwinter, HEAD
modifizierter kupu fuer webpages des instituts

    1: <?xml version="1.0" ?>
    2: <kupu:dist
    3:   xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
    4:   xmlns:xi="http://www.w3.org/2001/XInclude"
    5:   >
    6: 
    7:   <!-- Include implementations -->
    8:   <xi:include href="include.kupu" />
    9: 
   10:   <!-- Define the default slot to start with -->
   11:   <kupu:expand>
   12:     <kupu:define-slot name="start" />
   13:   </kupu:expand>
   14: 
   15:   <!-- Define an implementation order -->
   16:   <kupu:implementation-order>
   17:     <kupu:implementation name="multi" />
   18:     <kupu:implementation name="form" />
   19:     <kupu:implementation name="default" />
   20:   </kupu:implementation-order>
   21: 
   22:   <!-- Save on part makes little sense in a form context -->
   23:   <kupu:disable-feature name="saveonpart" />
   24: 
   25:   <!-- contextmenu should be made to appear in all iframes -->
   26:   <kupu:disable-feature name="contextmenu" />
   27: 
   28: </kupu:dist>

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