📄 created.html.tmpl
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1161285796', 'name' => 'attachment/created.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\n"; $output .= "\n"; #line 31 "template\en\default\attachment\created.html.tmpl" $output .= $context->process('global/variables.none.tmpl'); $output .= "\n"; #line 33 "template\en\default\attachment\created.html.tmpl" $output .= $context->process('global/header.html.tmpl', { 'title' => 'Changes Submitted' }); $output .= "\n\n<dl>\n <dt>\n <a title=\""; #line 39 "template\en\default\attachment\created.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('description'); &$_tt_filter($output); }; $output .= "\" href=\"attachment.cgi?id="; #line 39 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get('attachid'); $output .= "&action=edit\">Attachment #"; #line 39 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get('attachid'); $output .= "</a>\n to "; #line 0 "template\en\default\attachment\created.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('bug_link', [ $stash->get('bugid') ]) || $context->throw($context->error); $output .= ($stash->get(['terms', 0, 'bug', 0]) . " " . $stash->get('bugid')); &$_tt_filter($output); }; $output .= " created\n </dt>\n <dd>"; #line 43 "template\en\default\attachment\created.html.tmpl" $output .= $context->process('bug/process/bugmail.html.tmpl', { 'mailing_bugid' => $stash->get('bugid') }); #line 49 "template\en\default\attachment\created.html.tmpl" if ($stash->get('convertedbmp')) { $output .= "\n <p>\n <b>Note:</b> "; #line 46 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= " automatically converted your BMP image file to a\n compressed PNG format.\n </p>"; } #line 57 "template\en\default\attachment\created.html.tmpl" if ($stash->get('contenttypemethod') eq 'autodetect') { $output .= "\n <p>\n <b>Note:</b> "; #line 52 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= " automatically detected the content type\n <em>"; #line 53 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get('contenttype'); $output .= "</em> for this attachment. If this is\n incorrect, correct the value by\n editing the attachment's <a href=\"attachment.cgi?id="; #line 55 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get('attachid'); $output .= "&action=edit\">details</a>.\n </p>"; } $output .= "\n\n "; #line 60 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get(['Hook', 0, 'process', [ 'links' ]]); $output .= "\n </dd>\n</dl>\n\n<p>\n<a href=\"attachment.cgi?bugid="; #line 65 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get('bugid'); $output .= "&action=enter\">Create\n Another Attachment to "; #line 66 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " #"; #line 66 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get('bugid'); $output .= "</a>\n</p>\n"; #line 69 "template\en\default\attachment\created.html.tmpl" $output .= $context->process('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 + -