make frontend for standings
authorS7012MY <l3asketballplayer@yahoo.com>
Mon, 27 Jan 2014 14:13:23 +0000 (16:13 +0200)
committerS7012MY <l3asketballplayer@yahoo.com>
Mon, 27 Jan 2014 14:13:23 +0000 (16:13 +0200)
tmpl/st.en [new file with mode: 0644]

diff --git a/tmpl/st.en b/tmpl/st.en
new file mode 100644 (file)
index 0000000..e7428f3
--- /dev/null
@@ -0,0 +1,7 @@
+<table border class="table">
+<thead>
+<tr><th>Username<th>Total
+<tbody>
+<tmpl_loop st><tr><td><tmpl_var user><td><tmpl_var score>
+</tmpl_loop>
+</table>
\ No newline at end of file
This page took 0.010157 seconds and 4 git commands to generate.