doc/fr/gallery/gallery.xsl
Stephane Legrand fa5fdb8bca New translations:
fr/gallery/gallery-entry.xsl: MFen 1.2
  fr/gallery/gallery.xsl: 1.1

Plain copy from the english version:

  fr/gallery/Makefile: MFen 1.16
  fr/gallery/fixurls.pl: MFen 1.1
  fr/gallery/gallery.xml: MFen 1.35 (not translated)
  fr/gallery/merge-mbox.sh: MFen 1.1
2003-08-17 12:22:28 +00:00

94 lines
No EOL
3.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!--
The FreeBSD French Documentation Project
Original revision: 1.1
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="../includes.xsl"/>
<xsl:variable name="base" select="'..'"/>
<xsl:variable name="title" select="'La Galerie FreeBSD'"/>
<xsl:variable name="date" select="'$FreeBSD$'"/>
<xsl:output type="html" encoding="iso-8859-1"/>
<xsl:template match="gallery">
<html>
<xsl:copy-of select="$header1"/>
<body xsl:use-attribute-sets="att.body">
<xsl:copy-of select="$header2"/>
<p>A travers le monde entier, FreeBSD fait fonctionner des applications
et des services Internet innovants. Cette galerie expose <xsl:value-of
select="count(//entry)"/> organisations et particuliers qui ont utilis&#233;
FreeBSD pour r&#233;aliser leurs travaux. Regardez et d&#233;couvrez tout ce que
FreeBSD peut faire pour <b>vous</b>.</p>
<ul>
<li><a href="cgallery.html"><xsl:value-of
select="count(//entry[@type='commercial'])"/> organisations
commerciales</a></li>
<li><a href="npgallery.html"><xsl:value-of
select="count(//entry[@type='nonprofit'])"/> organisations
&#224; but non-lucratif</a></li>
<li><a href="pgallery.html"><xsl:value-of
select="count(//entry[@type='personal'])"/> sites
personnels</a></li>
</ul>
<p>Pour voir votre site ajout&#233; &#224; ces listes, remplissez simplement
<a href="http://www.FreeBSD.org/cgi/gallery.cgi">ce formulaire</a>.</p>
<table width="100%" border="0">
<tr>
<td align="left"><img src="../gifs/powerlogo.gif" alt=""
align="left" border="0"/></td>
<td align="left"><img src="../gifs/power-button.gif" alt=""
align="left" border="0"/></td>
</tr>
<tr>
<td align="right"><img src="../gifs/pbfbsd2.gif" width="171"
height="64" border="0"/></td>
<td align="right"><img src="../gifs/powerani.gif" width="171"
height="64"/></td>
<td align="right"><img src="../gifs/fhp_mini.jpg" width="171"
height="64"/></td>
</tr>
</table>
<p align="center"><img src="../gifs/banner1.gif" alt=""
width="446" height="63" border="0"/></p>
<p align="center"><img src="../gifs/banner2.gif" alt="" width="310"
height="63" border="0"/></p>
<p align="center"><img src="../gifs/banner3.gif" alt="" width="250"
height="35" border="0"/></p>
<p align="center"><img src="../gifs/banner4.gif" alt="" width="225"
height="46" border="0"/></p>
<p>Les logos "Fonctionne gr&#226;ce &#224; FreeBSD" ("Powered by FreeBSD") visibles ci-dessus peuvent &#234;tre
<a href="../gifs/powerlogo.gif">t&#233;l&#233;charg&#233;s</a> et affich&#233;s sur les pages
d'accueils de sites personnels ou commerciaux fonctionnant sous FreeBSD. L'utilisation de
ce logo ou des <a
href="../copyright/daemon.html">D&#233;mons BSD</a> dans un but lucratif
n&#233;cessite l'accord de <a href="mailto:taob@risc.org">Brian Tao</a>
(cr&#233;ateur du logo "Fonctionne gr&#226;ce &#224; FreeBSD") et de <a
href="mailto:mckusick@mckusick.com">Marshall Kirk McKusick</a>
(d&#233;tenteur de la marque relative &#224; l'image du D&#233;mon BSD).</p>
<xsl:copy-of select="$footer"/>
</body>
</html>
</xsl:template>
</xsl:stylesheet>