src/hg/gsid/pbGsid/pbGsid.c 1.10
1.10 2009/07/27 17:25:46 fanhsu
Added "target=_blank" for PDF and PS links per GSID's request.
Index: src/hg/gsid/pbGsid/pbGsid.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/gsid/pbGsid/pbGsid.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -B -U 4 -r1.9 -r1.10
--- src/hg/gsid/pbGsid/pbGsid.c 9 Dec 2008 23:23:25 -0000 1.9
+++ src/hg/gsid/pbGsid/pbGsid.c 27 Jul 2009 17:25:46 -0000 1.10
@@ -337,25 +337,25 @@
printf(" PDF can be viewed with Adobe Acrobat Reader.<BR><BR>\n");
doTrackForm(psTn.forCgi, psTn2.forCgi);
-printf("<A HREF=\"%s\">Click here to download</A> "
+printf("<A HREF=\"%s\" target=_blank>Click here to download</A> "
"the current protein tracks graphic in PostScript. ", psTn.forCgi);
pdfFile = convertEpsToPdf(psTn.forCgi);
if(pdfFile != NULL)
{
- printf("<BR><A HREF=\"%s\">Click here to download</A> "
+ printf("<BR><A HREF=\"%s\" target=_blank>Click here to download</A> "
"the current protein tracks graphic in PDF", pdfFile);
}
else
printf("<BR><BR>PDF format not available");
-printf("<BR><BR><A HREF=\"%s\">Click here to download</A> "
+printf("<BR><BR><A HREF=\"%s\" target=_blank>Click here to download</A> "
"the current protein histograms graphic in PostScript. ", psTn2.forCgi);
pdfFile = convertEpsToPdf(psTn2.forCgi);
if(pdfFile != NULL)
{
- printf("<BR><A HREF=\"%s\">Click here to download</A> "
+ printf("<BR><A HREF=\"%s\" target=_blank>Click here to download</A> "
"the current protein histograms graphic in PDF", pdfFile);
}
else
printf("<BR><BR>PDF format not available");