<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  Tutti
  $Id$
  $HeadURL$
  %%
  Copyright (C) 2012 - 2014 Ifremer
  %%
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU 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 Public License for more details.
  
  You should have received a copy of the GNU General Public 
  License along with this program.  If not, see
  <http://www.gnu.org/licenses/gpl-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>
    <href>./index.html</href>
    <src>http://tutti.codelutin.com/v/${siteDeployClassifier}/allegro_about.png</src>
  </bannerLeft>

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

  <poweredBy>

    <logo href="http://docutils.sourceforge.net/rst.html"
          name="ReStructuredText"
          img="${siteCommonResourcesUrl}/images/logos/restructuredtext-logo.png"/>

    <logo href="${siteCommonResourcesUrl}/jrst" name="JRst"
          img="${siteCommonResourcesUrl}/images/logos/jrst-logo.png"/>

    <logo href="${siteCommonResourcesUrl}/jaxx" name="JAXX"
          img="${siteCommonResourcesUrl}/images/logos/jaxx-logo.png"/>

    <logo href="http://argouml.tigris.org/" name="ArgoUML"
          img="${siteCommonResourcesUrl}/images/logos/argouml-logo.png"/>

  </poweredBy>

  <body>

    <head>

      <link rel="stylesheet" type="text/css"
            href="${siteCommonResourcesUrl}/css/mavenpom-site.css"/>
    </head>

    <links>
      <item name="Forge" href="http://forge.codelutin.com"/>
      <item name="Code Lutin" href="http://www.codelutin.com"/>
    </links>

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

    <menu name="Tutti">
      <item name="Accueil" href="index.html"/>
      <item name="Fonctionnalités" href="./features.html"/>
      <item name="Téléchargement" target="forge"
            href="http://forge.codelutin.com/projects/tutti/files"/>
      <item name="Roadmap" target="forge"
            href="http://forge.codelutin.com/projects/tutti/roadmap"/>
      <item name="Historique des versions" href="changes-report.html"/>
    </menu>

    <menu name="Documentation utilisateur">
      <item name="Aide en ligne (FR)" href="./help/fr/index.html"
            target="help"/>
      <item name="Aide en ligne (EN)" href="./help/en/index.html"
            target="help"/>
    </menu>

    <menu name="Documentation Technique">
      <item name="Configuration" href="./config-report.html"/>
      <item name="Référentiel" href="./referential.html"/>
      <item name="Mise à jour des versions" href="./update.html"/>
      <item name="Correspondance Ecrans/BDD" href="./mapping.html"/>
      <item name="Versions de base" href="./dbversions.html"/>
      <item name="Spécifications" href="./help/AllegroCampagne-Specifications.pdf"/>
    </menu>

    <menu ref="reports"/>

  </body>
</project>
