6c2c7e0dc1468eba959f37b8101d2f43b1869d62
galt
  Thu Mar 21 16:36:50 2013 -0700
tweaks to UI, added help link to official-euro redirect message
diff --git src/hg/lib/web.c src/hg/lib/web.c
index 970a3c2..ce0ff5f 100644
--- src/hg/lib/web.c
+++ src/hg/lib/web.c
@@ -245,36 +245,36 @@
 	//empty TD disappears
 	/*
 	printf("<TR><TD COLSPAN=3 id='redirectTd' onclick=\"javascript:document.getElementById('redirectTd').innerHTML='';\">"
 	    "<center>"
 	    "You've been redirected to your nearest mirror - %s<br>"
 	    "<a href=\"%s\">Take me back to %s</a>"
 	    "</center>"
 	    "</TD></TR>\n"
 	    , domain, newUri, source );
 	    "<h3 style=\"background-color: #2636d1; text-align: center; color:#E0F0F0; margin-top:0px;\">"
 	*/
 
 	printf("<TR><TD COLSPAN=3 id='redirectTd' onclick=\"javascript:document.getElementById('redirectTd').innerHTML='';\">"
 	    "<div style=\"margin: 10px 25%%; border-style:solid; border-width:thin; border-color:#97D897;\">"
 	    "<h3 style=\"background-color: #97D897; text-align: left; margin-top:0px; margin-bottom:0px;\">"
-	    "<img style=\"float:left; margin-top:4px; margin-left:3px; margin-right:4px;\" src=\"http://uswest.ensembl.org/i/info_blue_13.png\">"
-	    "You've been redirected to your nearest mirror - %s"
-	    "<img title=\"Hide hint panel\" alt=\"Hide hint panel\" style=\"float:right; margin-top:3px; margin-right:3px\" src=\"http://uswest.ensembl.org/i/close.gif\">"
+	    "&nbsp;You've been redirected to your nearest mirror - %s"
+	    "<idiv style=\"float:right;\">[x]</idiv>"
 	    "</h3> "
 	    "<ul style=\"margin:5px;\">"
 	    "<li>Take me back to <a href=\"%s\">%s</a>"
+	    "<idiv style=\"float:right;\"><a href=\"../goldenPath/help/genomeEuro.html\">What is this?</a></idiv>"
 	    "</li>"
 	    "</ul>"
 	    "</div>"
 	    "</TD></TR>\n"
 	    , domain, newUri, source );
 	}
     }
 
 if(!skipSectionHeader)
 /* this HTML must be in calling code if skipSectionHeader is TRUE */
     {
     puts( // TODO: Replace nested tables with CSS (difficulty is that tables are closed elsewhere)
          "<!-- +++++++++++++++++++++ CONTENT TABLES +++++++++++++++++++ -->" "\n"
          "<TR><TD COLSPAN=3>\n"
          "<div id=firstSection>"