add us_entry
authorS7012MY <l3asketballplayer@yahoo.com>
Fri, 24 Jan 2014 17:02:57 +0000 (19:02 +0200)
committerS7012MY <l3asketballplayer@yahoo.com>
Fri, 24 Jan 2014 17:02:57 +0000 (19:02 +0200)
tmpl/log_entry.en
tmpl/us_entry.en [new file with mode: 0644]

index 8787011632a7302d48f2bae6850e87a7988cdf58..fb660a7593aa3aff4d1581793b4d81908b0b928a 100644 (file)
@@ -1,11 +1,11 @@
-<div class="row clearfix">
-       <div class="col-md-12 column">
+<div class="col-md-12 column">
+       <div class="row clearfix">
                <table class="table">
                <thead>
                <tr><th>Test number<th>Result<th>Time
                <tbody>
                <tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
                </tmpl_loop>
-       </table>
+               </table>
        </div>
 </div>
\ No newline at end of file
diff --git a/tmpl/us_entry.en b/tmpl/us_entry.en
new file mode 100644 (file)
index 0000000..d7d75ea
--- /dev/null
@@ -0,0 +1,8 @@
+<div class="col-md-12 column">
+       <div class="row clearfix">
+               <h1><tmpl_var name></h1>
+               Town: <tmpl_var town><br>
+               University: <tmpl_var university><br>
+               Level: <tmpl_var level>
+       </div>
+</div>
\ No newline at end of file
This page took 0.011493 seconds and 4 git commands to generate.