Index: work/feature_poll/pcb-rnd-poll.cgi =================================================================== --- work/feature_poll/pcb-rnd-poll.cgi (revision 1662) +++ work/feature_poll/pcb-rnd-poll.cgi (revision 1663) @@ -554,15 +554,23 @@ function html_tbl(TBL, divisor, feat ,n,img) { print "" - print "" + print "
" feature "" - print "
" load(feature, "short") "" - print "
" + print "
" + + # header + print "" + print "
" if (feature != "") print "" else print " " + print "    " + print "" + print "" feature "" + print "
" load(feature, "short") "" + print "
" - + # content img=cgi "?cmd=stats&features=" feat "&fmt=pie" for(n=0; n < levels; n++) { print "
" CHOICES_SHORT[n+1] "
" CHOICES[n+1] "

 "