<!--
  #%L
  Nuiton Jpa
  $Id:$
  $HeadURL:$
  %%
  Copyright (C) 2013 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="${project.name}">

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

  <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="http://maven-site.nuiton.org/public/images/logos/maven-feather.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://docutils.sourceforge.net/rst.html"
          name="ReStructuredText"
          img="http://maven-site.nuiton.org/public/images/logos/restructuredtext-logo.png"/>
  </poweredBy>

  <body>

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

    <head>
      <script type="text/javascript"
              src="http://maven-site.nuiton.org/public/js/maven-site-nuiton.org.js">
      </script>
    </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>

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

    <menu name="Project">
      <item name="Forge" href="http://nuiton.org/projects/show/nuiton-jpa"/>
      <item name="Downloads"
            href="http://nuiton.org/projects/nuiton-jpa/files"/>
      <item name="Trackers" href="http://nuiton.org/projects/nuiton-jpa/issues"/>
    </menu>

    <menu name="Links">
      <item name="Nuiton-processor"
            href="http://maven-site.nuiton.org/processor"/>
      <item name="Eugene" href="http://maven-site.nuiton.org/eugene"/>
      <item name="ArgoUML" href="http://argouml.tigris.org/"/>
      <item name="UML" href="http://www.uml.org/"/>
      <item name="XMI" href="http://www.omg.org/spec/XMI/"/>
    </menu>

    <menu ref="modules"/>

    <menu ref="reports"/>

    <footer>

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