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

    <menu name="User documentation">
      <item name="Home" href="./index.html"/>
      <item name="Vote counting methods" href="./methods.html"/>
    </menu>

    <menu name="Install">
      <item name="Install Pollen" href="install.html"/>
      <item name="Configure Pollen" href="configure.html"/>
    </menu>

    <menu name="Public instances">
      <item name="Official instance (Use last stable version of Pollen, No data loss)" href="http://pollen.chorem.org/"/>
      <item name="Test instance (stable) (utilise la dernière version stable, Test purpose only)" href="http://demo.codelutin.com/pollen-stable"/>
      <item name="Test instance (staging) (utilise la prochaine version stable, Test purpose only)" href="http://demo.codelutin.com/pollen-staging"/>
      <item name="Test instance (latest) (utilise la dernière version de dev, Test purpose only)" href="http://demo.codelutin.com/pollen-latest"/>
    </menu>

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

    <menu name="Technical">
      <item name="Security" href="./security.html"/>
      <item name="UI Tests" href="./tests.html"/>
      <item name="Rest API" href="./restApi.html"/>
    </menu>

    <menu ref="reports"/>

    <footer>
      <div id='mavenProjectProperties' locale='en'
           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>

