Remove table borders
[plack-app-gruntmaster.git] / tmpl / us_entry.en
1 <dl>
2 <dt>Town</dt> <dd smap="town">Town</dd>
3 <dt>University</dt> <dd smap="university">University</dd>
4 <dt>Nationality</dt> <dd smap="country">Romanian</dd>
5 <dt>Level</dt> <dd smap="level">Level</dd>
6 </dl>
7
8 <a href="#" id="track_user" data-user="id" class="reqjs">Track user</a><br>
9 <a href="/log/?owner=id" id="log">Job log</a><br>
10 <a href="/pb/?owner=id" id="pb">Owned problems</a>
11
12 <h1>Solved problems</h1>
13 Total <strong id="solved_count">1</strong>
14 <ul class="inline" id="solved"><li><a href="/pb/id">problem_id</a></ul>
15
16 <h1>Attempted problems</h1>
17 Total <strong id="attempted_count">1</strong>
18 <ul class="inline" id="attempted"><li><a href="/pb/id">problem_id</a></ul>
19
20 <h1>Contest results</h1>
21 <table class="table table-striped">
22 <thead><tr><th>Contest<th>Score<th>Rank</thead>
23 <tbody><tr><td class="contest"><a href="/ct/id">Test<td class="score">1000<td class="rank">1</tbody>
24 </table>
This page took 0.021502 seconds and 4 git commands to generate.