Remove table borders
[plack-app-gruntmaster.git] / tmpl / st.en
index 1e4c8ec0380aae9de3de3d635c714452dfa35cd1..be05d435aabeb66c80a51d74a26b913adae167c3 100644 (file)
@@ -1,12 +1,8 @@
-<table border class="table table-border table-striped">
+<table class="table table-striped">
 <thead>
-<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>
+<tr><th>Rank<th>User<th class="problem"><a href="/pb/id">Problem name</a><th>Score
+</thead>
 
 <tbody>
-<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>
+<tr><td class="rank">1<td class="user"><a href="/us/id">User noame</tmpl_if></a><td class="pbscore">100<td class="score">100
 </table>
This page took 0.009572 seconds and 4 git commands to generate.