aab4f66a2aca5293f3536cc1d1438b17d2b09dfd tdreszer Thu May 5 16:14:15 2011 -0700 A large set of tiny changes. These fix a lot of discrepencies with bgcolor and font color declarations which were tripping up docttype 4.01. diff --git src/hg/hgText/hgText.c src/hg/hgText/hgText.c index 660904f..68a0242 100644 --- src/hg/hgText/hgText.c +++ src/hg/hgText/hgText.c @@ -616,103 +616,101 @@ return FALSE; } void doGateway() /* Table Browser gateway page: select organism, db */ { webStart(cart, "Table Browser: Choose Organism and Assembly"); if (! hDbIsActive(database)) { database = hDefaultDb(); organism = hGenome(database); } puts( -"
" -"\n" -"
\n" -"
\n" +"" +"\n" +"
\n" "The UCSC Table Browser was created by the \n" "Genome Bioinformatics Group of UC Santa Cruz. \n" "
\n" "Software Copyright (c) The Regents of the University of California.\n" "All rights reserved.\n" -"\n" -"

\n" +"

\n" ); puts("

This tool allows you to download portions of the Genome Browser \n" "database in several output formats. \n" "Choose a genome and assembly, \n" "then press the Submit button.\n"); puts("See the Table Browser " "User Guide for more information.

\n" - "NOTE: This software has been replaced by a " + "NOTE: This software has been replaced by a " "newer version of the Table Browser. " "This version of the tool is no longer " "maintained or updated by UCSC; therefore, we can make no guarantees " "about the completeness or correctness of the data returned. " "We are happy to assist you in the transition to the new Table " "Browser, which has many more features. Please " "email our public mailing " "list with questions or comments. " - "

"); + "

"); -puts("

"); +puts(""); printf("
\n", hgTextName(), httpFormMethod); puts( -"\n" +"
\n" "
\n" -"\n" +"
\n" "
\n" ); puts( -"\n" +"
\n" "\n" "\n" "
\n" ); cartSaveSession(cart); puts( "\n" "\n" "\n" "\n" "" ); puts("\n"); puts("
genomeassembly
\n"); printGenomeListHtml(database, onChangeOrg); puts("\n"); printAssemblyListHtml(database, ""); puts(""); cgiMakeButton("submit", "Submit"); puts( "
\n" "
\n" "
\n" "
\n" ); cgiMakeHiddenVar("phase", chooseTablePhase); puts( "
" -"
\n" +"\n" ); printf("To reset all user cart settings (including custom tracks), \n" "click here.\n", hgTextName()); printf("
\n", hgTextName(), httpFormMethod); cgiMakeHiddenVar("org", organism); cgiMakeHiddenVar("db", database); cartSetString(cart, "db",database); cartSetString(cart, "org", organism); cartSaveSession(cart); puts("
"); @@ -865,33 +863,33 @@ cgiContinueHiddenVar("org"); cgiContinueHiddenVar("db"); cgiMakeHiddenVar("position", "genome"); cgiMakeHiddenVar("table", getTableVar()); cgiMakeHiddenVar("phase", chooseTablePhase); if (tableIsPositional) cgiMakeHiddenVar("tbPosOrKeys", "keys"); cgiContinueHiddenVar("tbTrack"); cgiContinueHiddenVar("tbCustomTrack"); cgiContinueHiddenVar("table0"); cgiContinueHiddenVar("table1"); if (tableIsPositional) { puts("
\n"); - puts("
"); + puts(""); puts("

\n"); - puts("

"); + puts(""); } else { puts("

\n"); } cartSaveSession(cart); printf("\n"); webEnd(); } void uploadForm() /* Put up upload form. */ { webStart(cart, "Table Browser: Upload File of Names/Accessions for Batch Query"); puts("" @@ -1101,40 +1099,40 @@ struct hashEl *ctPosTableList = NULL; struct hashEl *posTableList; struct hashEl *nonposTableList; char *keyStr = getUserKeys(); char *posOrKeys; webStart(cart, "Table Browser: %s %s: Choose a table", hOrganism(database), freezeName); printf("

\n\n", hgTextName(), httpFormMethod); cartSaveSession(cart); cgiMakeHiddenVar("db", database); cgiContinueHiddenVar("tbUserKeys"); -puts("NOTE: This software has been replaced by a " +puts("NOTE: This software has been replaced by a " "newer version of the Table Browser. " "This version of the tool is no longer " "maintained or updated by UCSC; therefore, we can make no guarantees " "about the completeness or correctness of the data returned. " "We are happy to assist you in the transition to the new Table " "Browser, which has many more features. Please " "email our public mailing " "list with questions or comments. " - "

"); + "

"); puts("" "Help"); ctPosTableList = getCustomTrackNames(); categorizeTables(&posTableList, &nonposTableList); puts("

Choose a table:
"); printTrackDropList(database, onChangeTrack, "tbTrack"); printf(""); printf("