📄 results.html.tmpl
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1074451166', 'name' => 'bug/process/results.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 33 "template\en\default\bug\process\results.html.tmpl" $output .= $context->process('global/variables.none.tmpl'); $output .= "\n"; #line 36 "template\en\default\bug\process\results.html.tmpl" if (!($stash->get('header_done'))) { #line 36 "template\en\default\bug\process\results.html.tmpl" $output .= $context->process('bug/process/header.html.tmpl'); } $output .= "\n"; #line 39 "template\en\default\bug\process\results.html.tmpl" $stash->set('type', 'bug', 1); $output .= "\n"; #line 0 "template\en\default\bug\process\results.html.tmpl" $stash->set('title', { 'bug' => ("Changes submitted for " . $stash->get(['terms', 0, 'bug', 0]) . " " . $stash->get('id')), 'dupe' => ("Duplicate notation added to " . $stash->get(['terms', 0, 'bug', 0]) . " " . $stash->get('id')), 'dep' => ("Checking for dependency changes on " . $stash->get(['terms', 0, 'bug', 0]) . " " . $stash->get('id')), 'votes' => ($stash->get(['terms', 0, 'Bug', 0]) . " " . $stash->get('id') . " confirmed by number of votes"), 'created' => ($stash->get(['terms', 0, 'Bug', 0]) . " " . $stash->get('id') . " has been added to the database") }); $output .= "\n\n<table border=\"1\">\n <tr>\n <td>\n <h2>"; #line 55 "template\en\default\bug\process\results.html.tmpl" $output .= $stash->get(['title', 0, $stash->get('type'), 0]); $output .= "</h2>"; #line 57 "template\en\default\bug\process\results.html.tmpl" $output .= $context->process('bug/process/bugmail.html.tmpl', { 'mailing_bugid' => $stash->get('id') }); $output .= "\n </td>\n <td>\n <a href=\"show_bug.cgi?id="; #line 60 "template\en\default\bug\process\results.html.tmpl" $output .= $stash->get('id'); $output .= "\">Back To "; #line 60 "template\en\default\bug\process\results.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= "# "; #line 60 "template\en\default\bug\process\results.html.tmpl" $output .= $stash->get('id'); $output .= "</a>\n </td>\n </tr>\n</table>\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 + -