[Pcsclite-cvs-commit] r5274 - in /website: matrix.css matrix.py

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Oct 1 12:24:59 UTC 2010


Author: rousseau
Date: Fri Oct  1 12:24:57 2010
New Revision: 5274

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5274
Log:
Do not play with image visibility since it also has side effects on the
icons images at the bottom of the page

Modified:
    website/matrix.css
    website/matrix.py

Modified: website/matrix.css
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.css?rev=5274&op=diff
==============================================================================
--- website/matrix.css (original)
+++ website/matrix.css Fri Oct  1 12:24:57 2010
@@ -1,5 +1,3 @@
-a img{position:absolute;visibility:hidden}
-a:hover img{visibility:visible}
 tr.supported, td.supported {background-color:#ffffff;}
 tr.supported_odd, td.supported_odd {background-color:#eeeeee;}
 tr.shouldwork, td.shouldwork {background-color:#a0ffff;}

Modified: website/matrix.py
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.py?rev=5274&op=diff
==============================================================================
--- website/matrix.py (original)
+++ website/matrix.py Fri Oct  1 12:24:57 2010
@@ -447,8 +447,6 @@
         for f in fields:
             if f == 'iProduct':
                 file.write("<td><a href='%s.html#%s%s'>%s</a></td>" % (readers[r]['section'], readers[r]['idVendor'], readers[r]['idProduct'], readers[r][f]))
-            elif f == 'iManufacturer':
-                file.write('<td><a onmouseover="">%s<img src="%s" alt="image"></a></td>' % (readers[r][f], "img/" + readers[r].get('image', "no_image.png")))
             elif f == 'image':
                 file.write('<td><img src="%s" height="100" alt="image"></td>' % ("img/" + readers[r].get('image', "no_image.png")))
             else:




More information about the Pcsclite-cvs-commit mailing list