File:  [Repository] / kupuMPIWG / dist-multi.kupu
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Aug 30 17:10:22 2005 UTC (18 years, 8 months ago) by dwinter
Branches: first, MAIN
CVS tags: alpha, HEAD


<?xml version="1.0" ?>
<kupu:dist
  xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
  xmlns:xi="http://www.w3.org/2001/XInclude"
  >

  <!-- Include implementations -->
  <xi:include href="include.kupu" />

  <!-- Define the default slot to start with -->
  <kupu:expand>
    <kupu:define-slot name="start" />
  </kupu:expand>

  <!-- Define an implementation order -->
  <kupu:implementation-order>
    <kupu:implementation name="multi" />
    <kupu:implementation name="form" />
    <kupu:implementation name="default" />
  </kupu:implementation-order>

  <!-- Save on part makes little sense in a form context -->
  <kupu:disable-feature name="saveonpart" />

  <!-- contextmenu should be made to appear in all iframes -->
  <kupu:disable-feature name="contextmenu" />

</kupu:dist>

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