]>
Commit | Line | Data |
---|---|---|
9d903cda | 1 | <dl> |
3b69df7a MG |
2 | <dt>Town</dt> <dd smap="town">Town</dd> |
3 | <dt>University</dt> <dd smap="university">University</dd> | |
ca0c7ea2 | 4 | <dt>Nationality</dt> <dd smap="country">Romanian</dd> |
3b69df7a | 5 | <dt>Level</dt> <dd smap="level">Level</dd> |
9d903cda | 6 | </dl> |
491e82eb | 7 | |
2d5a49fc | 8 | <a href="#" id="track_user" data-user="id" class="reqjs">Track user</a><br> |
f1c090e7 MG |
9 | <a href="/log/?owner=id" id="log">Job log</a><br> |
10 | <a href="/pb/?owner=id" id="pb">Owned problems</a> | |
11 | ||
9a8a3012 MG |
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-bordered 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> |