mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-07-01 15:31:20 +02:00
15 lines
306 B
Plaintext
15 lines
306 B
Plaintext
<table id="raw-stats" class="table table-striped">
|
|
<thead>
|
|
<tr>
|
|
<th><%= $raw[0] %></th>
|
|
<th><%= $raw[1] %></th>
|
|
<th><%= $raw[2] %></th>
|
|
<th><%= $raw[3] %></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
<tfoot>
|
|
</tfoot>
|
|
</table>
|