]>
Commit | Line | Data |
---|---|---|
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> | |
5 | ||
6 | <div id="ctcountdown" class="reqjs"> | |
7 | Contest <span id="status">starts/ends</span> in: <span class="timer" data-stop="..."> | |
8 | </div> | |
9 | <div id="description">description</div> | |
10 | ||
11 | <div id="links"> | |
12 | <a href="/pb/?contest=contest_id">Problems</a><br> | |
13 | <a href="/ed/contest_id">Editorial</a><br> | |
14 | <a href="/log/?contest=contest_id">Job log</a><br> | |
15 | <a href="/st/contest_id">Standings</a> | |
16 | </div> |