<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  Pollen
  %%
  Copyright (C) 2009 - 2026 Code Lutin
  %%
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU Affero 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 Affero General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  #L%
  -->

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

  <bannerLeft>
    <src>${project.url}/logo.jpg</src>
    <name>${project.name}</name>
    <href>index.html</href>
    <alt>Pollen</alt>
  </bannerLeft>

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

    <logo href="http://struts.apache.org/" name="Struts 2"
          img="${siteCommonResourcesUrl}/images/logos//struts2-logo.png"/>

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

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

    <logo href="http://topia.nuiton.org" name="ToPIA"
          img="${siteCommonResourcesUrl}/images/logos/topia-logo.png"/>

    <logo href="http://http://www.webmotion-framework.org/" name="WebMotion"/>

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

  <body>

    <links>
      <item name="Nuiton.org" href="http://forge.nuiton.org"/>
      <item name="Chorem.org" href="http://forge.chorem.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}/fr/index.html"/>
      <item name="${project.version}" href="${project.url}/v/${siteDeployClassifier}/fr/index.html"/>
    </breadcrumbs>

    <menu name="Documentation utilisateur">
      <item name="Accueil" href="./index.html"/>
      <item name="Méthodes de dépouillement" href="./depouillement.html"/>
    </menu>

    <menu name="Installation">
      <item name="Installer Pollen" href="install.html"/>
      <item name="Configurer Pollen" href="configure.html"/>
    </menu>

    <menu name="Technique">
      <item name="API REST" href="restApi.html"/>
    </menu>

    <menu name="Instances publiques">
      <item name="Instance officielle (utilise la dernière version stable, Pas de perte de données)" href="http://pollen.chorem.org/"/>
      <item name="Instance de tests (stable) (utilise la dernière version stable, Données non conversées)" href="http://demo.codelutin.com/pollen-stable"/>
      <item name="Instance de tests (staging) (utilise la prochaine version stable, Données non conversées)" href="http://demo.codelutin.com/pollen-staging"/>
      <item name="Instance de tests (latest) (utilise la dernière version de dev, Données non conversées)" href="http://demo.codelutin.com/pollen-latest"/>
    </menu>

    <menu name="Langue">
      <item name="Français" href="index.html"/>
      <item name="English" href="../index.html"/>
    </menu>

    <menu ref="reports"/>

    <footer>
      <div id='mavenProjectProperties' locale='fr'
           platform='${project.platform}'
           projectId='${project.projectId}'
           version='${project.siteDeployClassifier}'
           sourcesType='${project.siteSourcesType}'
           scmUrl='${project.scm.connection}'
           editorUrl='${project.scmwebeditorUrl}'
           scmwebeditor_vmFiles=",install,"/>
    </footer>

  </body>

</project>

