📄 help.html.tmpl
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1123637442', 'name' => 'global/help.html.tmpl', }, BLOCK => sub { my $context = shift || die "template sub called without context\n"; my $stash = $context->stash; my $output = ''; my $_tt_error; eval { BLOCK: { $output .= "\n"; $output .= "\n"; #line 22 "template\en\default\global\help.html.tmpl" # USE $stash->set('Bugzilla', $context->plugin('Bugzilla')); #line 23 "template\en\default\global\help.html.tmpl" $stash->set('cgi', $stash->get(['Bugzilla', 0, 'cgi', 0])); $output .= "\n"; #line 33 "template\en\default\global\help.html.tmpl" if ($stash->get(['cgi', 0, 'param', [ 'help' ]])) { #line 32 "template\en\default\global\help.html.tmpl" if ($stash->get(['cgi', 0, 'user_agent', [ 'Mozilla/5' ]])) { #line 31 "template\en\default\global\help.html.tmpl" # FOREACH do { my ($_tt_value, $_tt_error, $_tt_oldloop); my $_tt_list = $stash->get('help_html'); unless (UNIVERSAL::isa($_tt_list, 'Template::Iterator')) { $_tt_list = Template::Config->iterator($_tt_list) || die $Template::Config::ERROR, "\n"; } ($_tt_value, $_tt_error) = $_tt_list->get_first(); eval { $_tt_oldloop = $stash->get('loop') }; $stash->set('loop', $_tt_list); eval { LOOP: while (! $_tt_error) { $stash->{'h'} = $_tt_value; $output .= "\n <div id=\""; #line 28 "template\en\default\global\help.html.tmpl" $output .= $stash->get(['h', 0, 'id', 0]); $output .= "_help\" class=\"help\" style=\"display: none;\">"; #line 29 "template\en\default\global\help.html.tmpl" $output .= $stash->get(['h', 0, 'html', 0]); $output .= " </div>";; ($_tt_value, $_tt_error) = $_tt_list->get_next(); } }; $stash->set('loop', $_tt_oldloop); die $@ if $@; $_tt_error = 0 if $_tt_error && $_tt_error eq Template::Constants::STATUS_DONE; die $_tt_error if $_tt_error; }; } } $output .= "\n\n"; } }; if ($@) { $_tt_error = $context->catch($@, \$output); die $_tt_error unless $_tt_error->type eq 'return'; } return $output; }, DEFBLOCKS => { },});
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -