<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  Nuiton Matrix
  %%
  Copyright (C) 2004 - 2018 CodeLutin, Chatellier Eric
  %%
  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/img/logos/code-lutin.svg</src>
    <href>http://www.codelutin.com</href>
    <width>250</width>
  </bannerRight>

  <poweredBy>
    <logo href="http://maven.apache.org" name="Maven" img="http://maven.apache.org/images/logos/maven-feather.png"/>
  </poweredBy>

  <body>

    <links>
      <item name="Nuiton.org" href="https://gitlab.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="Utilisateur">
      <item href="index.html" name="Accueil"/>
      <item href="importexport.html" name="Import/Export"/>
      <item href="gui-matrixpanelviewer.html" name="Matrix panel viewer"/>
    </menu>

    <menu name="Développeur">
      <item name="Serializable" href="Serializable.html"/>
    </menu>

    <menu ref="modules"/>

    <menu ref="reports"/>
  </body>
</project>
