]>
Commit | Line | Data |
---|---|---|
99b0b8bd S |
1 | <div class="col-md-12 column"> |
2 | <div class="row clearfix"> | |
4f4e1d3f S |
3 | <div class="jumbotron"> |
4 | <table class="table"> | |
5 | <thead> | |
6 | <tr><th>Test number<th>Result<th>Time | |
7 | <tbody> | |
8 | <tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time> | |
9 | </tmpl_loop> | |
10 | </table> | |
11 | </div> | |
8cd9e64f S |
12 | </div> |
13 | </div> |