src/hg/hgc/hgdpClick.c 1.6
1.6 2009/03/17 19:05:58 angie
Added links to population key images.
Index: src/hg/hgc/hgdpClick.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgdpClick.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/hg/hgc/hgdpClick.c 9 Feb 2009 22:30:25 -0000 1.5
+++ src/hg/hgc/hgdpClick.c 17 Mar 2009 19:05:58 -0000 1.6
@@ -335,8 +335,12 @@
geoSnpPngFile, geoSnpPngFile);
printf("<A HREF=\"%s\" TARGET=_BLANK>PDF</A> ", geoSnpPdfFile);
printf("<A HREF=\"%s\" TARGET=_BLANK>EPS</A> ", geoSnpEpsFile);
printf("<A HREF=\"%s\" TARGET=_BLANK>PNG</A><BR>\n", geoSnpPngFile);
+printf("Population key:\n");
+printf("<A HREF=\"../images/hgdpGeoPopKey.pdf\" TARGET=_BLANK>PDF</A> ");
+printf("<A HREF=\"../images/hgdpGeoPopKey.eps\" TARGET=_BLANK>EPS</A> ");
+printf("<A HREF=\"../images/hgdpGeoPopKey.png\" TARGET=_BLANK>PNG</A><BR>\n");
}
void hgdpGeoFreqTable(struct hgdpGeo *geo)
/* Print an HTML table of populations and allele frequencies. */