]> iEval git - mindcoding-template-patches.git/blame_incremental - tmpl/log_entry.en
add standings link to pb list
[mindcoding-template-patches.git] / tmpl / log_entry.en
... / ...
CommitLineData
1<div class="well">
2<table class="table">
3
4<thead>
5<tr><th>Test number<th>Result<th>Time
6
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
11</table>
12</div>
This page took 0.018017 seconds and 4 git commands to generate.