0b4b658777c614e1cfbc2ca61e22e751f4e0fcc7 tdreszer Tue Apr 26 11:26:03 2011 -0700 Fix for missing box around suybmit controls. diff --git src/hg/hgGateway/hgGateway.c src/hg/hgGateway/hgGateway.c index 59cd3ee..e82fbf6 100644 --- src/hg/hgGateway/hgGateway.c +++ src/hg/hgGateway/hgGateway.c @@ -73,37 +73,32 @@ "\n" "
\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" -"\n" -"
\n" -"\n" -"\n" -"
\n"); +"\n" +"\n"); puts( "
\n"); puts(""); if (gotClade) puts(""); puts( "\n" "\n" "\n"); if(supportsSuggest) puts("\n"); puts( "\n" "\n" "\n" ); @@ -159,31 +154,31 @@ /* 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" "
cladegenomeassemblyposition or search termgeneimage width  
\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" ); puts(""); puts(""); if(isSearchTracksSupported(db,cart)) { puts(""); // clear possition button puts(""); puts("
"); cgiMakeButtonWithMsg(TRACK_SEARCH, TRACK_SEARCH_BUTTON,TRACK_SEARCH_HINT); @@ -217,32 +212,30 @@ 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" "
\n" -"
\n" -"
\n" ); 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." "


");