9df5de626b6036b48c00ccc48d9cb8f94f9c98a7 tdreszer Mon May 9 14:06:40 2011 -0700 Blue menubar must be squeezed left with a final empty TD. However some output pages are giant so the width must be not 80 but 95 percent to foce the columns as far left as they need to go. diff --git src/hg/lib/web.c src/hg/lib/web.c index 88335e3..f60b50d 100644 --- src/hg/lib/web.c +++ src/hg/lib/web.c @@ -224,31 +224,31 @@ "" "\n" ); } /* Put up the hot links bar. */ if (isGisaid) { #ifndef TOO_TIMID_FOR_CURRENT_HTML_STANDARDS printf("\n"); printf("\n"); // Home if (haveBlat) printf("\n"); // Blat printf("\n"); // Subject View printf("\n",uiState); // Sequence View printf("\n"); // Table View - printf("
HomeBlatSample ViewSequence ViewTable View 
\n"); // last column squeezes other columns left + printf(" \n"); // last column squeezes other columns left #else///ifdef TOO_TIMID_FOR_CURRENT_HTML_STANDARDS printf("
\n"); printf("\n"); /* Home */ printf(""); /* Blat */ if (haveBlat) printf(""); /* Subject View */ printf("", "Sample View"); @@ -278,31 +278,31 @@ else if (isGsid) { #ifndef TOO_TIMID_FOR_CURRENT_HTML_STANDARDS printf("
HomeBlat%s
\n"); printf("\n"); // Home if (haveBlat) printf("\n"); // Blat printf("\n"); // Subject View printf("\n",uiState); // Sequence View printf("\n"); // Table View if (endsWith(scriptName, "hgBlat")) printf("\n"); // Help else printf("\n"); // Help - printf("
HomeBlatSubject ViewSequence ViewTable ViewHelpHelp 
\n"); // last column squeezes other columns left + printf("
 
\n"); // last column squeezes other columns left #else///ifdef TOO_TIMID_FOR_CURRENT_HTML_STANDARDS printf("
\n"); printf("\n"); /* Home */ printf(""); /* Blat */ if (haveBlat) printf(""); /* Subject View */ printf("", "Subject View"); @@ -408,31 +408,31 @@ else if (endsWith(scriptName, "hgTables")) printf("\n"); } } - printf("
HomeBlat%sHelp 
\n"); // last column squeezes other columns left + printf("
 
\n"); // last column squeezes other columns left puts("\n"); #else///ifdef TOO_TIMID_FOR_CURRENT_HTML_STANDARDS puts( "" "\n" "" "\n" "" "\n" "
" "\n" " " "\n" "
" "\n" ); if (isEncode) { printf("" "\n");