swap buttons on log
[mindcoding-template-patches.git] / tmpl / st.en
... / ...
CommitLineData
1<div class="row clearfix">
2
3<div class="col-md-8 column">
4<table border class="table">
5<thead>
6<tmpl_if problems><tr><th>Username<tmpl_loop problems><th><tmpl_var _></tmpl_loop><th>Total
7<tmpl_else><tr><th>Username<th>Score
8</tmpl_if>
9
10<tbody>
11<tmpl_loop st><tr><td><tmpl_var user>
12<tmpl_if problems><tmpl_loop scores>
13 <td><tmpl_var _>
14</tmpl_loop>
15</tmpl_if><td><tmpl_var score>
16</tmpl_loop>
17</table>
18</div>
19<div class="col-md-4 column">
20<div id="sponsors"></div>
21</div>
22</div>
This page took 0.008876 seconds and 4 git commands to generate.