📄 keywords.html.tmpl
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1074451170', 'name' => 'reports/keywords.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 31 "template\en\default\reports\keywords.html.tmpl" $output .= $context->process('global/variables.none.tmpl'); $output .= "\n"; #line 0 "template\en\default\reports\keywords.html.tmpl" $output .= $context->process('global/header.html.tmpl', { 'title' => ($stash->get(['terms', 0, 'Bugzilla', 0]) . " Keyword Descriptions") }); $output .= "\n"; #line 74 "template\en\default\reports\keywords.html.tmpl" # FOREACH do { my ($value, $error, $oldloop); my $list = $stash->get('keywords'); unless (UNIVERSAL::isa($list, 'Template::Iterator')) { $list = Template::Config->iterator($list) || die $Template::Config::ERROR, "\n"; } ($value, $error) = $list->get_first(); eval { $oldloop = $stash->get('loop') }; $stash->set('loop', $list); eval { LOOP: while (! $error) { $stash->{'keyword'} = $value; #line 51 "template\en\default\reports\keywords.html.tmpl" if ($stash->get(['loop', 0, 'index', 0]) % 50 eq 0) { #line 42 "template\en\default\reports\keywords.html.tmpl" if ($stash->get(['loop', 0, 'index', 0]) ne 0) { $output .= "\n </table>"; } $output .= "\n\n <table border=\"1\" cellpadding=\"4\" cellspacing=\"0\">\n <tr bgcolor=\"#6666FF\">\n <th align=\"left\">Name</th>\n <th align=\"left\">Description</th>\n <th align=\"left\">"; #line 48 "template\en\default\reports\keywords.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugs', 0]); $output .= "</th>\n </tr>"; } $output .= "\n\n <tr>\n <th>\n <a name=\""; #line 55 "template\en\default\reports\keywords.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['keyword', 0, 'name', 0]); &$filter($output); }; $output .= "\">"; #line 57 "template\en\default\reports\keywords.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['keyword', 0, 'name', 0]); &$filter($output); }; $output .= "</a>\n </th>\n <td>"; #line 59 "template\en\default\reports\keywords.html.tmpl" $output .= $stash->get(['keyword', 0, 'description', 0]); $output .= "</td>\n <td align=\"right\">"; #line 70 "template\en\default\reports\keywords.html.tmpl" if ($stash->get(['keyword', 0, 'bugcount', 0]) > 0) { $output .= "\n <a href=\"buglist.cgi?keywords="; #line 63 "template\en\default\reports\keywords.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('url_quote') || $context->throw($context->error); $output .= $stash->get(['keyword', 0, 'name', 0]); &$filter($output); }; $output .= "\">"; #line 65 "template\en\default\reports\keywords.html.tmpl" $output .= $stash->get(['keyword', 0, 'bugcount', 0]); $output .= "</a>"; } else { $output .= "\n none"; } $output .= "\n </td>\n </tr>";; ($value, $error) = $list->get_next(); } }; $stash->set('loop', $oldloop); die $@ if $@; $error = 0 if $error && $error eq Template::Constants::STATUS_DONE; die $error if $error; }; $output .= "\n"; #line 80 "template\en\default\reports\keywords.html.tmpl" if ($stash->get(['keywords', 0, 'size', 0]) > 0) { $output .= "\n </table>"; } $output .= "\n"; #line 88 "template\en\default\reports\keywords.html.tmpl" if ($stash->get('caneditkeywords')) { $output .= "\n <p>\n <a href=\"editkeywords.cgi\">Edit keywords</a>.\n </p>"; } $output .= "\n"; #line 91 "template\en\default\reports\keywords.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 + -