Changeset 7962 for trunk/MagicSoft/Mars/datacenter/db/sequinfo-aio.php
- Timestamp:
- 09/19/06 17:24:20 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/sequinfo-aio.php
r7873 r7962 274 274 printf("%s", $_GET["fShowHide"]); 275 275 else 276 printf("100000000 ");276 printf("1000000000"); 277 277 printf("'>\n"); 278 278 printf("<img id='allbutton' src='../minus.png' alt='-' onclick='showhide(\"all\")'> Menu \n"); … … 286 286 printf(" <div id='all' style='display:block'>"); 287 287 288 printf(" <div id=\"info\" style='display:none'>");289 288 PrintSequInfoMenu(); 290 printf(" </div><p>\n");291 292 289 PrintSequInfo2Menu($host,$user,$pw,$db); 293 290 PrintSequStatMenu(); 294 291 PrintFailMenu(); 295 296 printf(" <div id=\"cal\" style='display:none'>\n");297 292 PrintCalMenu(); 298 printf(" </div><p>\n");299 300 printf(" <div id=\"star\" style='display:none'>\n");301 293 PrintStarMenu(); 302 printf(" </div><p>\n");303 304 printf("<div id='limits' style='display:none'>\n");305 294 PrintLimitsMenu($limitsmean, $limitsmin, $limitsmax, $alias, ""); 306 printf("</div>\n");307 295 308 296 printf(" <div id='ranges' style='display:none'>");
Note:
See TracChangeset
for help on using the changeset viewer.