diff options
Diffstat (limited to 'xml/htdocs/xsl/ads.xsl')
-rw-r--r-- | xml/htdocs/xsl/ads.xsl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/xml/htdocs/xsl/ads.xsl b/xml/htdocs/xsl/ads.xsl index 1117c292..0589a1e7 100644 --- a/xml/htdocs/xsl/ads.xsl +++ b/xml/htdocs/xsl/ads.xsl @@ -8,7 +8,7 @@ <tr lang="en"> <td align="center" class="topsep"> <a href="http://osuosl.org/contribute"> - <img src="{concat($images,'images/osuosl.png')}" width="125" height="50" alt="Support OSL" border="0"/> + <img src="{concat($images,'images/osuosl.png')}" width="125" height="50" alt="Support OSL" title="Support OSL" border="0"/> </a> </td> </tr> @@ -18,7 +18,7 @@ <tr lang="en"> <td align="center" class="topsep"> <a href="http://www.vr.org"> - <img src="{concat($images,'images/vr-ad.png')}" width="125" height="144" alt="Gentoo Centric Hosting: vr.org" border="0"/> + <img src="{concat($images,'images/vr-ad.png')}" width="125" height="144" alt="Gentoo Centric Hosting: vr.org" title="Gentoo Centric Hosting: vr.org" border="0"/> </a> </td> </tr> @@ -28,7 +28,7 @@ <tr lang="en"> <td align="center" class="topsep"> <a href="http://www.tek.net" target="_top"> - <img src="{concat($images,'images/tek-gentoo.gif')}" width="125" height="125" alt="Tek Alchemy" border="0"/> + <img src="{concat($images,'images/tek-gentoo.gif')}" width="125" height="125" alt="Tek Alchemy" title="Tek Alchemy" border="0"/> </a> </td> </tr> @@ -38,7 +38,7 @@ <tr lang="en"> <td align="center" class="topsep"> <a href="http://www.sevenl.net" target="_top"> - <img src="{concat($images,'images/sponsors/sevenl_ad.png')}" width="125" height="144" alt="SevenL.net" border="0"/> + <img src="{concat($images,'images/sponsors/sevenl_ad.png')}" width="125" height="144" alt="SevenL.net" title="SevenL.net" border="0"/> </a> </td> </tr> @@ -48,7 +48,7 @@ <tr lang="en"> <td align="center" class="topsep"> <a href="http://www.gni.com" target="_top"> - <img src="{concat($images,'images/gni_logo.png')}" width="125" alt="Global Netoptex Inc." border="0"/> + <img src="{concat($images,'images/gni_logo.png')}" width="125" alt="Global Netoptex Inc." title="Global Netoptex Inc." border="0"/> </a> </td> </tr> @@ -58,7 +58,7 @@ <tr lang="en"> <td align="center" class="topsep"> <a href="http://www.bytemark.co.uk/r/gentoo-home" target="_top"> - <img src="{concat($images,'images/sponsors/bytemark_ad.png')}" width="125" alt="Bytemark" border="0"/> + <img src="{concat($images,'images/sponsors/bytemark_ad.png')}" width="125" alt="Bytemark" title="Bytemark" border="0"/> </a> </td> </tr> @@ -68,7 +68,7 @@ <tr lang="en"> <td align="center" class="topsep"> <a href="http://www.online-kredit-index.de/" target="_top"> - <img src="{concat($images,'images/sponsors/kredit-ad.jpg')}" width="125" alt="Online Kredit Index" border="0"/> + <img src="{concat($images,'images/sponsors/kredit-ad.jpg')}" width="125" alt="Online Kredit Index" title="Online Kredit Index" border="0"/> </a> </td> </tr> |