]> iEval git - mindcoding-template-patches.git/blobdiff - tmpl/log_entry.en
add log entry
[mindcoding-template-patches.git] / tmpl / log_entry.en
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.017818 seconds and 4 git commands to generate.