]> iEval git - gruntmaster-page.git/blobdiff - tmpl/us_entry.en
Fix links from contest jobs to problems
[gruntmaster-page.git] / tmpl / us_entry.en
index 4d1a97ab5e75617974d00693d060caeabcac0102..f94c1ba623a456ee07f7a5d4069b215bb5241558 100644 (file)
@@ -1,8 +1,24 @@
 <dl>
-<dt>Town</dt> <dd><tmpl_var town></dd>
-<dt>University</dt> <dd><tmpl_var university></dd>
-<dt>Level</dt> <dd><tmpl_var level></dd>
+<dt>Town</dt> <dd smap="town">Town</dd>
+<dt>University</dt> <dd smap="university">University</dd>
+<dt>Nationality</dt> <dd smap="country">Romanian</dd>
+<dt>Level</dt> <dd smap="level">Level</dd>
 </dl>
 
-<a href="/log/?owner=<tmpl_var id>">Job log</a><br>
-<a href="/pb/?owner=<tmpl_var id>">Owned problems</a>
+<a href="#" id="track_user" data-user="id" class="reqjs">Track user</a><br>
+<a href="/log/?owner=id" id="log">Job log</a><br>
+<a href="/pb/?owner=id" id="pb">Owned problems</a>
+
+<h1>Solved problems</h1>
+Total <strong id="solved_count">1</strong>
+<ul class="list-inline" id="solved"><li><a href="/pb/id">problem_id</a></ul>
+
+<h1>Attempted problems</h1>
+Total <strong id="attempted_count">1</strong>
+<ul class="list-inline" id="attempted"><li><a href="/pb/id">problem_id</a></ul>
+
+<h1>Contest results</h1>
+<table class="table table-striped">
+<thead><tr><th>Contest<th>Score<th>Rank</thead>
+<tbody><tr><td class="contest"><a href="/ct/id">Test<td class="score">1000<td class="rank">1</tbody>
+</table>
This page took 0.023324 seconds and 4 git commands to generate.