📄 next.html.tmpl
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1084338208', '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 27 "template\en\default\bug\process\next.html.tmpl" $output .= $context->process('global/variables.none.tmpl'); $output .= "\n\n<hr>\n\n<p>\n The next "; #line 32 "template\en\default\bug\process\next.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " in your list is "; #line 32 "template\en\default\bug\process\next.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= "\n <a href=\"show_bug.cgi?id="; #line 33 "template\en\default\bug\process\next.html.tmpl" $output .= $stash->get(['bug', 0, 'bug_id', 0]); $output .= "\">"; #line 33 "template\en\default\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 41 "template\en\default\bug\process\next.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= " "; #line 41 "template\en\default\bug\process\next.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " "; #line 41 "template\en\default\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 \n </td>\n <td valign=\"middle\" align=\"left\">"; #line 49 "template\en\default\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 52 "template\en\default\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 58 "template\en\default\bug\process\next.html.tmpl" $output .= $context->process('bug/navigate.html.tmpl'); $output .= "\n\n<hr>\n"; #line 63 "template\en\default\bug\process\next.html.tmpl" $output .= $context->process('bug/edit.html.tmpl'); $output .= "\n\n<hr>\n"; #line 68 "template\en\default\bug\process\next.html.tmpl" $output .= $context->process('bug/navigate.html.tmpl'); $output .= "\n\n<br>\n"; #line 73 "template\en\default\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 => { },});
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -