Add community mainpage.
This commit is contained in:
parent
cfdfef3aaf
commit
2543fe9ae7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25978
3 changed files with 17 additions and 17 deletions
|
@ -1,13 +1,13 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navcommunity.sgml,v 1.5 2005/02/12 13:06:38 ceri Exp $ -->
|
||||
<!-- $FreeBSD: www/fr/includes.navcommunity.sgml,v 1.1 2005/10/05 20:09:16 blackend Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&enbase;/community.html">Communauté</a></li>
|
||||
<!--li><a href="&base;/community/mailinglists.html">Listes de diffusion</a></li>
|
||||
<li><a href="&base;/community/irc.html">IRC</a></li>
|
||||
<li><a href="&base;/community/newsgroups.html">Forums de discussion</a></li>
|
||||
<li><a href="&base;/usergroups.html">Groupes d'utilisateurs</a></li>
|
||||
<li><a href="&base;/community/webresources.html">Ressources Web</a></li-->
|
||||
<li><a href="&base;/community.html">Communauté</a></li>
|
||||
<li><a href="&enbase;/community/mailinglists.html">Listes de diffusion</a></li>
|
||||
<li><a href="&enbase;/community/irc.html">IRC</a></li>
|
||||
<li><a href="&enbase;/community/newsgroups.html">Forums de discussion</a></li>
|
||||
<li><a href="&enbase;/usergroups.html">Groupes d'utilisateurs</a></li>
|
||||
<li><a href="&enbase;/community/webresources.html">Ressources Web</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/fr/includes.sgml,v 1.10 2005/10/05 19:15:31 blackend Exp $ -->
|
||||
<!-- $FreeBSD: www/fr/includes.sgml,v 1.11 2005/10/06 14:20:31 blackend Exp $ -->
|
||||
|
||||
<!ENTITY url.doc.langcode 'fr_FR.ISO8859-1'>
|
||||
|
||||
|
@ -100,7 +100,7 @@
|
|||
<a href="&base;/docs.html" title="Documentation">Documentation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&enbase;/community.html" title="Community">Communauté</a>
|
||||
<a href="&base;/community.html" title="Community">Communauté</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/projects/index.html" title="Développement">Développement</a>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/fr/includes.xsl,v 1.13 2005/10/06 15:20:06 blackend Exp $ -->
|
||||
<!-- $FreeBSD: www/fr/includes.xsl,v 1.14 2005/10/06 15:58:19 blackend Exp $ -->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
|
@ -98,7 +98,7 @@
|
|||
<a href="{$base}/docs.html" title="Documentation">Documentation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/community.html" title="Community">Communauté</a>
|
||||
<a href="{$base}/community.html" title="Community">Communauté</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/projects/index.html" title="Développement">Développement</a>
|
||||
|
@ -140,12 +140,12 @@
|
|||
|
||||
<xsl:if test="$section = 'community'" >
|
||||
<ul>
|
||||
<li><a href="{$enbase}/community.html">Communauté</a></li>
|
||||
<!--li><a href="{$base}/community/mailinglists.html">Listes de diffusion</a></li>
|
||||
<li><a href="{$base}/community/irc.html">IRC</a></li>
|
||||
<li><a href="{$base}/community/newsgroups.html">Forums de discussion</a></li>
|
||||
<li><a href="{$base}/usergroups.html">Groupes d'utilisateurs</a></li>
|
||||
<li><a href="{$base}/community/webresources.html">Ressources Web</a></li-->
|
||||
<li><a href="{$base}/community.html">Communauté</a></li>
|
||||
<li><a href="{$enbase}/community/mailinglists.html">Listes de diffusion</a></li>
|
||||
<li><a href="{$enbase}/community/irc.html">IRC</a></li>
|
||||
<li><a href="{$enbase}/community/newsgroups.html">Forums de discussion</a></li>
|
||||
<li><a href="{$enbase}/usergroups.html">Groupes d'utilisateurs</a></li>
|
||||
<li><a href="{$enbase}/community/webresources.html">Ressources Web</a></li>
|
||||
</ul>
|
||||
</xsl:if>
|
||||
|
||||
|
|
Loading…
Reference in a new issue