summary: link AP to AP graph

This commit is contained in:
Vincent Riquer 2014-06-30 02:18:53 +02:00
parent d618373dc9
commit 185c2f2d43
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -5,7 +5,7 @@ show_current_level() {
<table class="curlevel" style="width:$(( graph_width + 97 ))px"> <table class="curlevel" style="width:$(( graph_width + 97 ))px">
<tr class="curlevel"> <tr class="curlevel">
<td class="curlevel">L$curlevel</td> <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"> <td class="curbadge">
EOHTML EOHTML
for stat in ${bronzes[@]} for stat in ${bronzes[@]}