ebeefbf41d884926efc42da649b73e4bf120b216 tdreszer Thu May 5 16:50:56 2011 -0700 Reverting span center to old style center tags because CSS didn't work as expected. diff --git src/hg/hgText/hgText.c src/hg/hgText/hgText.c index 68a0242..12dfb6f 100644 --- src/hg/hgText/hgText.c +++ src/hg/hgText/hgText.c @@ -616,59 +616,59 @@ 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" "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" ); 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 " "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" ); puts( "\n" "\n" "
\n" ); cartSaveSession(cart); @@ -686,31 +686,31 @@ 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("
"); @@ -863,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(""