Synchronize alt tags for images with image text.
Submitted by: Wolfram Schneider <schneider@zib.de>
This commit is contained in:
parent
93f9261e21
commit
b658d98592
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=1843
2 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!-- $Id: index.html,v 1.22 1997-08-18 21:23:12 wosch Exp $ -->
|
||||
<!-- $Id: index.html,v 1.23 1997-08-19 18:01:35 jfieber Exp $ -->
|
||||
<HTML>
|
||||
<HEAD><TITLE>FreeBSD Inc.</TITLE>
|
||||
<META NAME="DESCRIPTION" CONTENT="FreeBSD Inc.">
|
||||
|
@ -150,7 +150,7 @@ function change(Name,Image,No) {
|
|||
<CENTER>
|
||||
<A HREF="./ports/index.html"
|
||||
onMouseover="change('softA','soft',1)"
|
||||
onMouseout="change('softA','soft',0)"><IMG NAME="softA" BORDER=0 alt="Software /" WIDTH="98" HEIGHT="23" SRC="./gifs/soft0.gif"></A><A HREF="./support.html"
|
||||
onMouseout="change('softA','soft',0)"><IMG NAME="softA" BORDER=0 alt="Applications /" WIDTH="98" HEIGHT="23" SRC="./gifs/soft0.gif"></A><A HREF="./support.html"
|
||||
onMouseover="change('supportA','support',1)"
|
||||
onMouseout="change('supportA','support',0)"><IMG NAME="supportA" BORDER=0 alt="Support /" WIDTH= "64" HEIGHT= "23" SRC="./gifs/support0.gif"></A><A HREF="./docs.html"
|
||||
onMouseover="change('docsA','docs',1)"
|
||||
|
@ -160,7 +160,7 @@ function change(Name,Image,No) {
|
|||
onMouseover="change('searchA','search',1)"
|
||||
onMouseout="change('searchA','search',0)"><IMG NAME="searchA" BORDER=0 alt="Search /" WIDTH= "58" HEIGHT= "23" SRC="./gifs/search0.gif"></A><A HREF="./index-site.html"
|
||||
onMouseover="change('indexA','index',1)"
|
||||
onMouseout="change('indexA','index',0)"><IMG NAME="indexA" BORDER=0 alt="Site Index /" WIDTH= "52" HEIGHT= "23" SRC="./gifs/index0.gif"></A>
|
||||
onMouseout="change('indexA','index',0)"><IMG NAME="indexA" BORDER=0 alt="Index /" WIDTH= "52" HEIGHT= "23" SRC="./gifs/index0.gif"></A>
|
||||
</CENTER>
|
||||
<P>
|
||||
<TABLE WIDTH="100%" CELLPADDING="5" BORDER="0">
|
||||
|
@ -295,7 +295,7 @@ It is well-suited for a great number of <A HREF="./applications.html">applicatio
|
|||
Page design <A HREF="http://www.asis.com/~meganm/">Megan McCormack</A><BR>
|
||||
<A HREF="./mailto.html">www@FreeBSD.ORG</A><BR>
|
||||
<A HREF="about.html"> About this Web Site</A><BR>
|
||||
$Date: 1997-08-18 21:23:12 $
|
||||
$Date: 1997-08-19 18:01:35 $
|
||||
</FONT></TD>
|
||||
|
||||
<TD ALIGN=RIGHT VALIGN=TOP><FONT SIZE="-1">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!-- $Id: index.html,v 1.22 1997-08-18 21:23:12 wosch Exp $ -->
|
||||
<!-- $Id: index.html,v 1.23 1997-08-19 18:01:35 jfieber Exp $ -->
|
||||
<HTML>
|
||||
<HEAD><TITLE>FreeBSD Inc.</TITLE>
|
||||
<META NAME="DESCRIPTION" CONTENT="FreeBSD Inc.">
|
||||
|
@ -150,7 +150,7 @@ function change(Name,Image,No) {
|
|||
<CENTER>
|
||||
<A HREF="./ports/index.html"
|
||||
onMouseover="change('softA','soft',1)"
|
||||
onMouseout="change('softA','soft',0)"><IMG NAME="softA" BORDER=0 alt="Software /" WIDTH="98" HEIGHT="23" SRC="./gifs/soft0.gif"></A><A HREF="./support.html"
|
||||
onMouseout="change('softA','soft',0)"><IMG NAME="softA" BORDER=0 alt="Applications /" WIDTH="98" HEIGHT="23" SRC="./gifs/soft0.gif"></A><A HREF="./support.html"
|
||||
onMouseover="change('supportA','support',1)"
|
||||
onMouseout="change('supportA','support',0)"><IMG NAME="supportA" BORDER=0 alt="Support /" WIDTH= "64" HEIGHT= "23" SRC="./gifs/support0.gif"></A><A HREF="./docs.html"
|
||||
onMouseover="change('docsA','docs',1)"
|
||||
|
@ -160,7 +160,7 @@ function change(Name,Image,No) {
|
|||
onMouseover="change('searchA','search',1)"
|
||||
onMouseout="change('searchA','search',0)"><IMG NAME="searchA" BORDER=0 alt="Search /" WIDTH= "58" HEIGHT= "23" SRC="./gifs/search0.gif"></A><A HREF="./index-site.html"
|
||||
onMouseover="change('indexA','index',1)"
|
||||
onMouseout="change('indexA','index',0)"><IMG NAME="indexA" BORDER=0 alt="Site Index /" WIDTH= "52" HEIGHT= "23" SRC="./gifs/index0.gif"></A>
|
||||
onMouseout="change('indexA','index',0)"><IMG NAME="indexA" BORDER=0 alt="Index /" WIDTH= "52" HEIGHT= "23" SRC="./gifs/index0.gif"></A>
|
||||
</CENTER>
|
||||
<P>
|
||||
<TABLE WIDTH="100%" CELLPADDING="5" BORDER="0">
|
||||
|
@ -295,7 +295,7 @@ It is well-suited for a great number of <A HREF="./applications.html">applicatio
|
|||
Page design <A HREF="http://www.asis.com/~meganm/">Megan McCormack</A><BR>
|
||||
<A HREF="./mailto.html">www@FreeBSD.ORG</A><BR>
|
||||
<A HREF="about.html"> About this Web Site</A><BR>
|
||||
$Date: 1997-08-18 21:23:12 $
|
||||
$Date: 1997-08-19 18:01:35 $
|
||||
</FONT></TD>
|
||||
|
||||
<TD ALIGN=RIGHT VALIGN=TOP><FONT SIZE="-1">
|
||||
|
|
Loading…
Reference in a new issue