Changeset 9466 for trunk/MagicSoft/Mars/datacenter/db/showplots-seq.php
- Timestamp:
- 06/22/09 18:40:48 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/showplots-seq.php
r8794 r9466 173 173 printf("</td>\n</tr>\n<tr>\n<td align='center' colspan='3'>\n"); 174 174 if (!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 } 176 179 else 177 180 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.