Ignore:
Timestamp:
06/22/09 18:40:48 (15 years ago)
Author:
aparavac
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/showplots-ds.php

    r9247 r9466  
    135135{
    136136    if (in_array($seq, $sequon))
    137         printf("<font color='green'>\n");
     137        $color="green";
    138138    else
    139         printf("<font color='red'>\n");
    140     printf("%s <img src='%s'>", $plot, $plot);
     139        $color="red";
     140
     141    printf("<div style='color:%s' onmouseover=\"this.innerHTML='%s';style.color='black'\" onmouseout=\"this.innerHTML='%s';style.color='%s'\"> %s </div>\n", $color, getinfofromdb($seq), $plot, $color, $plot);
     142    printf("<img src='%s'>\n", $plot);
    141143}
    142144else
Note: See TracChangeset for help on using the changeset viewer.