X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=tmpl%2Fct.en;h=9420708957ff66c8215ae2fd20aed42c2f4927c8;hb=6543ea4ef214165b85644e2fac1619c7c264610a;hp=55e8392d96c51cf2c17e99260bb99f547252506d;hpb=13a6bf78b6b3de37fde491c576dc654857efc987;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}; %>