<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  EUGene
  %%
  Copyright (C) 2004 - 2026 Code Lutin
  %%
  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.8.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.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="Code Lutin" href="https://www.codelutin.com"/>
      <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/>
    </links>

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

    <menu name="Documentation">
      <item name="English version" href="../index.html"/>
      <item name="Accueil" href="index.html"/>
      <item name="Introduction" href="01-introduction.html"/>
      <item name="ObjectModel" href="02-objectmodel.html"/>
      <item name="Processus de génération" href="03-generation.html"/>
      <item name="Templates" href="04-templates.html"/>
      <item name="Execution" href="05-execution.html"/>
      <item name="Fonctionnalités avancées" href="06-fonctionnalites-avancees.html"/>
      <item name="Glossaire" href="07-glossaire.html"/>
      <item name="FAQ" href="08-FAQ.html"/>
    </menu>

    <menu name="Projet">
      <item name="Accueil" href="https://forge.nuiton.org/projects/eugene"/>
      <item name="Téléchargement" href="https://forge.nuiton.org/projects/eugene/files"/>
      <item name="Trackers" href="https://forge.nuiton.org/projects/eugene/issues"/>
    </menu>

    <menu name="Trackers">
      <item name="Bugs" href="${this.issueManagement.url}?query_id=2"/>
      <item name="Améliorations"
            href="${this.issueManagement.url}?query_id=1"/>
      <item name="Aide" href="${this.issueManagement.url}?query_id=3"/>
    </menu>

    <menu name="Liens">
      <item name="Nuiton-processor" href="https://docs.nuiton.org/processor"/>
      <item name="ToPIA" href="https://docs.nuiton.org/topia"/>
      <item name="ArgoUML" href="http://argouml.tigris.org/"/>
      <item name="UML" href="http://www.uml.org/"/>
      <item name="XMI" href="http://www.omg.org/spec/XMI/"/>
    </menu>

    <!-- TC-20100117 does not works on none primary language -->
    <!--<menu ref="modules"/>-->
    <!--<menu name="Modules">-->
    <!--<item name="Eugene :: Eugene" href="../eugene/fr/index.html"/>-->
    <!--<item name="Eugene :: Ant task" href="../ant-eugene-task/fr/index.html"/>-->
    <!--<item name="Eugene :: Maven plugin" href="../eugene-maven-plugin/fr/index.html"/>-->
    <!--</menu>-->

    <menu ref="reports"/>

  </body>
</project>
