MFen:
includes.navgnome.sgml --> 1.2 includes.navgnome.xsl --> 1.4 Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
This commit is contained in:
parent
9f1f4c71b0
commit
b552794307
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26818
2 changed files with 73 additions and 0 deletions
29
fr/gnome/includes.navgnome.sgml
Normal file
29
fr/gnome/includes.navgnome.sgml
Normal file
|
@ -0,0 +1,29 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.2
|
||||
-->
|
||||
|
||||
<!ENTITY nav '<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 à 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><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/faq212.html">FAQ mise à jour 2.10 à 2.12</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>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
44
fr/gnome/includes.navgnome.xsl
Normal file
44
fr/gnome/includes.navgnome.xsl
Normal file
|
@ -0,0 +1,44 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.4
|
||||
-->
|
||||
|
||||
<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 à 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/faq212.html">FAQ mise à jour 2.10 à 2.12</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>
|
Loading…
Reference in a new issue