]> iEval git - mindcoding-template-patches.git/blobdiff - tmpl/log_entry.en
upd ct
[mindcoding-template-patches.git] / tmpl / log_entry.en
index fb660a7593aa3aff4d1581793b4d81908b0b928a..477e02c02ae87e30096fd9e39ca183668d89f7ae 100644 (file)
@@ -1,11 +1,15 @@
-<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>
-       </div>
+<div class="well">
+
+<h2>Compiler output:</h2>
+<pre><tmpl_var errors></pre>
+
+<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>
\ No newline at end of file
This page took 0.023782 seconds and 4 git commands to generate.