swap buttons on log
[mindcoding-template-patches.git] / tmpl / st.en
index 644dd6cb235f5dcea37e4a48f21416586904e0d2..a59724e60b55c28206f5bc29157c93b138912823 100644 (file)
@@ -3,13 +3,20 @@
 <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>
+</tmpl_if><td><tmpl_var score>
 </tmpl_loop>
 </table>
 </div>
 <div class="col-md-4 column">
-<a class="thumbnail" href="https://www.facebook.com/YardiRomania"><img id="yardi" src="/img/yardi-blue.png"></a>
+<div id="sponsors"></div>
 </div>
 </div>
\ No newline at end of file
This page took 0.009388 seconds and 4 git commands to generate.