doc/fr/includes.sgml
Marc Fonvieille a9ced9573c MFP4: Merge new layout
Submitted by:   Emily Boyd <emilyboyd@emilyboyd.com>
Sponsored by:   Google Summer of Code 2005
2005-10-05 19:15:31 +00:00

146 lines
5.1 KiB
Text

<!-- $FreeBSD: www/fr/includes.sgml,v 1.8 2005/08/16 10:46:29 blackend Exp $ -->
<!ENTITY url.doc.langcode 'fr_FR.ISO8859-1'>
<!--
Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or
relative to the server root. It should be defined in the prolog
<em>before</em> including this file if the page does not live at the
default location below.
When making a link, use <a href="&base;/mypage.html">foo</a> and
&base; will be expanded appropriately. Base is also used in the
definition of standard boilerplate entities in this file, so be sure
base is correct!
-->
<!--
The FreeBSD French Documentation Project
Original revision: 1.62
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
Version francaise (mise a jour) : Vincent Tougait <viny@scientiae.net>
-->
<!ENTITY base CDATA ".">
<!ENTITY enbase CDATA "..">
<!-- Components making up the standard headers and footers. -->
<!-- Override in the prolog <em>before</em> including this -->
<!-- file if necessary. -->
<!ENTITY stylesheet '&enbase;/layout/css/fixed.css'>
<!ENTITY stylesheetlarge '&enbase;/layout/css/fixed_large.css'>
<!ENTITY nav ''>
<!-- Standard headers and footers -->
<!ENTITY header '<head><title>&title;</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon">
<link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon">
<link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css" title="Normal Text">
<link rel="alternate stylesheet" media="screen" href="&stylesheetlarge;" type="text/css" title="Large Text">
<script type="text/javascript" src="&enbase;/layout/js/styleswitcher.js"></script>
</head>
<body>
<div id="containerwrap">
<div id="container">
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
<span class="txtoffscreen"><a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
<div id="headercontainer">
<div id="header">
<h2 class="blockhide">Header And Logo</h2>
<div id="headerlogoleft">
<a href="&base;" title="FreeBSD"><img src="&enbase;/layout/images/logo.png" width="360" height="40" alt="FreeBSD"></a>
</div> <!-- headerlogoleft -->
<div id="headerlogoright">
<h2 class="blockhide">Peripheral Links</h2>
<div id="searchnav">
<ul id="searchnavlist">
<li>
Text Size: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet(&#39;Normal Text&#39;); return false;" title="Normal Text Size">Normal</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet(&#39;Large Text&#39;); return false;" title="Large Text Size">Large</a>
</li>
<li>
<a href="&base;/donations/" title="Donate">Donations</a>
</li>
<li class="last-child">
<a href="&base;/mailto.html" title="Contact">Contact</a>
</li>
</ul>
</div> <!-- searchnav -->
<div id="search">
<form action="&enbase;/cgi/search.cgi" method="get">
<div>
<h2 class="blockhide"><label for="words">Rechercher</label></h2>
<input type="hidden" name="max" value="25"> <input type="hidden" name="source" value="www"><input id="words" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value=&#39;&#39;;" value="Rechercher"> <input id="submit" name="submit" type="submit" value="Rechercher">
</div>
</form>
</div> <!-- search -->
</div> <!-- headerlogoright -->
</div> <!-- header -->
<h2 class="blockhide">Site Navigation</h2>
<div id="topnav">
<ul id="topnavlist">
<li>
<a href="&base;/" title="Home">Home</a>
</li>
<li>
<a href="&base;/about.html" title="About">About</a>
</li>
<li>
<a href="&base;/where.html" title="Obtenir FreeBSD">Obtenir FreeBSD</a>
</li>
<li>
<a href="&base;/docs.html" title="Documentation">Documentation</a>
</li>
<li>
<a href="&enbase;/community.html" title="Community">Communaut&eacute;</a>
</li>
<li>
<a href="&base;/projects/index.html" title="D&eacute;veloppement">D&eacute;veloppement</a>
</li>
<li>
<a href="&base;/support.html" title="Support">Support</a>
</li>
</ul>
</div> <!-- topnav -->
</div> <!-- headercontainer -->
<div id="content">
<div id="sidewrap">
&nav;
</div> <!-- sidewrap -->
<div id="contentwrap">
<h1>&title;</h1>'>
<!ENTITY footer '</div> <!-- contentwrap -->
<br class="clearboth">
</div> <!-- content -->
<div id="footer">
&copyright;<br>
&date;
</div> <!-- footer -->
</div> <!-- container -->
</div> <!-- containerwrap -->'>
<!ENTITY % includes.global SYSTEM "../share/sgml/includes.sgml">
%includes.global;
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->