Author: tchemit Date: 2012-08-31 12:07:10 +0200 (Fri, 31 Aug 2012) New Revision: 585 Url: http://forge.codelutin.com/repositories/revision/echobase/585 Log: fix sites Modified: trunk/src/site/site_en.xml trunk/src/site/site_fr.xml Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2012-08-31 09:59:05 UTC (rev 584) +++ trunk/src/site/site_en.xml 2012-08-31 10:07:10 UTC (rev 585) @@ -44,7 +44,7 @@ <bannerLeft> <name>${project.name}</name> <src>${project.url}/images/echobase-logo.png</src> - <href>${project.url}/en/index.html</href> + <href>./index.html</href> </bannerLeft> <publishDate position="right" format="yyyy-MM-dd"/> @@ -69,7 +69,6 @@ <logo href="http://argouml.tigris.org/" name="ArgoUML" img="http://maven-site.chorem.org/public/images/logos/argouml-logo.png"/> - </poweredBy> <body> @@ -90,8 +89,7 @@ </links> <breadcrumbs> - <item name="${project.name}" - href="${project.url}/en/index.html"/> + <item name="${project.name}" href="./index.html"/> </breadcrumbs> <menu name="Language"> @@ -103,7 +101,7 @@ <item name="Home" href="index.html"/> <item name="Installation" href="install.html"/> <item name="Embbeded Application" href="embedded.html"/> - <item name="imports" href="imports.html"/> + <item name="Imports" href="imports.html"/> <item name="Model" href="model.html"/> <item name="Download" href="http://forge.codelutin.com/projects/echobase/files"/> Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2012-08-31 09:59:05 UTC (rev 584) +++ trunk/src/site/site_fr.xml 2012-08-31 10:07:10 UTC (rev 585) @@ -44,7 +44,7 @@ <bannerLeft> <name>${project.name}</name> <src>${project.url}/images/echobase-logo.png</src> - <href>${project.url}/index.html</href> + <href>./index.html</href> </bannerLeft> <publishDate position="right" format="dd/MM/yyyy"/> @@ -90,8 +90,7 @@ </links> <breadcrumbs> - <item name="${project.name}" - href="${project.url}/index.html"/> + <item name="${project.name}" href="./index.html"/> </breadcrumbs> <menu name="Language"> @@ -103,8 +102,8 @@ <item name="Accueil" href="index.html"/> <item name="Installation" href="install.html"/> <item name="Application embarquée" href="embedded.html"/> - <item name="Les imports" href="imports.html"/> - <item name="Le modèle" href="model.html"/> + <item name="Imports" href="imports.html"/> + <item name="Modèle" href="model.html"/> <item name="Téléchargement" href="http://forge.codelutin.com/projects/echobase/files"/> <item name="Roadmap"
participants (1)
-
tchemit@users.forge.codelutin.com