]>
Commit | Line | Data |
---|---|---|
3b69df7a MG |
1 | <dl> |
2 | <dt>Contest start time</dt> <dd id="start">start</dd> | |
3 | <dt>Contest stop time</dt> <dd id="stop">stop</dd> | |
4 | </dl> | |
9da2f495 | 5 | |
2d5a49fc | 6 | <div id="ctcountdown" class="reqjs"> |
20777d84 MG |
7 | Contest <span id="status">starts/ends</span> in: <span class="timer" data-stop="..."> |
8 | </div> | |
3b69df7a | 9 | <div id="description">description</div> |
5e72b0d7 | 10 | |
3b69df7a MG |
11 | <div id="links"> |
12 | <a href="/pb/?contest=contest_id">Problems</a><br> | |
fd15256b | 13 | <a href="/ed/contest_id" id="editorial">Editorial</a><br> |
3b69df7a MG |
14 | <a href="/log/?contest=contest_id">Job log</a><br> |
15 | <a href="/st/contest_id">Standings</a> | |
16 | </div> |