<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  NuitonMatrix
  
  $Id: site_fr.xml 465 2014-02-24 08:25:42Z tchemit $
  $HeadURL: https://nuiton.org/svn/nuiton-matrix/tags/nuiton-matrix-2.3.3/src/site/site_fr.xml $
  %%
  Copyright (C) 2004 - 2011 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}">

    <skin>
        <groupId>org.apache.maven.skins</groupId>
        <artifactId>maven-fluido-skin</artifactId>
        <version>${fluidoSkinVersion}</version>
    </skin>

    <bannerLeft>
        <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>

    <publishDate position="right" />
    <version position="right" />

    <poweredBy>
        <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/>
        <logo href="https:/maven-site.nution.org/jrst" name="JRst" img="${mavenpomSiteCommonResourcesUrl}/images/logos/jrst-logo.png"/>
        <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="${mavenpomSiteCommonResourcesUrl}/images/logos/restructuredtext-logo.png"/>
    </poweredBy>

    <body>

      <head>
        <script type="text/javascript"
                src="${mavenpomSiteCommonResourcesUrl}/js/mavenpom-site.js">
        </script>

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

        <links>
            <item name="Nuiton.org" href="http://nuiton.org"/>
            <item name="Code Lutin" href="http://www.codelutin.com"/>
            <item name="Libre entreprise" href="http://www.libre-entreprise.org"/>
        </links>

        <breadcrumbs>
            <item name="${project.name}" href="index.html" />
        </breadcrumbs>
        
        <menu name="Utilisateur">
            <item href="index.html" name="Accueil"/>
            <!--FIXME TC-2014-02-24 Does not exist. item href="usage.html" name="Usage" /-->
            <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"/>

        <footer>

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