]>
Commit | Line | Data |
---|---|---|
e5a1e2af S |
1 | <div class="row clearfix"> |
2 | ||
3 | <div class="col-md-8 column"> | |
65ac4e4b | 4 | <div class="well"> |
65ac4e4b | 5 | |
ed28d071 S |
6 | <h2>Compiler output:</h2> |
7 | <pre><tmpl_var errors></pre> | |
8 | ||
9 | <table class="table"> | |
65ac4e4b MG |
10 | <thead> |
11 | <tr><th>Test number<th>Result<th>Time | |
12 | ||
13 | <tbody> | |
14 | <tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time> | |
15 | </tmpl_loop> | |
16 | ||
17 | </table> | |
e5a1e2af S |
18 | </div> |
19 | </div> | |
20 | <div class="col-md-4 column"> | |
21 | <a class="thumbnail" href="https://www.facebook.com/YardiRomania"><img id="yardi" src="/img/yardi-blue.png"></a> | |
22 | </div> | |
8cd9e64f | 23 | </div> |