From: Marius Gavrilescu Date: Fri, 28 Feb 2014 10:34:28 +0000 (+0200) Subject: Merge branch 'master' into mindcoding X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=commitdiff_plain;h=137683e17847654370c1ecf716905222e8a36d1a Merge branch 'master' into mindcoding --- 137683e17847654370c1ecf716905222e8a36d1a diff --cc lib/Gruntmaster/Page/Pb/Entry.pm index 9f3fc6b,12f5e74..8877ce5 --- a/lib/Gruntmaster/Page/Pb/Entry.pm +++ b/lib/Gruntmaster/Page/Pb/Entry.pm @@@ -25,8 -25,8 +25,9 @@@ sub _generate $htc->param(name => problem_name $id); $htc->param(author => problem_author $id); $htc->param(owner => problem_owner $id); + $htc->param(owner_name => do{ local $Gruntmaster::Data::contest; user_name $htc->param('owner')} ); $htc->param(statement => problem_statement $id); + $htc->param(timelimit => problem_timeout $id); } sub vary { 'Authorization' } diff --cc tmpl/pb_entry.en index e7fa782,cccb33a..bd2ce28 --- a/tmpl/pb_entry.en +++ b/tmpl/pb_entry.en @@@ -4,13 -4,9 +4,13 @@@
+ + +

Problem information

+
Time limit:
 s
Author
-
Owner
+
Owner