Add a Track user link on us_entry
[gruntmaster-page.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>Level</dt> <dd smap="level">Level</dd>
5 </dl>
6
7 <a href="#" id="track_user" data-user="id" class="hidden">Track user</a><br>
8 <a href="/log/?owner=id" id="log">Job log</a><br>
9 <a href="/pb/?owner=id" id="pb">Owned problems</a>
10
11 <h1>Solved problems</h1>
12 Total <strong id="solved_count">1</strong>
13 <ul class="inline" id="solved"><li><a href="/pb/id">problem_id</a></ul>
14
15 <h1>Attempted problems</h1>
16 Total <strong id="attempted_count">1</strong>
17 <ul class="inline" id="attempted"><li><a href="/pb/id">problem_id</a></ul>
18
19 <h1>Contest results</h1>
20 <table class="table table-bordered table-striped">
21 <thead><tr><th>Contest<th>Score<th>Rank</thead>
22 <tbody><tr><td class="contest"><a href="/ct/id">Test<td class="score">1000<td class="rank">1</tbody>
23 </table>
This page took 0.021015 seconds and 4 git commands to generate.