qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/apps/phpviewer index.php


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/phpviewer index.php
Date: Sun, 19 Nov 2006 14:57:36 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   06/11/19 14:57:36

Modified files:
        apps/phpviewer : index.php 

Log message:
        highlight on mouseover

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/phpviewer/index.php?cvsroot=qsos&r1=1.6&r2=1.7

Patches:
Index: index.php
===================================================================
RCS file: /sources/qsos/qsos/apps/phpviewer/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- index.php   14 Nov 2006 14:34:57 -0000      1.6
+++ index.php   19 Nov 2006 14:57:36 -0000      1.7
@@ -70,7 +70,7 @@
        echo "<table style='border-collapse: collapse'>\n";
        echo "<tr class='title'><td>Software families</td></tr>\n";
        for ($i=0; $i<count($families); $i++) {
-               echo "<tr class='level1'><td><a 
href='index.php?f=$families[$i]'>$families[$i]</a></td></tr>\n";
+               echo "<tr class='level1' 
onmouseover=\"this.setAttribute('class','highlight')\" 
onmouseout=\"this.setAttribute('class','level1')\"><td><a 
href='index.php?f=$families[$i]'>$families[$i]</a></td></tr>\n";
        }
        echo "</table></div>\n";
 } else {
@@ -90,7 +90,7 @@
                                $name = basename($file, ".qsos");
                                $odsfile = $name.".ods";
                                
-                               echo "<tr class='level1'>\n";
+                               echo "<tr class='level1' 
onmouseover=\"this.setAttribute('class','highlight')\" 
onmouseout=\"this.setAttribute('class','level1')\">\n";
                                echo "<td>$name</td>\n";
                                echo "<td align='center'><a 
href='show.php?f[]=$link&svg=yes'><img src='html.png' border='0'/></a></td>\n";
                                echo "<td align='center'><a 
href='export_oo.php?f=$link'><img src='ods.png' border='0'/></a></td>\n";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]