]>
Commit | Line | Data |
---|---|---|
fdbf59e5 MG |
1 | <tmpl_if errors> |
2 | <h2>Compiler output</h2> | |
9da2f495 | 3 | <pre><tmpl_var errors></pre> |
fdbf59e5 | 4 | </tmpl_if> |
9da2f495 | 5 | |
fdbf59e5 MG |
6 | <tmpl_if results> |
7 | <h2>Results</h2> | |
9da2f495 MG |
8 | <table border class="table table-border table-striped"> |
9 | <thead> | |
10 | <tr><th>Test number<th>Result<th>Time | |
11 | <tbody> | |
81cce380 | 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}; %> |
9da2f495 MG |
13 | </tmpl_loop> |
14 | </table> | |
fdbf59e5 | 15 | </tmpl_if> |