Move display mangling to templates, add read API
[gruntmaster-page.git] / tmpl / log_entry.en
1 <tmpl_if errors>
2 <h2>Compiler output</h2>
3 <pre><tmpl_var errors></pre>
4 </tmpl_if>
5
6 <tmpl_if results>
7 <h2>Results</h2>
8 <table border class="table table-border table-striped">
9 <thead>
10 <tr><th>Test number<th>Result<th>Time
11 <tbody>
12 <tmpl_loop results><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><%perl __OUT__ sprintf "%.4fs", __CURRENT__->{time}; %>
13 </tmpl_loop>
14 </table>
15 </tmpl_if>
This page took 0.021878 seconds and 4 git commands to generate.