9a3d804d4836f8508ed10a5372e3cc50c4c5ff64 kate Thu Nov 3 20:50:16 2016 -0700 Finish connection to hgTracks; create form and submit button, and get tissues into cart. refs #17369 diff --git src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c index 359410b..520f9c0 100644 --- src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c +++ src/hg/hgGtexTrackSettings/hgGtexTrackSettings.c @@ -100,63 +100,70 @@ struct gtexTissue **tisTable = NULL; int count = slCount(tissues); AllocArray(tisTable, count); int i=0, col=0; int cols = 2; int last = count/2 + 1; puts( " " "
" - " | %s | ", + "%s", tis->color, isChecked ? "tissueSelected" : "", tis->name, tis->description); + printf("", + var, tis->name, isChecked ? "checked" : ""); + puts(" | "); col++; if (col > cols-1) { puts("