blob: 2dc1048248d4d3f9522ebbd526ead8609259ae07 [file] [log] [blame]
#------------------------------------------------------------------------
# Compiled template generated by the Template Toolkit version 2.15
#------------------------------------------------------------------------
Template::Document->new({
METADATA => {
'modtime' => '1138010588',
'name' => 'account/password/set-forgotten-password.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";
#line 22 "template/en/custom/account/password/set-forgotten-password.html.tmpl"
$stash->set('title', 'Change Password');
#line 23 "template/en/custom/account/password/set-forgotten-password.html.tmpl"
$output .= $context->process('global/header.html.tmpl');
$output .= "\n\n<p>\n To change your password, enter a new password twice:\n</p>\n\n<form method=\"post\" action=\"token.cgi\">\n <input type=\"hidden\" name=\"t\" value=\"";
#line 30 "template/en/custom/account/password/set-forgotten-password.html.tmpl"
# FILTER
$output .= do {
my $output = '';
my $filter = $context->filter('html')
|| $context->throw($context->error);
$output .= $stash->get('token');
&$filter($output);
};
$output .= "\">\n <input type=\"hidden\" name=\"a\" value=\"chgpw\">\n <table>\n <tr>\n <th align=\"right\">New Password:</th>\n <td>\n <input type=\"password\" name=\"password\" size=\"16\" maxlength=\"16\">\n </td>\n </tr>\n \n <tr>\n <th align=\"right\">New Password Again:</th>\n <td>\n <input type=\"password\" name=\"matchpassword\" size=\"16\" maxlength=\"16\">\n </td>\n </tr>\n \n <tr>\n <th align=\"right\">&nbsp;</th>\n <td>\n <input type=\"submit\" value=\"Submit\">\n </td>\n </tr>\n </table>\n</form>\n";
#line 56 "template/en/custom/account/password/set-forgotten-password.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 => {
},
});