]> iEval git - gruntmaster-page.git/blobdiff - tmpl/ct_entry.en
From Redis to Postgres - Part 2 (Better routes)
[gruntmaster-page.git] / tmpl / ct_entry.en
index b334bd0afbd556a38f976699c930892d5a4f6c37..0ad32c9626ad76b3f142b948c1190b2f256c84f9 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="/ct/<tmpl_var id>/pb/">Problems</a><br>
+<a href="/ct/<tmpl_var id>/log/">Job log</a><br>
+<a href="/ct/<tmpl_var id>/log/st">Standings</a></tmpl_if>
This page took 0.016283 seconds and 4 git commands to generate.