97a511aea79c89255b43013df2424a56f59386d3 tdreszer Mon May 16 14:02:25 2011 -0700 As recommended by Greg, purging bordercolor which is an obsolete MS only HTML setting. Replaced with style. diff --git src/hg/hgGeneRing/hgGeneRing.c src/hg/hgGeneRing/hgGeneRing.c index 1b31dba..a3819e3 100644 --- src/hg/hgGeneRing/hgGeneRing.c +++ src/hg/hgGeneRing/hgGeneRing.c @@ -69,46 +69,46 @@ boolean gotClade = hGotClade(); /* JavaScript to copy input data on the change genome button to a hidden form This was done in order to be able to flexibly arrange the UI HTML */ char *onChangeDB = "onchange=\"document.orgForm.db.value = document.mainForm.db.options[document.mainForm.db.selectedIndex].value; document.orgForm.submit();\""; char *onChangeOrg = "onchange=\"document.orgForm.org.value = document.mainForm.org.options[document.mainForm.org.selectedIndex].value; document.orgForm.db.value = 0; document.orgForm.submit();\""; char *onChangeClade = "onchange=\"document.orgForm.clade.value = document.mainForm.clade.options[document.mainForm.clade.selectedIndex].value; document.orgForm.org.value = 0; document.orgForm.db.value = 0; document.orgForm.submit();\""; if (sameString(position, "genome") || sameString(position, "hgBatch")) position = defaultPosition; puts( "
\n" "
" -"\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" ); puts( "\n" "
\n" "\n" "
\n" -"\n" +"
\n" "
\n" "\n" "\n" "
\n" ""); if (gotClade) puts(""); puts( "\n" "\n" "\n" "\n" "\n" "\n" ); @@ -373,31 +373,31 @@ { /* not much point in this, though called old it's the same as current at this point. It is not the old value from before the last submit. char *oldGeneList = hashFindVal(oldVars, "ring_geneList"); */ if (!sameString(errMsg,"")) { printf("
%s
\n",errMsg); } puts( "\n" "
" -"
cladegenomeassemblypositionimage width  
\n" +"
\n" "
\n" "Enter gene list for gene network ring.\n" "
\n" ); puts( "
" "\n" "\n" ); puts("\n");
\n"); cgiMakeTextArea("ring_geneList", geneList, 25, 30); printf("