add user profile links
[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
S
11<tmpl_loop st><tr><td><tmpl_var user>
12<tmpl_if problems><tmpl_loop scores><td><tmpl_var _>
13</tmpl_loop></tmpl_if><td><tmpl_var score>
b59a70ec 14</tmpl_loop>
5843bf24
S
15</table>
16</div>
17<div class="col-md-4 column">
18<a class="thumbnail" href="https://www.facebook.com/YardiRomania"><img id="yardi" src="/img/yardi-blue.png"></a>
19</div>
20</div>
This page took 0.011085 seconds and 4 git commands to generate.