]> iEval git - gruntmaster-page.git/blobdiff - tmpl/ct_entry.en
Refactoring, part I (Web::Simple)
[gruntmaster-page.git] / tmpl / ct_entry.en
index b334bd0afbd556a38f976699c930892d5a4f6c37..731872b965783f534e451dcf3e242d14dc156966 100644 (file)
@@ -1,9 +1,8 @@
-
 Contest start time: <%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{start}; %><br>
-Contest end time:   <%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{end};   %><p>
+Contest stop  time: <%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{stop};  %><p>
 
-Description: <tmpl_var description>
+<tmpl_var ESCAPE=0 description>
 
-<tmpl_if started><a href="pb/">Problems</a><br>
-<a href="log/">Job log</a><br>
-<a href="log/st">Standings</a></tmpl_if>
+<tmpl_if started><a href="/pb/?contest=<tmpl_var id>">Problems</a><br>
+<a href="/log/?contest=<tmpl_var id>">Job log</a><br>
+<a href="/st/<tmpl_var id>">Standings</a></tmpl_if>
This page took 0.021582 seconds and 4 git commands to generate.