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