]> iEval git - gruntmaster-page.git/blobdiff - tmpl/log_entry.en
Refactoring, part II (HTML::Seamstress)
[gruntmaster-page.git] / tmpl / log_entry.en
index 45cd40555a230dcea4d9b879f78acf4ccee69c64..eb05db8caae6796c1747dcc22e660d11a2c65acc 100644 (file)
@@ -1,11 +1,16 @@
-Compiler output:
-<pre><tmpl_var errors></pre>
+<div id="errors">
+<h2>Compiler output</h2>
+<pre></pre>
+</div>
 
-Results:
+<div id="results">
+<h2>Results</h2>
 <table border class="table table-border table-striped">
 <thead>
 <tr><th>Test number<th>Result<th>Time
+</thead>
+
 <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>
+<tr><td class="id"><td class="result_text"><td class="time">
 </table>
+</div>
\ No newline at end of file
This page took 0.019381 seconds and 4 git commands to generate.