Merge remote-tracking branch 'origin/master' into prod

* origin/master:
  graph legend:
  summary: link AP to AP graph
This commit is contained in:
Vincent Riquer 2014-06-30 02:21:20 +02:00
commit 3d6f9bc4d0
3 changed files with 8 additions and 3 deletions

3
index
View File

@ -595,7 +595,6 @@ else
"${thresholds[@]}" \
TICK:fail#ffffa0:1.0 \
VRULE:$now#000000 \
'GPRINT:data:MIN:min %6.2lf%S' \
'GPRINT:data:MAX:\tmax %6.2lf%S' \
'GPRINT:data:MAX:%6.2lf%S' \
"${next[@]}"
fi

View File

@ -80,6 +80,12 @@ tr.curlevel {
background: lightgreen;
}
a.AP {
color: rgb(105, 105, 0);
text-decoration: none;
font-weight: bold;
}
tr.nextlevel {
background: lightgrey;
}

View File

@ -5,7 +5,7 @@ show_current_level() {
<table class="curlevel" style="width:$(( graph_width + 97 ))px">
<tr class="curlevel">
<td class="curlevel">L$curlevel</td>
<td class="curAP">$(printf "%'li" ${last["AP"]})&nbsp;AP</td>
<td class="curAP"><a class="AP" href="?hist&amp;start=$start&amp;end=$end#AP">$(printf "%'li" ${last["AP"]})&nbsp;AP</a></td>
<td class="curbadge">
EOHTML
for stat in ${bronzes[@]}