Use of $enbase to fix dead link to ports/index.html

This commit is contained in:
Marc Fonvieille 2005-08-16 10:46:29 +00:00
parent ae38971f77
commit 7414dd6611
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25380
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/fr/includes.sgml,v 1.6 2003/12/29 17:23:42 stephane Exp $ -->
<!-- $FreeBSD: www/fr/includes.sgml,v 1.7 2004/01/06 17:29:05 stephane Exp $ -->
<!ENTITY url.doc.langcode 'fr_FR.ISO8859-1'>
@ -42,7 +42,7 @@ src="&enbase;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border=
<map name="bar">
<area shape="rect" coords="1,1,111,31" href="&base;/index.html" alt="Top">
<area shape="rect" coords="112,11,196,31" href="&base;/ports/index.html" alt="Applications">
<area shape="rect" coords="112,11,196,31" href="&enbase;/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="Vendors">

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/fr/includes.xsl,v 1.6 2004/05/30 19:20:18 stephane Exp $ -->
<!-- $FreeBSD: www/fr/includes.xsl,v 1.7 2004/11/24 21:29:06 stephane Exp $ -->
<!--
The FreeBSD French Documentation Project
@ -80,7 +80,7 @@
<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"/>
href="{$enbase}/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"