add log entry
authorS7012MY <l3asketballplayer@yahoo.com>
Fri, 24 Jan 2014 16:56:37 +0000 (18:56 +0200)
committerS7012MY <l3asketballplayer@yahoo.com>
Fri, 24 Jan 2014 16:56:37 +0000 (18:56 +0200)
tmpl/log_entry.en [new file with mode: 0644]

diff --git a/tmpl/log_entry.en b/tmpl/log_entry.en
new file mode 100644 (file)
index 0000000..8787011
--- /dev/null
@@ -0,0 +1,11 @@
+<div class="row clearfix">
+       <div class="col-md-12 column">
+               <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>
+       </div>
+</div>
\ No newline at end of file
This page took 0.010737 seconds and 4 git commands to generate.