blob: a9759f87bc2ddf06a71ba62ee7b48fff0467feb3 [file] [log] [blame]
#------------------------------------------------------------------------
# Compiled template generated by the Template Toolkit version 2.15
#------------------------------------------------------------------------
Template::Document->new({
METADATA => {
'modtime' => '1138010588',
'name' => 'bug/process/next.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 26 "template/en/custom/bug/process/next.html.tmpl"
$output .= $context->process('global/variables.none.tmpl');
$output .= "\n\n<hr>\n\n<p>\n The next ";
#line 31 "template/en/custom/bug/process/next.html.tmpl"
$output .= $stash->get(['terms', 0, 'bug', 0]);
$output .= " in your list is ";
#line 31 "template/en/custom/bug/process/next.html.tmpl"
$output .= $stash->get(['terms', 0, 'bug', 0]);
$output .= "\n <a href=\"show_bug.cgi?id=";
#line 32 "template/en/custom/bug/process/next.html.tmpl"
$output .= $stash->get(['bug', 0, 'bug_id', 0]);
$output .= "\">";
#line 32 "template/en/custom/bug/process/next.html.tmpl"
$output .= $stash->get(['bug', 0, 'bug_id', 0]);
$output .= "</a>:\n</p>\n\n<hr>\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" align=\"left\" nowrap=\"nowrap\">\n <font size=\"+1\">\n <b>";
#line 40 "template/en/custom/bug/process/next.html.tmpl"
$output .= $stash->get(['terms', 0, 'Bugzilla', 0]);
$output .= " ";
#line 40 "template/en/custom/bug/process/next.html.tmpl"
$output .= $stash->get(['terms', 0, 'Bug', 0]);
$output .= " ";
#line 40 "template/en/custom/bug/process/next.html.tmpl"
$output .= $stash->get(['bug', 0, 'bug_id', 0]);
$output .= "</b>\n </font>\n </td>\n <td valign=\"middle\" align=\"left\">\n &nbsp;\n </td>\n <td valign=\"middle\" align=\"left\">";
#line 47 "template/en/custom/bug/process/next.html.tmpl"
# FILTER
$output .= do {
my $output = '';
my $filter = $context->filter('html')
|| $context->throw($context->error);
$output .= $stash->get(['bug', 0, 'short_desc', 0]);
&$filter($output);
};
$output .= "\n </td>\n <td valign=\"middle\" align=\"right\">\n Last modified: ";
#line 50 "template/en/custom/bug/process/next.html.tmpl"
# FILTER
$output .= do {
my $output = '';
my $filter = $context->filter('time')
|| $context->throw($context->error);
$output .= $stash->get(['bug', 0, 'delta_ts', 0]);
&$filter($output);
};
$output .= "\n </td>\n </tr>\n</table>\n";
#line 55 "template/en/custom/bug/process/next.html.tmpl"
$output .= $context->process('bug/navigate.html.tmpl');
$output .= "\n\n<hr>\n";
#line 59 "template/en/custom/bug/process/next.html.tmpl"
$output .= $context->process('bug/edit.html.tmpl');
$output .= "\n\n<hr>\n";
#line 63 "template/en/custom/bug/process/next.html.tmpl"
$output .= $context->process('bug/navigate.html.tmpl');
$output .= "\n\n<br>\n";
#line 67 "template/en/custom/bug/process/next.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 => {
},
});