qsos-commits
[Top][All Lists]
Advanced

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

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


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/phpviewer show.php
Date: Wed, 15 Nov 2006 23:06:09 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   06/11/15 23:06:09

Modified files:
        apps/phpviewer : show.php 

Log message:
        Icon position and behaviour changed

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

Patches:
Index: show.php
===================================================================
RCS file: /sources/qsos/qsos/apps/phpviewer/show.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- show.php    15 Nov 2006 22:41:03 -0000      1.5
+++ show.php    15 Nov 2006 23:06:09 -0000      1.6
@@ -115,18 +115,16 @@
 
 $family = $myDoc[0]->getkey("qsosappfamily");
 
-
-echo "[<a id='comment_selector' href='javascript:hideComments();'>Hide 
comments</a>]";
-echo " - Click on the <img src='graph.png' border=''/> icon to see the radar 
graph";
-echo "<table style='border-collapse: collapse; table-layout: fixed;'>\n";
-
-echo "<tr class='title'><td>$family ";
-
 $f = "";
 foreach($files as $file) {
        $f .= "f[]=$file&";
 }
-echo " <a href='radar.php?".$f."svg=$svg'><img src='graph.png' 
border=''/></a></td>";
+
+echo "[<a id='comment_selector' href='javascript:hideComments();'>Hide 
comments</a>]";
+echo " - Click on the <a href='radar.php?".$f."svg=$svg'><img src='graph.png' 
border=''/></a> icon to see the radar graph";
+echo "<table style='border-collapse: collapse; table-layout: fixed;'>\n";
+echo "<tr class='title'><td>$family</td>";
+echo "<td><a href='radar.php?".$f."svg=$svg'><img src='graph.png' 
border=''/></a></td>";
 
 for($i=0; $i<$num; $i++) {
        echo "<td>$app[$i]</td><td id='comment'>Comments</td>";
@@ -158,18 +156,18 @@
 
                echo "<tr id='$id' name='$name' class='level$depth'>\n";
                if ($subtree) {
-                       echo "<td><span style='position:relative; left:$offset' 
onclick=\"collapse(this);\" class='expanded'>$title";
+                       echo "<td><span style='position:relative; left:$offset' 
onclick=\"collapse(this);\" class='expanded'>$title</span></td><td>";
                        if ($myDoc[0]->hassubelements($name) > 2) {
                                $files = $_GET['f'];
                                $f = "";
                                foreach($files as $file) {
                                        $f .= "f[]=$file&";
                                }
-                               echo " <a 
href='radar.php?".$f."c=$name&svg=$svg'><img src='graph.png' border=''/></a>";
+                               echo "<a 
href='radar.php?".$f."c=$name&svg=$svg'><img src='graph.png' 
border=''/></a></td>";
                        }
-                       echo "</span></td>\n";
+                       //echo "</td>\n";
                } else {
-                       echo "<td><span style='position:relative; 
left:$offset'>$title</span></td>\n";
+                       echo "<td><span style='position:relative; 
left:$offset'>$title</span></td><td></td>\n";
                }
 
                for($i=0; $i<count($trees); $i++) {




reply via email to

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