]>
iEval git - gruntmaster-page.git/blob - lib/Gruntmaster/Page/Ct/Entry.pm
1 package Gruntmaster
::Page
::Ct
::Entry
;
6 use Gruntmaster
::Page
::Base ct_entry
=> '<tmpl_var name>';
7 our @ISA = qw
/Gruntmaster::Page::Base/;
8 our $VERSION = '0.001';
11 my ($self, $htc, $lang, $env, $id) = @_;
12 debug
$env => "language is '$lang' and id is '$id'";
14 $htc->param(id
=> $id);
15 $htc->param(name
=> contest_name
$id);
16 $htc->param(start
=> strftime
'%c', localtime contest_start
$id);
17 $htc->param(end
=> strftime
'%c', localtime contest_end
$id);
18 $htc->param(started
=> time >= contest_start
$id);
This page took 0.045485 seconds and 4 git commands to generate.