<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  I18n
  
  $Id$
  $HeadURL$
  %%
  Copyright (C) 2008 - 2010 CodeLutin
  %%
  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.6.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd">

  <bannerLeft>
    <name>${project.name}</name>
    <href>index.html</href>
  </bannerLeft>

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

  <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/"/>
    </links>

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

    <menu name="Langue">
      <item name="English Version" href="./en/index.html"/>
    </menu>

    <menu name="Utilisateur">
      <item name="Présentation" href="presentation.html"/>
      <item name="Historique" href="history.html"/>
      <item name="Migration" href="migrate.html"/>
      <item name="Best Practices" href="bestPractices.html"/>
      <item name="Utilisation avec GWT" href="gwt.html"/>
    </menu>

    <menu name="Tutoriaux">
      <item name="Hello World" href="helloWorld.html"/>
      <item name="Librairie" href="library.html"/>
      <item name="Application finale" href="application.html"/>
    </menu>

    <menu name="Développeur">
      <item name="Etendre Initializer" href="extendInitializer.html"/>
    </menu>

    <menu name="Modules">
      <item name="I18n :: Api" href="./nuiton-i18n/index.html"/>
      <item name="I18n :: Maven Plugin" href="./i18n-maven-plugin/index.html"/>
    </menu>

    <menu ref="reports"/>

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

  </body>
</project>
