|
|
@ -30,24 +30,24 @@ |
|
|
|
<br /> |
|
|
|
|
|
|
|
<div class="btn-group" data-toggle="buttons"> |
|
|
|
<label id="show-svg" class="btn btn-default active" data-> |
|
|
|
<input type="radio" autocomplete="off" checked> SVG |
|
|
|
<label id="show-svg" class="btn btn-default active"> |
|
|
|
<input type="radio" checked> SVG |
|
|
|
</label> |
|
|
|
<label id="show-json" class="btn btn-default"> |
|
|
|
<input type="radio" autocomplete="off"> JSON |
|
|
|
<input type="radio"> JSON |
|
|
|
</label> |
|
|
|
<label id="show-shields" class="btn btn-default"> |
|
|
|
<input type="radio" autocomplete="off"> Shields.io |
|
|
|
<input type="radio"> Shields.io |
|
|
|
</label> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="btn-group" data-toggle="buttons"> |
|
|
|
<label id="show-no-late" class="btn btn-default active"> |
|
|
|
<input type="radio" autocomplete="off" checked> Badge states: <b>up</b> or <b>down</b> |
|
|
|
<input type="radio" checked> Badge states: <b>up</b> or <b>down</b> |
|
|
|
</label> |
|
|
|
<label id="show-with-late" class="btn btn-default"> |
|
|
|
<input type="radio" autocomplete="off"> Badge states: <b>up</b>, <b>late</b> or <b>down</b> |
|
|
|
<input type="radio"> Badge states: <b>up</b>, <b>late</b> or <b>down</b> |
|
|
|
</label> |
|
|
|
</div> |
|
|
|
|
|
|
@ -129,7 +129,6 @@ |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endblock %} |
|
|
|