<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  JAXX
  %%
  Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit
  %%
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License as 
  published by the Free Software Foundation, either version 3 of the 
  License, or (at your option) any later version.
  
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Lesser Public License for more details.
  
  You should have received a copy of the GNU General Lesser Public 
  License along with this program.  If not, see
  <http://www.gnu.org/licenses/lgpl-3.0.html>.
  #L%
  -->

<project name="${project.name}"
         xmlns="http://maven.apache.org/DECORATION/1.4.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd">

  <bannerLeft>
    <name>${project.name}</name>
    <src>${siteCommonResourcesUrl}/images/logos/jaxx-logo.png</src>
    <href>index.html</href>
  </bannerLeft>

  <bannerRight>
    <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src>
    <href>http://www.codelutin.com</href>
  </bannerRight>

  <poweredBy>
    <logo href="http://maven.apache.org" name="Maven"
          img="${siteCommonResourcesUrl}/images/logos/maven-feather.png"/>
    <logo href="http://jrst.nuiton.org" name="JRst"
          img="${siteCommonResourcesUrl}/images/logos/jrst-logo.png"/>
    <logo href="http://docutils.sourceforge.net/rst.html"
          name="ReStructuredText"
          img="${siteCommonResourcesUrl}/images/logos/restructuredtext-logo.png"/>
  </poweredBy>

  <body>

    <links>
      <item name="nuiton.org" href="https://forge.nuiton.org"/>
      <item name="CodeLutin" href="http://codelutin.com"/>
      <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/>
      <!--<item name="original JAXX" href="http://buix.labs.libre-entreprise.org/original-jaxx"/>-->
    </links>

    <breadcrumbs>
      <item name="${project.name}" href="${project.url}/index.html"/>
      <item name="${project.version}" href="${project.url}/v/${siteDeployClassifier}/index.html"/>
    </breadcrumbs>

    <menu ref="modules"/>

    <menu name="Présentation">
      <item name="Accueil" href="index.html"/>
      <item name="Présentation/Concept" href="presentation.html"/>
      <item name="Qu'est-ce qu'un fichier JAXX ?" href="JAXXFile.html"/>
      <item name="Démonstration" href="demo.html"/>
      <item name="Tutoriels" href="tutoriels.html"/>
    </menu>

    <menu name="Fonctionalités de base">
      <item name="Utiliser les objets Swing" href="useSwingObjects.html"/>
      <item name="Les scripts JAXX" href="scripting.html"/>
      <item name="Le data-binding" href="dataBinding.html"/>
      <item name="Utiliser des styles" href="useStylesheets.html"/>
      <!--item name="Le context/cache" href=""/-->
      <item name="Java beans" href="javaBeans.html"/>
      <!--item name="Actions/Tabs" href=""/-->
    </menu>

    <menu name="Fonctionnalités avancées">
      <item name="Internationalisation" href="I18n.html"/>
      <!--item name="Arbre de navigation" href=""/>
    <item name="Validateurs" href=""/-->
      <item name="Programmation par contrat" href="contractProgramming.html"/>
      <!--item name="Widgets" href=""/-->
    </menu>

    <!--menu name="Démo et Tutoriels">
      <item name="Démo" href="demo.html"/>
      <item name="Hello World" href="tutos/helloworld.html"/>
      <item name="Hello World 2" href="tutos/helloworld2.html"/>
      <item name="Feuilles de style" href="tutos/css.html"/>
      <item name="Data-binding" href="tutos/data-binding.html"/>
      <item name="ConfigUI" href="tutos/config.html"/>
    </menu-->

    <menu name="Ancienne documentation">
      <item name="Migration JAXX 2.0" href="migration.html"/>
    </menu>

    <menu ref="reports"/>

    <footer>
      <div id='mavenProjectProperties' locale='fr'
           projectId='${project.projectId}'
           version='${project.siteDeployClassifier}'
           sourcesType='${project.siteSourcesType}'/>
    </footer>

  </body>
</project>
