src/hg/qaPushQ/qaPushQ.c 1.115
1.115 2009/12/03 00:28:29 galt
requested feature quicklinks to jump to sections ABCDL
Index: src/hg/qaPushQ/qaPushQ.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/qaPushQ/qaPushQ.c,v
retrieving revision 1.114
retrieving revision 1.115
diff -b -B -U 4 -r1.114 -r1.115
--- src/hg/qaPushQ/qaPushQ.c 20 Mar 2009 01:50:47 -0000 1.114
+++ src/hg/qaPushQ/qaPushQ.c 3 Dec 2009 00:28:29 -0000 1.115
@@ -1017,8 +1017,13 @@
printf(" <A href=/cgi-bin/qaPushQ?action=showGateway&cb=%s>Gateway</A>\n",newRandState);
printf(" <A href=/cgi-bin/qaPushQ?action=showDisplayHelp target=\"_blank\">Help</A>\n");
printf(" <A href=/cgi-bin/qaPushQ?action=releaseLog target=\"_blank\">Release Log</A>\n");
//printf(" <A href=/cgi-bin/qaPushQ?action=releaseLogPush target=\"_blank\">Publish RL</A>\n");
+printf(" <A href=/cgi-bin/qaPushQ?cb=%s#priorityA>A</A>\n",newRandState);
+printf(" <A href=/cgi-bin/qaPushQ?cb=%s#priorityB>B</A>\n",newRandState);
+printf(" <A href=/cgi-bin/qaPushQ?cb=%s#priorityC>C</A>\n",newRandState);
+//printf(" <A href=/cgi-bin/qaPushQ?cb=%s#priorityD>D</A>\n",newRandState);
+printf(" <A href=/cgi-bin/qaPushQ?cb=%s#priorityL>L</A>\n",newRandState);
printf(" <A href=/cgi-bin/qaPushQ?cb=%s>Refresh</A>\n",newRandState);
//printf(" newRandState=%s\n",newRandState);
//printf(" oldRandState=%s\n",oldRandState);
@@ -1086,9 +1091,9 @@
break;
}
printf("<tr>");
- printf("<td><h1>%s</h1></td><td><b>%s</b></td>\n", ki->priority, comment);
+ printf("<td><h1>%s<A name=\"priority%s\"></h1></td><td><b>%s</b></td>\n", ki->priority, ki->priority, comment);
printf("</tr>");
}