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/hgGateway/hgGateway.c src/hg/hgGateway/hgGateway.c index 75be2a6..9ea2122 100644 --- src/hg/hgGateway/hgGateway.c +++ src/hg/hgGateway/hgGateway.c @@ -57,44 +57,44 @@ webIncludeResourceFile("autocomplete.css"); jsIncludeFile("jquery.js", NULL); #ifdef NEW_JQUERY webIncludeResourceFile("jquery-ui.css"); jsIncludeFile("jquery-ui.js", NULL); #else jsIncludeFile("jquery.autocomplete.js", NULL); #endif jsIncludeFile("ajax.js", NULL); jsIncludeFile("autocomplete.js", NULL); jsIncludeFile("hgGateway.js", NULL); jsIncludeFile("utils.js", NULL); puts( -"" +"
" "\n" "
\n" "The UCSC Genome Browser was created by the \n" "Genome Bioinformatics Group of UC Santa Cruz.\n" "
" "Software Copyright (c) The Regents of the University of California.\n" "All rights reserved.\n" -"
\n" +"
\n" ); puts( "
\n" -"" +"
" "\n" "\n"); puts( -"
\n"); puts(""); if (gotClade) puts(""); puts( "\n" "\n" "\n"); if(supportsSuggest) puts("\n"); puts( "\n" "\n" @@ -146,43 +146,43 @@ puts("\n"); puts("\n" "
cladegenomeassemblyposition or search termgeneimage width   "); if(supportsSuggest) hButtonWithOnClick("Submit", "submit", NULL, "submitButtonOnClick()"); else cgiMakeButton("Submit", "submit"); /* This is a clear submit button that browsers will use by default when enter is pressed in position box. FIXME: This should be done with js onchange event! */ printf(""); cartSaveSession(cart); /* Put up hgsid= as hidden variable. */ puts( "
\n" "

\n" +"

\n" "Click here to reset the browser user interface settings to their defaults."); #define SURVEY 1 #ifdef SURVEY if (survey && differentWord(survey, "off")) printf("   %s", survey, surveyLabel ? surveyLabel : "Take survey"); #endif puts( "
\n" -"\n" -"
\n" +"\n" +"
\n" ); puts(""); puts(""); if(isSearchTracksSupported(db,cart)) { puts(""); } // custom track button. disable hgCustom button on GSID server, until // necessary additional work is authorized. puts(""); // clear possition button puts(""); puts("
"); cgiMakeButtonWithMsg(TRACK_SEARCH, TRACK_SEARCH_BUTTON,TRACK_SEARCH_HINT); puts(""); @@ -208,34 +208,34 @@ // configure button puts(""); cgiMakeButtonWithMsg("hgTracksConfigPage", "configure tracks and display","Configure track selections and browser display"); puts(""); if(supportsSuggest) cgiMakeOnClickButton("document.mainForm.position.value=''; document.getElementById('suggest').value='';", "clear position"); else cgiMakeOnClickButton("document.mainForm.position.value=''", "clear position"); puts("
"); -puts("\n" +puts("
\n" "
\n" ); -puts(""); +puts("
"); #ifdef NEW_JQUERY hPrintf("\n"); #endif puts(""); if (hIsPreviewHost()) { puts("

" "WARNING: This is our preview site. It is a weekly mirror of our internal development server for public access. " "Data and tools here are under construction, have not been quality reviewed, and are subject to change " "at any time. We provide this site for early access, with the warning that it is less available " "and stable than our public site. For high-quality reviewed annotations on our production server, visit " " http://genome.ucsc.edu." "


"); } else if (hIsPrivateHost())