?? confirm-create-dupe.html.tmpl
字號:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1169072830', 'name' => 'bug/create/confirm-create-dupe.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 24 "template\en\default\bug\create\confirm-create-dupe.html.tmpl" $output .= $context->process('global/field-descs.none.tmpl'); $output .= "\n"; #line 0 "template\en\default\bug\create\confirm-create-dupe.html.tmpl" $output .= $context->process('global/header.html.tmpl', { 'title' => ("Already filed " . $stash->get(['terms', 0, 'bug', 0])) }); $output .= "\n"; #line 30 "template\en\default\bug\create\confirm-create-dupe.html.tmpl" # USE $stash->set('Bugzilla', $context->plugin('Bugzilla')); $output .= "\n\n<table cellpadding=\"20\">\n <tr>\n <td bgcolor=\"#ff0000\">\n <font size=\"+2\">\n You already used the form to file "; #line 0 "template\en\default\bug\create\confirm-create-dupe.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('none') || $context->throw($context->error); # 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); }; &$_tt_filter($output); }; $output .= ".\n </font>\n </td>\n </tr>\n</table>\n\n<p><font size=\"big\">You are highly encouraged to visit "; #line 0 "template\en\default\bug\create\confirm-create-dupe.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('none') || $context->throw($context->error); # 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); }; &$_tt_filter($output); }; $output .= ".</font></p>\n"; #line 56 "template\en\default\bug\create\confirm-create-dupe.html.tmpl" if ($stash->get('allow_override')) { $output .= "\n <p>If you are sure you used the same form to submit a new "; #line 46 "template\en\default\bug\create\confirm-create-dupe.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= ",\n click 'File "; #line 47 "template\en\default\bug\create\confirm-create-dupe.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " again'.<p>\n\n <form name=\"create\" id=\"create\" method=\"post\" action=\"post_bug.cgi\""; #line 50 "template\en\default\bug\create\confirm-create-dupe.html.tmpl" if ($stash->get(['Bugzilla', 0, 'cgi', 0, 'param', [ 'data' ]])) { $output .= " enctype=\"multipart/form-data\""; } $output .= ">"; #line 51 "template\en\default\bug\create\confirm-create-dupe.html.tmpl" $output .= $context->process('global/hidden-fields.html.tmpl', { 'exclude' => ('' . "^(Bugzilla_login|Bugzilla_password|ignore_token)") }); $output .= "\n <input type=\"hidden\" name=\"ignore_token\" value=\""; #line 53 "template\en\default\bug\create\confirm-create-dupe.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('bugid'); &$_tt_filter($output); }; $output .= "\">\n <input type=\"submit\" value=\"File "; #line 54 "template\en\default\bug\create\confirm-create-dupe.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " again\" id=\"file_bug_again\">\n </form>"; } $output .= "\n"; #line 58 "template\en\default\bug\create\confirm-create-dupe.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 + -