1 <table border class="table table-bordered table-striped">
3 <tr><th>ID<th>Problem<th>Date<th>Size<th>User<th>Result
5 <tmpl_loop log><tr><td><a href="job/<tmpl_var id>"><tmpl_var id></a>
6 <td><a href="../pb/<tmpl_var problem>"><tmpl_var name></a>
8 <td><a href="src/<tmpl_var id>.<tmpl_var extension>"<tmpl_if private> data-private</tmpl_if>><tmpl_var size></a>
9 <td> <a href="/us/<tmpl_var user>" ><tmpl_var user></a><td class="r<tmpl_var result>"><tmpl_var result_text>
14 <tmpl_if prev><li class="previous"><a href="<tmpl_var prev>">Previous</a></tmpl_if>
15 <tmpl_if next><li class="next"><a href="<tmpl_var next>">Next</a></tmpl_if>