doc/fr/gnome/includes.navgnome.xsl
Marc Fonvieille a08bfd1e4f MFen:
fr/index.xsl:			    1.143 --> 1.144
fr/gnome/includes.navgnome.xsl:	    1.4   --> 1.5
fr/gnome/includes.sgml:		    1.12  --> 1.13
fr/gnome/includes.xsl:		    1.12  --> 1.13
fr/gnome/index.xsl:		    1.85  --> 1.86
fr/gnome/screenshots.sgml:	    1.64  --> 1.65
fr/gnome/docs/gnome2_porting.sgml:  1.22  --> 1.24
fr/gnome/docs/volunteer.sgml:	    1.17  --> 1.18
fr/internal/homepage.sgml:	    1.6   --> 1.10
fr/projects/cvsweb.sgml:	    1.33  --> 1.36
fr/projects/busdma/index.sgml:	    1.131 --> 1.132

Submitted by:	Antoine Brodin <antoine.brodin@laposte.net>
2006-05-03 18:26:54 +00:00

44 lines
1.7 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/fr/gnome/includes.navgnome.xsl,v 1.1 2006/01/09 19:53:57 blackend Exp $ -->
<!--
The FreeBSD French Documentation Project
Original revision: 1.5
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:variable name="gnome_sidenav">
<div id="SIDEWRAP">
<div id="SIDENAV">
<h2 class="blockhide">Section Navigation</h2>
<ul>
<li><a href="{$base}/gnome/index.html">FreeBSD/GNOME</a>
<ul>
<li><a href="{$base}/gnome/docs/faq2.html#q1">Instructions d'installation</a></li>
<li><a href="{$enbase}/gnome/docs/faq212.html#q2">Instructions de mise &#224; jour</a></li>
<li><a href="{$enbase}/gnome/../ports/gnome.html">Applications disponibles</a></li>
<li><a href="{$base}/gnome/docs/volunteer.html">Comment participer</a></li>
<li><a href="{$base}/gnome/docs/bugging.html">Rapporter un bogue</a></li>
<li><a href="{$base}/gnome/screenshots.html">Captures d'écran</a></li>
<li><a href="{$base}/gnome/contact.html">Nous contacter</a></li>
</ul>
</li>
<li><a href="{$base}/gnome/index.html">Documentation</a>
<ul>
<li><a href="{$base}/gnome/docs/faq2.html">FAQ</a></li>
<li><a href="{$enbase}/gnome/docs/faq214.html">FAQ mise &#224; jour 2.12 &#224; 2.14</a></li>
<li><a href="{$enbase}/gnome/docs/develfaq.html">FAQ branche de développement</a></li>
<li><a href="{$base}/gnome/docs/porting.html">Création des ports</a></li>
<li><a href="{$enbase}/gnome/docs/faq212.html#q5">Problèmes connus</a></li>
</ul>
</li>
</ul>
</div> <!-- sidenav -->
</div> <!-- sidewrap -->
</xsl:variable>
</xsl:stylesheet>