a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/hgc/wikiTrack.c src/hg/hgc/wikiTrack.c index 3279310..27c667d 100644 --- src/hg/hgc/wikiTrack.c +++ src/hg/hgc/wikiTrack.c @@ -4,31 +4,30 @@ #include "cart.h" #include "hgc.h" #include "hCommon.h" #include "hgColors.h" #include "hgConfig.h" #include "obscure.h" #include "binRange.h" #include "web.h" #include "net.h" #include "grp.h" #include "hui.h" #include "htmlPage.h" #include "wikiLink.h" #include "wikiTrack.h" -static char const rcsid[] = "$Id: wikiTrack.c,v 1.50 2009/01/28 17:34:39 hiram Exp $"; #define ITEM_SCORE_DEFAULT "1000" #define ADD_ITEM_COMMENT_DEFAULT "add comments" static char *colorMenuJS = "onchange=\"updateColorSelectBox();\" style=\"width:8em;\""; static void colorMenuOutput() /* the item color pull-down menu in the create item form */ { hPrintf("<INPUT NAME=\"colorPullDown\" VALUE=\"\" SIZE=1 STYLE=\"display:none;\" >\n"); hPrintf("<SELECT NAME=\"%s\" style=\"width:8em; background-color:#000000;\" %s>\n", NEW_ITEM_COLOR, colorMenuJS); hPrintf("<OPTION SELECTED VALUE = \"#000000\" style=\"background-color:#000000;\" >black</OPTION>\n"); hPrintf("<OPTION value = \"#0000ff\" style=\"background-color:#0000ff;\" >blue</OPTION>\n"); hPrintf("<OPTION VALUE = \"#9600c8\" style=\"background-color:#9600c8;\" >purple</OPTION>\n");