ca9e008e9edbcf048e0c4cd747c15a9c07ed9a26 kate Wed Nov 23 11:34:24 2016 -0800 Minor layout repair. In response to QA. refs #17369 diff --git src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c index 605ed2b..7643283 100644 --- src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c +++ src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c @@ -1,372 +1,372 @@ /* hgGtexTrackSettings: Configure GTEx track, with tissues selected from Body Map or list * * Copyright (C) 2016 The Regents of the University of California */ #include "common.h" #include "trackDb.h" #include "cart.h" #include "portable.h" #include "cheapcgi.h" #include "web.h" #include "hCommon.h" #include "hui.h" #include "gtexUi.h" #include "gtexInfo.h" #include "gtexTissue.h" /* Global Variables */ struct cart *cart = NULL; /* CGI and other variables */ struct hash *oldVars = NULL; /* Old contents of cart before it was updated by CGI */ static void printTrackHeader(char *db, struct trackDb *tdb) /* Print top banner with track labels */ // TODO: Try to simplify layout { char *assembly = stringBetween("(", ")", hFreezeFromDb(db)); puts( "\n" "
color); printf( "style='background-color: #%06X;" "border-color: #%06X;'> | \n", isChecked ? tis->color : 0xFFFFFF, tis->color); printf( "%s", isChecked ? "gbmTissueSelected" : "", tis->name, tis->description); // Hidden checkbox stores value for cart printf( "", var, tis->name, isChecked ? "checked" : ""); puts( " | "); col++; if (col > cols-1) { puts("