MFen: 1.136 --> 1.137
This commit is contained in:
parent
65c79cab4c
commit
88c31a6b02
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25994
1 changed files with 10 additions and 3 deletions
13
fr/index.xsl
13
fr/index.xsl
|
@ -1,8 +1,8 @@
|
|||
<!-- $FreeBSD: www/fr/index.xsl,v 1.23 2005/10/07 08:39:02 blackend Exp $ -->
|
||||
<!-- $FreeBSD: www/fr/index.xsl,v 1.24 2005/10/09 19:27:49 blackend Exp $ -->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.136
|
||||
Original revision: 1.137
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
Mise a jour: Marc Fonvieille <blackend@FreeBSD.org>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/index.xsl,v 1.23 2005/10/07 08:39:02 blackend Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/index.xsl,v 1.24 2005/10/09 19:27:49 blackend Exp $'"/>
|
||||
<xsl:variable name="title" select="'Le Projet FreeBSD'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
@ -186,6 +186,13 @@
|
|||
<li>
|
||||
<a href="http://www.freebsdfoundation.org/" title="Fondation">Fondation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="{$enbase}/ports/index.html"
|
||||
title="Logiciels
|
||||
portés">Logiciels
|
||||
portés</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- frontshortcutscontent -->
|
||||
</div> <!-- frontshortcuts -->
|
||||
|
|
Loading…
Reference in a new issue