📄 linked.html.tmpl
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1202512834', 'name' => 'pages/linked.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 23 "template\en\default\pages\linked.html.tmpl" $output .= $context->include('global/header.html.tmpl', { 'title' => 'Your Linkified Text' }); #line 24 "template\en\default\pages\linked.html.tmpl" # USE $stash->set('Bugzilla', $context->plugin('Bugzilla')); #line 25 "template\en\default\pages\linked.html.tmpl" $stash->set('cgi', $stash->get(['Bugzilla', 0, 'cgi', 0])); $output .= "\n\n<p>\n Copy and paste the text below:\n</p>\n\n<hr>\n\n<p>\n<pre class=\"bz_comment_text\">"; #line 35 "template\en\default\pages\linked.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('quoteUrls') || $context->throw($context->error); # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('wrap_comment') || $context->throw($context->error); $output .= $stash->get(['cgi', 0, 'param', [ 'text' ]]); &$_tt_filter($output); }; &$_tt_filter($output); }; &$_tt_filter($output); }; $output .= "</pre>\n</p>\n\n<hr>\n\n<p>\n If you place it in <tt><pre></tt> tags, \n the text will end up looking like this:\n</p>\n\n<hr>\n\n<p>\n<pre class=\"bz_comment_text\">"; #line 50 "template\en\default\pages\linked.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('quoteUrls') || $context->throw($context->error); # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('wrap_comment') || $context->throw($context->error); $output .= $stash->get(['cgi', 0, 'param', [ 'text' ]]); &$_tt_filter($output); }; &$_tt_filter($output); }; $output .= "</pre>\n</p>\n\n<hr>\n"; #line 56 "template\en\default\pages\linked.html.tmpl" $output .= $context->include('global/footer.html.tmpl'); $output .= "\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 + -