Changeset 9466 for trunk/MagicSoft/Mars/datacenter/db/showplots-ds.php
- Timestamp:
- 06/22/09 18:40:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/showplots-ds.php
r9247 r9466 135 135 { 136 136 if (in_array($seq, $sequon)) 137 printf("<font color='green'>\n");137 $color="green"; 138 138 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); 141 143 } 142 144 else
Note:
See TracChangeset
for help on using the changeset viewer.