<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  ToPIA
  $Id: site_fr.xml 3046 2014-04-03 17:43:45Z athimel $
  $HeadURL: https://svn.nuiton.org/topia/tags/topia-2.9-rc-1/src/site/site_fr.xml $
  %%
  Copyright (C) 2004 - 2014 CodeLutin
  %%
  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="ToPIA">

  <bannerLeft>
    <src alt="ToPIA">http://maven-site.nuiton.org/public/images/logos/topia-logo.png</src>
    <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>

  <skin>
    <groupId>org.apache.maven.skins</groupId>
    <artifactId>maven-fluido-skin</artifactId>
    <version>1.3.0</version>
  </skin>

  <custom>
    <fluidoSkin>
      <topBarEnabled>false</topBarEnabled>
      <googleSearch/>
      <sideBarEnabled>true</sideBarEnabled>
      <searchEnabled>true</searchEnabled>
      <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
    </fluidoSkin>
  </custom>

  <publishDate position="right" format="dd/MM/yyyy"/>
  <version position="right"/>

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

    <logo href="http://docutils.sourceforge.net/rst.html"
          name="ReStructuredText"
          img="http://maven-site.nuiton.org/public/images/logos/restructuredtext-logo.png"/>

    <logo href="http://maven-site.nuiton.org/jrst" name="JRst"
          img="http://maven-site.nuiton.org/public/images/logos/jrst-logo.png"/>

    <logo href="http://argouml.tigris.org/" name="ArgoUML"
          img="http://maven-site.nuiton.org/public/images/logos/argouml-logo.png"/>

  </poweredBy>

  <body>

    <head>
      <script type="text/javascript"
              src="http://maven-site.nuiton.org/public/js/mavenpom-site.js">
      </script>

      <link rel="stylesheet" type="text/css"
            href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/>
    </head>

    <breadcrumbs>
      <item href="http://maven-site.nuiton.org/topia" name="${project.name}"/>
    </breadcrumbs>

    <menu name="Utilisateur">
      <item href="/index.html" name="Accueil"/>
    </menu>

    <menu ref="modules"/>

    <menu ref="reports"/>

    <footer>

      <div id='projectMetas' locale='fr'
           projectversion='${project.version}'
           platform='${project.platform}'
           projectid='${project.projectId}'
           scm='${project.scm.developerConnection}'
           scmwebeditorenabled='${project.scmwebeditorEnabled}'
           scmwebeditorurl='${project.scmwebeditorUrl}'
           siteSourcesType='${project.siteSourcesType}'
           piwikEnabled='${project.piwikEnabled}'
           piwikId='${project.piwikId}'>
      </div>
    </footer>
  </body>
</project>
