]> iEval git - gruntmaster-page.git/blobdiff - tmpl/ct_entry.en
From Redis to Postgres - Part 1 (Getting started)
[gruntmaster-page.git] / tmpl / ct_entry.en
index 2919bb3aead904d2c6b684ae9fb66ee3d3f1072e..af533d618b21a071ebf7f84f2e20373135eb00ed 100644 (file)
@@ -1,6 +1,8 @@
-Contest start time: <tmpl_var start><br>
-Contest end time: <tmpl_var end><p>
+Contest start time: <%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{start}; %><br>
+Contest stop  time: <%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{stop};  %><p>
 
-<tmpl_if started><a href="<tmpl_var id>/pb/">Problems</a><br>
-<a href="<tmpl_var id>/log/">Job log</a><br>
-<a href="<tmpl_var id>/log/st">Standings</a></tmpl_if>
+<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>
This page took 0.020192 seconds and 4 git commands to generate.