]>
Commit | Line | Data |
---|---|---|
392487d6 MG |
1 | <table border class="table table-bordered table-striped table-condensed"> |
2 | <thead><tr><th>ID<th>Problem<th>Contest<th>Date<th>Source<th>User<th>Result</thead> | |
3b69df7a | 3 | |
9da2f495 | 4 | <tbody> |
3b69df7a MG |
5 | <tr><td class="id"><a href="/log/id">Job ID</a> |
6 | <td class="problem"><a href="/pb/id">Problem name</a> | |
8d690af5 | 7 | <td class="contest"><a href="/ct/id">Contest name</a> |
3b69df7a | 8 | <td class="date">Date |
392487d6 | 9 | <td class="source"><a href="/src/id">3.14KB CPP</a> |
3b69df7a MG |
10 | <td class="owner"><a href="/us/id">Owner name</a> |
11 | <td class="result_text"><tmpl_var result_text> | |
9da2f495 MG |
12 | </tmpl_loop> |
13 | </table> | |
14 | ||
15 | <ul class="pager"> | |
727d13d2 | 16 | <li class="previous"><a href="?page=id" rel="prev">Previous</a> |
3b69df7a | 17 | <li class="current">Page 1 of 100 |
727d13d2 | 18 | <li class="next"><a href="?page=id" rel="next">Next</a> |
9da2f495 | 19 | </ul> |