summary: link AP to AP graph
This commit is contained in:
parent
d618373dc9
commit
185c2f2d43
@ -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;
|
||||
}
|
||||
|
||||
@ -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"]}) AP</td>
|
||||
<td class="curAP"><a class="AP" href="?hist&start=$start&end=$end#AP">$(printf "%'li" ${last["AP"]}) AP</a></td>
|
||||
<td class="curbadge">
|
||||
EOHTML
|
||||
for stat in ${bronzes[@]}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user