d2487acc53819ca9b3a5f6df519408c3e4293e93 tdreszer Wed Oct 6 14:22:33 2010 -0700 Make cgi references to style sheets (css files) actually point to timestamped link. Common code is also used for js files diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index 0d5d833..e792125 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -17713,6 +17713,7 @@ */ { printf("<HTML>\n<HEAD>\n"); +//FIXME blueStyle should not be absolute to genome-test and should bae called by: webIncludeResourceFile("blueStyle.css"); printf("<LINK REL=STYLESHEET TYPE=\"text/css\" href=\"http://genome-test.cse.ucsc.edu/style/blueStyle.css\" title=\"Chuck Style\">\n"); printf("<title>%s</title>\n</head><body bgcolor=\"#f3f3ff\">",title); }