📄 created.html.tmpl
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1074451156', 'name' => 'attachment/created.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 32 "template\en\default\attachment\created.html.tmpl" $output .= $context->process('global/variables.none.tmpl'); $output .= "\n"; #line 35 "template\en\default\attachment\created.html.tmpl" $output .= $context->process('global/header.html.tmpl', { 'title' => 'Changes Submitted', 'style' => 'th { text-align: left; }' }); $output .= "\n\n<table border=\"1\">\n <tr>\n <td>\n <h2>\n <a title=\""; #line 44 "template\en\default\attachment\created.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('description'); &$filter($output); }; $output .= "\" href=\"attachment.cgi?id="; #line 44 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get('attachid'); $output .= "&action=edit\">Attachment #"; #line 44 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get('attachid'); $output .= "</a>\n to <a href=\"show_bug.cgi?id="; #line 45 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get('bugid'); $output .= "\">"; #line 45 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " #"; #line 45 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get('bugid'); $output .= "</a> Created\n </h2>\n"; #line 49 "template\en\default\attachment\created.html.tmpl" $output .= $context->process('bug/process/bugmail.html.tmpl', { 'mailing_bugid' => $stash->get('bugid') }); $output .= "\n"; #line 60 "template\en\default\attachment\created.html.tmpl" if ($stash->get('contenttypemethod') eq 'autodetect') { $output .= "\n <p>\n <b>Note:</b> "; #line 54 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugzilla', 0]); $output .= " automatically detected the content type\n <em>"; #line 55 "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 <a href=\"attachment.cgi?id="; #line 57 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get('attachid'); $output .= "&action=edit\">editing the attachment</a>.\n </p>"; } $output .= "\n </td>\n <td>\n <a href=\"show_bug.cgi?id="; #line 63 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get('bugid'); $output .= "\">Go back to "; #line 63 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " #"; #line 63 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get('bugid'); $output .= "</a>\n </td>\n </tr>\n</table>\n\n<p>\n<a href=\"attachment.cgi?bugid="; #line 69 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get('bugid'); $output .= "&action=enter\">Create\n Another Attachment to "; #line 70 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " #"; #line 70 "template\en\default\attachment\created.html.tmpl" $output .= $stash->get('bugid'); $output .= "</a>\n</p>\n"; #line 74 "template\en\default\attachment\created.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 + -