X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=tmpl%2Fct.en;h=9420708957ff66c8215ae2fd20aed42c2f4927c8;hb=251f53e4ff1871fdaee0202f994bf3d6b28b8ec9;hp=55e8392d96c51cf2c17e99260bb99f547252506d;hpb=dbd32f6f4a40fda704c0da2d4e1b26789a287cdd;p=plack-app-gruntmaster.git diff --git a/tmpl/ct.en b/tmpl/ct.en index 55e8392..9420708 100644 --- a/tmpl/ct.en +++ b/tmpl/ct.en @@ -2,11 +2,11 @@

Running contests

- -
NameStart dateEnd dateOwner +
NameStart dateStop dateOwner
+
<%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{start}; %> -<%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{end}; %> +<%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{stop}; %>
@@ -16,11 +16,11 @@

Pending contests

- -
NameStart dateEnd dateOwner +
NameStart dateStop dateOwner
+
<%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{start}; %> -<%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{end}; %> +<%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{stop}; %>
@@ -30,11 +30,11 @@

Finished contests

- -
NameStart dateEnd dateOwner +
NameStart dateStop dateOwner
+
<%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{start}; %> -<%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{end}; %> +<%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{stop}; %>