svn path=/trunk/boinc/; revision=15772

This commit is contained in:
David Anderson 2008-08-07 21:12:18 +00:00
parent 896bdb2e23
commit 534c9911c9
1 changed files with 2 additions and 1 deletions

View File

@ -211,7 +211,8 @@ function host_nresults($host) {
// If private is false, show the owner's name only if they've given permission // If private is false, show the owner's name only if they've given permission
// //
function show_host_row($host, $i, $private, $show_owner) { function show_host_row($host, $i, $private, $show_owner) {
echo "<tr><td> $j = $i % 2;
echo "<tr class=row$j><td>
<nobr><a href=show_host_detail.php?hostid=$host->id>$host->id</a> <nobr><a href=show_host_detail.php?hostid=$host->id>$host->id</a>
| <a href=results.php?hostid=$host->id>tasks</a></nobr> | <a href=results.php?hostid=$host->id>tasks</a></nobr>
</td> </td>