Author: vip
Date: Mon May 21 18:47:02 2007
New Revision: 8617

Modified:
   toys/stbr/index.php
Log:
- make clickable popup instead of mouseover layer (allows clicking on it to 
show buildlog page, NFY)


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Mon May 21 18:47:02 2007
@@ -111,12 +111,12 @@
     popupS.display = "block";
     popup.innerHTML = tohtml( txt );
     if (popup.offsetWidth > 500) popupS.width = "500px";
-       t.onmouseout = hideOver;
+/*     t.onmouseout = hideOver;
     if (window.onmousemove)
        window.onmousemove = moveOver;
     else
        document.onmousemove = moveOver;
-
+*/
     moveOver(e);
 }
 
@@ -216,7 +216,7 @@
 <tr><td class="branch">th-test</td>
 <td>means you requested a test-build</td></tr>
 <tr><td colspan="2">
-To see builder status info, place your cursor over the filled 
request.</td></tr>
+To see builder status info, click on the filled request's row.</td></tr>
 </tbody>
 </table>
 
@@ -280,7 +280,7 @@
 
                        foreach($filled['builder'] as $key => $value)
                        {
-                               $title .= "$value @ $key [br/]";
+                               $title .= $value . " @ [a href=\'#\']" . $key . 
"[/a][br/]";
                        }
                        
                        $insert = 'INSERT INTO status VALUES ("';
@@ -293,7 +293,7 @@
                        sqlite_exec($db, $insert, $err);
                        echo $err;
                        
-                       $title = "onmouseover=\"O(event, this, '$title')\"";
+                       $title = "onclick=\"O(event, this, '$title')\"";
                        
                        $info = '<a class="mailto">' . $filled['requester'] . 
'</a> / ' . $filled['flags'] . '<br />' . $filled['date'];
                }
@@ -305,11 +305,11 @@
        else
        {
                $info = '<a class="mailto">' . $q['queue_requester'] . '</a> / 
' . $q['queue_flags'] . '<br />' . $q['queue_date'];
-               $title = "onmouseover=\"O(event, this, 'Cached: 
[br/]{$q['queue_builder_info']}')\"";
+               $title = "onclick=\"O(event, this, 'Cached: 
[br/]{$q['queue_builder_info']}')\"";
        }
 ?>
 <tr class="application" <?=$title?>>
-<td class="spec"><a 
href="http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/<?=$q['aspec']?>?f=u&only_with_tag=<?=$q['abranch']?>&logsort=date"><?=$q['aspec']?></a>:<?=$q['abranch']?></td>
+<td class="spec"><a 
href="http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/<?=$q['aspec']?>?f=u&amp;only_with_tag=<?=$q['abranch']?>&amp;logsort=date"><?=$q['aspec']?></a>:<?=$q['abranch']?></td>
 <td class="recip"><a class="mailto"><?=$q['arecipient']?></a></td>
 <td class="builder"><?=$q['builder']?></td>
 <td class="status">
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to