Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Feb 2005 13:55:00 +0100
From:      Remko Lodder <remko@elvandar.org>
To:        Ceri Davies <ceri@submonkey.net>
Cc:        www@FreeBSD.org
Subject:   Re: Changing the header bar thing
Message-ID:  <420DFCA4.1090106@elvandar.org>
In-Reply-To: <20050212125025.GG51102@submonkey.net>
References:  <20050212125025.GG51102@submonkey.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Ceri Davies wrote:
> The attached patch makes the alt atributes on the image bar map thing
> slightly less ambiguous (in my opinion).  Is this ok?
> 
> Cheers,
> 
> Ceri
> 
> 
> ------------------------------------------------------------------------
> 
> ? header.diff
> Index: includes.header.sgml
> ===================================================================
> RCS file: /home/dcvs/www/share/sgml/includes.header.sgml,v
> retrieving revision 1.3
> diff -u -r1.3 includes.header.sgml
> --- includes.header.sgml	1 Jan 2005 12:01:53 -0000	1.3
> +++ includes.header.sgml	12 Feb 2005 12:47:49 -0000
> @@ -30,15 +30,15 @@
>  
>  
>  <map name="bar">
> -<area shape="rect" coords="1,1,111,31" href="&base;/index.html" alt="Top">
> +<area shape="rect" coords="1,1,111,31" href="&base;/index.html" alt="Site Root">
>  <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="Vendors">
>  <area shape="rect" coords="425,16,475,32" href="&base;/search/search.html" alt="Search">
> -<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="Top">
> -<area shape="rect" href="&base;/index.html" coords="0,0,564,32" alt="Top">
> +<area shape="rect" coords="477,16,516,33" href="&base;/search/index-site.html" alt="Site Index">
> +<area shape="rect" coords="516,15,562,33" href="&base;/index.html" alt="Site Root">
> +<area shape="rect" href="&base;/index.html" coords="0,0,564,32" alt="Site Root">
>  </map>'>
>  
>  <!ENTITY footer '<HR NOSHADE>
> Index: includes.header.xsl
> ===================================================================
> RCS file: /home/dcvs/www/share/sgml/includes.header.xsl,v
> retrieving revision 1.3
> diff -u -r1.3 includes.header.xsl
> --- includes.header.xsl	1 Jan 2005 12:01:53 -0000	1.3
> +++ includes.header.xsl	12 Feb 2005 12:47:49 -0000
> @@ -55,7 +55,7 @@
>  
>      <map name="bar">
>        <area shape="rect" coords="1,1,111,31"
> -	    href="{$base}/index.html" alt="Top"/>
> +	    href="{$base}/index.html" alt="Site Root"/>
>        <area shape="rect" coords="112,11,196,31"
>  	    href="{$base}/ports/index.html" alt="Applications"/>
>        <area shape="rect" coords="196,12,257,33"
> @@ -67,11 +67,11 @@
>        <area shape="rect" coords="425,16,475,32"
>  	      href="{$base}/search/search.html" alt="Search"/>
>        <area shape="rect" coords="477,16,516,33"
> -	    href="{$base}/search/index-site.html" alt="Index"/>
> +	    href="{$base}/search/index-site.html" alt="Site Index"/>
>        <area shape="rect" coords="516,15,562,33"
> -	    href="{$base}/index.html" alt="Top"/>
> +	    href="{$base}/index.html" alt="Site Root"/>
>  	<area shape="rect" coords="0,0,564,32"
> -	      href="{$base}/index.html" alt="Top"/>
> +	      href="{$base}/index.html" alt="Site Root"/>
>      </map>
>    </xsl:variable>
>  

Again: Looks good :)

-- 
Kind regards,

      Remko Lodder  ** remko@elvandar.org
      Reporter DSINET  **  remko@DSINet.org
      Founder Tienervaders  ** remko@tienervaders.org
      FreeBSD Documentation Project  ** remko@FreeBSD.org


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?420DFCA4.1090106>