swap buttons on log
[mindcoding-template-patches.git] / tmpl / st.en
CommitLineData
5843bf24
S
1<div class="row clearfix">
2
3<div class="col-md-8 column">
b59a70ec
S
4<table border class="table">
5<thead>
3bf5fa0a
S
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
b59a70ec 10<tbody>
3bf5fa0a 11<tmpl_loop st><tr><td><tmpl_var user>
e097b97a
S
12<tmpl_if problems><tmpl_loop scores>
13 <td><tmpl_var _>
14</tmpl_loop>
15</tmpl_if><td><tmpl_var score>
b59a70ec 16</tmpl_loop>
5843bf24
S
17</table>
18</div>
19<div class="col-md-4 column">
c2783a9b 20<div id="sponsors"></div>
5843bf24
S
21</div>
22</div>
This page took 0.010273 seconds and 4 git commands to generate.