📄 linked.html.tmpl
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1082176880', 'name' => 'pages/linked.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"; #line 24 "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 24 "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>"; #line 35 "template\en\default\pages\linked.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); # FILTER $output .= do { my $output = ''; my $filter = $context->filter('quoteUrls') || $context->throw($context->error); $output .= $stash->get(['cgi', 0, 'param', [ 'text' ]]); &$filter($output); }; &$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>"; #line 51 "template\en\default\pages\linked.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('quoteUrls') || $context->throw($context->error); $output .= $stash->get(['cgi', 0, 'param', [ 'text' ]]); &$filter($output); }; $output .= "</pre>\n</p>\n\n<hr>\n"; #line 58 "template\en\default\pages\linked.html.tmpl" $output .= $context->include('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 + -