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("
\n"); - 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(""