swap buttons on log
[mindcoding-template-patches.git] / tmpl / st.en
index e7428f36d6b530d2f98523e021a0f413dd890d19..a59724e60b55c28206f5bc29157c93b138912823 100644 (file)
@@ -1,7 +1,22 @@
+<div class="row clearfix">
+
+<div class="col-md-8 column">
 <table border class="table">
 <thead>
-<tr><th>Username<th>Total
+<tmpl_if problems><tr><th>Username<tmpl_loop problems><th><tmpl_var _></tmpl_loop><th>Total
+<tmpl_else><tr><th>Username<th>Score
+</tmpl_if>
+
 <tbody>
-<tmpl_loop st><tr><td><tmpl_var user><td><tmpl_var score>
+<tmpl_loop st><tr><td><tmpl_var user>
+<tmpl_if problems><tmpl_loop scores>
+       <td><tmpl_var _>
 </tmpl_loop>
-</table>
\ No newline at end of file
+</tmpl_if><td><tmpl_var score>
+</tmpl_loop>
+</table>
+</div>
+<div class="col-md-4 column">
+<div id="sponsors"></div>
+</div>
+</div>
\ No newline at end of file
This page took 0.009345 seconds and 4 git commands to generate.