From bcba6e61cda6094a1228fe1bd9b942cfc2036d81 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Wed, 3 Jun 2015 22:40:09 -0400 Subject: provide anchors to target sections of the front page This patch makes it easier to point people at the list of variations and the list of usertagged bugs. It also uses css to make the targeted sections have a different header color (i'm happy for more style-y people to improve on this visual cue). --- bin/reproducible_html_graphs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index bd128daa..b7114f2e 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -367,7 +367,7 @@ write_usertag_table() { let "COUNT+=1" VALUE=$(echo $RESULT | cut -d "|" -f$COUNT) if [ $COUNT -eq 1 ] ; then - write_page "" + write_page "
Usertagged bugsOpenDoneTotal
" elif [ $((COUNT%2)) -eq 0 ] ; then write_page "" TOTAL=$VALUE @@ -600,7 +600,7 @@ create_main_stats_page() { done # explain setup write_page "

" - write_page "

Usertagged bugsOpenDoneTotal
${FIELD:5}$VALUE
" + write_page "
variationfirst buildsecond build
" write_page "" write_page "" write_page "" -- cgit v1.2.3-70-g09d2
variationfirst buildsecond build
hostname$(hostname)i-capture-the-hostname
domainname$(hostname -d)i-capture-the-domainname
env BUILDUSERIDBUILDUSERID=\"1111\"BUILDUSERID=\"2222\"