blob: ae14263947dc93747cec326c35e55b018043831b [file] [log] [blame]
#------------------------------------------------------------------------
# Compiled template generated by the Template Toolkit version 2.15
#------------------------------------------------------------------------
Template::Document->new({
METADATA => {
'modtime' => '1138010588',
'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\n";
$output .= "\n";
#line 29 "template/en/custom/account/create.html.tmpl"
$output .= $context->process('global/variables.none.tmpl');
$output .= "\n";
#line 33 "template/en/custom/account/create.html.tmpl"
# CAPTURE
$stash->set('title', do {
my $output = '';
$output .= "\nCreate a new ";
#line 32 "template/en/custom/account/create.html.tmpl"
$output .= $stash->get(['terms', 0, 'Bugzilla', 0]);
$output .= " account";
$output;
});
#line 34 "template/en/custom/account/create.html.tmpl"
$output .= $context->process('global/header.html.tmpl');
$output .= "\n\n<p>\n To create a ";
#line 37 "template/en/custom/account/create.html.tmpl"
$output .= $stash->get(['terms', 0, 'Bugzilla', 0]);
$output .= " account, all you need to do is\n enter a legitimate e-mail address. The account will be created, and\n its password will be mailed to you. <b>You will not be able to log\n in until you receive the password.</b> If it doesn't arrive within a\n reasonable amount of time, you can contact the maintainer of\n this ";
#line 42 "template/en/custom/account/create.html.tmpl"
$output .= $stash->get(['terms', 0, 'Bugzilla', 0]);
$output .= " installation\n at <a href=\"mailto:";
#line 43 "template/en/custom/account/create.html.tmpl"
$output .= $stash->get(['Param', [ 'maintainer' ]]);
$output .= "\">";
#line 43 "template/en/custom/account/create.html.tmpl"
$output .= $stash->get(['Param', [ 'maintainer' ]]);
$output .= "</a>.\n</p>\n\n<p>\n Optionally you may enter your real name as well.\n</p>\n\n<form method=\"get\" action=\"createaccount.cgi\">\n <table>\n <tr>\n <td align=\"right\">\n <b>E-mail address:</b>\n </td>\n <td>\n <input size=\"35\" name=\"login\">";
#line 58 "template/en/custom/account/create.html.tmpl"
# FILTER
$output .= do {
my $output = '';
my $filter = $context->filter('html')
|| $context->throw($context->error);
$output .= $stash->get(['Param', [ 'emailsuffix' ]]);
&$filter($output);
};
$output .= "\n </td>\n </tr>\n\n <tr>\n <td align=\"right\">\n <b>Real name:</b>\n </td>\n <td>\n <input size=\"35\" name=\"realname\">\n </td>\n </tr>\n </table>\n <br>\n <input type=\"submit\" value=\"Create Account\">\n</form>\n";
#line 75 "template/en/custom/account/create.html.tmpl"
$output .= $context->process('global/footer.html.tmpl');
$output .= "\n";
} };
if ($@) {
$error = $context->catch($@, \$output);
die $error unless $error->type eq 'return';
}
return $output;
},
DEFBLOCKS => {
},
});