index fertig bis auf rank

This commit is contained in:
Timon Ostertun
2020-09-22 23:32:48 +02:00
parent cb840a8451
commit 4a3a8b636b
19 changed files with 2215 additions and 73 deletions

View File

@@ -1,10 +1,10 @@
<div style="width: 100%; overflow-x: auto;">
<table id="$html-id;" class="table table-striped table-bordered $css-class;">
<table id="$$html-id;" class="table table-striped table-bordered $$css-class;">
<thead>
$0;
$$0;
</thead>
<tbody>
$1;
$$1;
</tbody>
</table>
</div>