[Pkg-octave-commit] rev 128 - trunk/www

Rafael Laboissiere pkg-octave-devel@lists.alioth.debian.org
Fri, 25 Feb 2005 15:54:48 +0100


Author: rafael
Date: 2005-02-25 15:54:48 +0100 (Fri, 25 Feb 2005)
New Revision: 128

Modified:
   trunk/www/index.html.in
Log:
Added title to <a> tags around icons, such that balloon help appears


Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in	2005-02-25 13:24:16 UTC (rev 127)
+++ trunk/www/index.html.in	2005-02-25 14:54:48 UTC (rev 128)
@@ -91,30 +91,33 @@
       <tr>
         <td><:=$pkg:></td>
         <td>
-          <a href="http://packages.debian.org/src:<:=$pkg:>"> <img
-          src="icons/home.png" class="icon" alt="[home]"/>
+          <a href="http://packages.debian.org/src:<:=$pkg:>"
+             title="Debian package home page">
+            <img src="icons/home.png" class="icon" alt="[home]"/>
           </a>
         </td>
         <td>
-          <a href="http://bugs.debian.org/src:<:=$pkg:>"> <img
-          src="icons/bug.png" class="icon" alt="[bts]"/>
+          <a href="http://bugs.debian.org/src:<:=$pkg:>"
+             title="Bug Tracking System">
+            <img src="icons/bug.png" class="icon" alt="[bts]"/>
           </a>
         </td>
         <td>
-          <a
-            href="http://buildd.debian.org/build.php?arch=&amp;pkg=<:=$pkg:>">
+          <a href="http://buildd.debian.org/build.php?arch=&amp;pkg=<:=$pkg:>"
+             title="Build daemon logs">
             <img src="icons/build.png" class="icon" alt="[buildd]"/>
           </a>
         </td>
         <td>
-          <a
-            href="http://bjorn.haxx.se/debian/testing.pl?package=<:=$pkg:>">
+          <a href="http://bjorn.haxx.se/debian/testing.pl?package=<:=$pkg:>"
+             title="Why is the package not in testing yet?">
             <img src="icons/check.png" class="icon" alt="[check]"/>
           </a>
         </td>
         <td>
           <a
-            href="http://svn.debian.org/wsvn/pkg-octave/trunk/packages/<:=$pkg:>/debian/?rev=0&amp;sc=0">
+            href="http://svn.debian.org/wsvn/pkg-octave/trunk/packages/<:=$pkg:>/debian/?rev=0&amp;sc=0"
+            title="Debian files in the Subversion repository">
             <img src="icons/svn.png" class="icon" alt="[svn]"/>
           </a>
         </td>