#------------------------------------------------------------------------ # Compiled template generated by the Template Toolkit version 2.09 #------------------------------------------------------------------------ Template::Document->new({ METADATA => { 'modtime' => '1019604452', 'name' => 'account/create.html.tmpl', }, BLOCK => sub { my $context = shift || die "template sub called without context\n"; my $stash = $context->stash; my $output = ''; my $error; eval { BLOCK: { $output .= "\n"; $output .= "\n"; $output .= $context->process('global/header.html.tmpl', { 'title' => 'Create a new Bugzilla account' }); $output .= "\n\n

\n To create a Bugzilla account, all that you need to do is to enter a\n legitimate e-mail address. The account will be created, and its\n password will be mailed to you. Optionally you may enter your real name \n as well.\n

\n\n
\n \n \n \n \n \n \n \n \n \n \n
\n E-mail address:\n \n "; # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['Param', [ 'emailsuffix' ]]); &$filter($output); }; $output .= "\n
\n Real name:\n \n \n
\n
\n \n
\n"; $output .= $context->process('global/footer.html.tmpl'); $output .= " \n"; } }; if ($@) { $error = $context->catch($@, \$output); die $error unless $error->type eq 'return'; } return $output; }, DEFBLOCKS => { }, });