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

Legend:

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

    r8794 r9466  
    173173printf("</td>\n</tr>\n<tr>\n<td align='center' colspan='3'>\n");
    174174if (!empty($seq))
    175     printf("%s <img src='%s'>", $plot, $plot);
     175{
     176    printf("<div onmouseover=\"this.innerHTML='%s'\" onmouseout=\"this.innerHTML='%s'\"> %s </div>", getinfofromdb($seq), $plot, $plot);
     177    printf("<img src='%s'>", $plot);
     178}
    176179else
    177180    printf("Choose a source and/or a range of sequences or just click 'Plot' for going through all sequences.");
Note: See TracChangeset for help on using the changeset viewer.