66 lines
		
	
	
	
		
			2.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
	
		
			2.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="ISO-8859-1" ?>
 | |
| 
 | |
| <!-- $FreeBSD: www/fr/includes.xsl,v 1.4 2003/07/12 22:02:27 stephane Exp $ -->
 | |
| 
 | |
| <!-- 
 | |
|    The FreeBSD French Documentation Project
 | |
|    Original revision: 1.20
 | |
|    
 | |
|    Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
 | |
| -->
 | |
| 
 | |
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 | |
| 
 | |
|   <xsl:import href="../share/sgml/includes.xsl" />
 | |
| 
 | |
|   <xsl:variable name="url.doc.langcode" select="'fr_FR.ISO8859-1'" />
 | |
| 
 | |
|   <!-- Language-specific definitions should be put below this line -->
 | |
| 
 | |
|   <xsl:variable name="i.daemon">
 | |
|     <img src="{$enbase}/gifs/daemon.gif" alt="Demon" align="left" width="80" height="76"/>
 | |
|   </xsl:variable>
 | |
| 
 | |
|   <xsl:variable name="i.new">
 | |
|     <img src="{$enbase}/gifs/new.gif" alt="[Nouveau !]" width="28" height="11"/>
 | |
|   </xsl:variable>
 | |
| 
 | |
|   <xsl:variable name="copyright">
 | |
|     <a href="{$base}/copyright/index.html">Copyright</a> © 1995-2003 Le Projet FreeBSD. Tous droits réservés.
 | |
|   </xsl:variable>
 | |
| 
 | |
|   <xsl:variable name="home">
 | |
|     <a href="{$base}/index.html"><img src="{$enbase}/gifs/home.gif" alt="Page accueil FreeBSD" border="0" align="right" width="101" height="33"/></a>
 | |
|   </xsl:variable>
 | |
| 
 | |
|   <xsl:variable name="header2">
 | |
|     <img src="{$enbase}/gifs/bar.gif" alt="Barre de navigation" width="565"
 | |
| 	 height="33" border="0" usemap="#bar"/>
 | |
| 
 | |
|     <h1 align="left"><font color="#660000"><xsl:value-of select="$title"/></font></h1>
 | |
| 
 | |
|     <br clear="all"/>
 | |
| 
 | |
|     <map name="bar">
 | |
|       <area shape="rect" coords="1,1,111,31"
 | |
| 	    href="{$base}/index.html" alt="Accueil"/>
 | |
|       <area shape="rect" coords="112,11,196,31"
 | |
| 	    href="{$base}/ports/index.html" alt="Applications"/>
 | |
|       <area shape="rect" coords="196,12,257,33"
 | |
| 	      href="{$base}/support.html" alt="Support"/>
 | |
|       <area shape="rect" coords="256,12,365,33"
 | |
| 	    href="{$base}/docs.html" alt="Documentation"/>
 | |
|       <area shape="rect" coords="366,13,424,32"
 | |
| 	    href="{$base}/commercial/commercial.html" alt="Commercial"/>
 | |
|       <area shape="rect" coords="425,16,475,32"
 | |
| 	      href="{$base}/search/search.html" alt="Recherche"/>
 | |
|       <area shape="rect" coords="477,16,516,33"
 | |
| 	    href="{$base}/search/index-site.html" alt="Index"/>
 | |
|       <area shape="rect" coords="516,15,562,33"
 | |
| 	    href="{$base}/index.html" alt="Accueil"/>
 | |
| 	<area shape="rect" coords="0,0,564,32"
 | |
| 	      href="{$base}/index.html" alt="Accueil"/>
 | |
|     </map>
 | |
|   </xsl:variable>
 | |
| 
 | |
| </xsl:stylesheet>
 |