2f189d3c681590ef251d4d035dbdec4a5aba991f chinhli Fri Oct 7 14:22:27 2011 -0700 Minor touch up of link to download page in table browser. diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c index b0474ef..33abf0e 100644 --- src/hg/hgTables/mainPage.c +++ src/hg/hgTables/mainPage.c @@ -955,33 +955,33 @@ "of the controls in this form, the " "<A HREF=\"../goldenPath/help/hgTablesHelp.html\">User's Guide</A> for " "general information and sample queries, and the OpenHelix Table Browser " "<A HREF=\"http://www.openhelix.com/downloads/ucsc/ucsc_home.shtml\" " "TARGET=_blank>tutorial</A> for a narrated presentation of the software " "features and usage. " "For more complex queries, you may want to use " "<A HREF=\"http://main.g2.bx.psu.edu\" target=_BLANK>Galaxy</A> or " "our <A HREF=\"http://genome.ucsc.edu/FAQ/FAQdownloads#download29\">public " "MySQL server</A>. " "To examine the biological function of your set through annotation " "enrichments, send the data to " "<A HREF=\"http://great.stanford.edu\">GREAT</A>. Refer to the " "<A HREF=\"../goldenPath/credits.html\">Credits</A> page for the list of " "contributors and usage restrictions associated with these data. " - "All tables can be downloaded in their entirety from the \"" + "All tables can be downloaded in their entirety from the " "<A HREF=\"http://hgdownload.cse.ucsc.edu/downloads.html\"" - "TARGET=_blank>Sequence and Annotation Downloads</A>\" page." + ">Sequence and Annotation Downloads</A> page." ); hPrintf("<script type=\"text/javascript\">\n"); hPrintf("function onSelectGreat() {\n"); hPrintf("document.getElementById('checkboxGalaxy').checked=false;\n"); hPrintf("document.getElementById('outBed').selected=true;\n"); hPrintf("return true;\n"); hPrintf("}\n"); hPrintf("</script>\n"); /* Main form. */ hPrintf("<FORM ACTION=\"%s\" NAME=\"mainForm\" METHOD=%s>\n", getScriptName(), cartUsualString(cart, "formMethod", "POST")); cartSaveSession(cart);