📄 choose.html.tmpl
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1081888288', 'name' => 'attachment/choose.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 23 "template\en\default\attachment\choose.html.tmpl" $output .= $context->process('global/variables.none.tmpl'); $output .= "\n"; #line 26 "template\en\default\attachment\choose.html.tmpl" $output .= $context->process('global/header.html.tmpl', { 'title' => 'Locate attachment' }); $output .= "\n\n<form method=\"get\" action=\"attachment.cgi\">\n <p>Access an attachment by entering its ID into the form below:</p>\n <p>Attachment ID: <input name=\"id\" size=\"6\">\n <button name=\"action\" value=\"edit\"> Edit </button>\n <button name=\"action\" value=\"view\">View</button>\n </p>\n</form>\n\n<form method=\"get\" action=\"show_bug.cgi\">\n <p>Or, access it from the list of attachments in its associated "; #line 39 "template\en\default\attachment\choose.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " report:</p>\n <p>"; #line 40 "template\en\default\attachment\choose.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " ID: <input name=\"id\" size=\"6\">\n <input type=\"submit\" name=\"action\" value=\"View\">\n </p>\n</form>\n"; #line 46 "template\en\default\attachment\choose.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 + -