📄 confirm-duplicate.html.tmpl
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1075759050', 'name' => 'bug/process/confirm-duplicate.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 34 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $context->process('global/variables.none.tmpl'); $output .= "\n"; #line 37 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $context->process('global/header.html.tmpl', { 'title' => 'Duplicate Warning' }); $output .= "\n\n<p>\n When marking "; #line 40 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $stash->get(['terms', 0, 'abug', 0]); $output .= " as a duplicate, the reporter of the duplicate\n is normally added to the CC list of the original. The permissions\n on "; #line 42 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " "; #line 42 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $stash->get('original_bug_id'); $output .= " (the original) are currently set\n such that the reporter would not normally be able to see it.\n</p>\n\n<p>\n <b>Adding the reporter to the CC list of "; #line 47 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " \n "; #line 48 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $stash->get('original_bug_id'); #line 54 "template\en\default\bug\process\confirm-duplicate.html.tmpl" if ($stash->get('cclist_accessible')) { $output .= "\n will immediately"; } else { $output .= "\n might, in the future,"; } $output .= "\n allow him/her access to view this "; #line 55 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= ".</b>\n Do you wish to do this?\n</p>\n\n<form method=\"post\" action=\"process_bug.cgi\">\n"; #line 62 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $context->process('global/hidden-fields.html.tmpl', { 'exclude' => ('' . "^Bugzilla_(login|password)") }); $output .= "\n\n<p>\n <input type=\"radio\" name=\"confirm_add_duplicate\" value=\"1\">\n Yes, add the reporter to CC list on "; #line 66 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " "; #line 66 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $stash->get('original_bug_id'); $output .= "\n</p>\n<p>\n <input type=\"radio\" name=\"confirm_add_duplicate\" value=\"0\" checked=\"checked\">\n No, do not add the reporter to CC list on "; #line 70 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " \n "; #line 71 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $stash->get('original_bug_id'); $output .= "\n</p>\n<p>\n <a href=\"show_bug.cgi?id="; #line 74 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $stash->get('duplicate_bug_id'); $output .= "\">Throw away my changes,\n and revisit "; #line 75 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " "; #line 75 "template\en\default\bug\process\confirm-duplicate.html.tmpl" $output .= $stash->get('duplicate_bug_id'); $output .= "</a>\n<p>\n <input type=\"submit\" value=\"Submit\">\n</p>\n\n</form>\n"; #line 83 "template\en\default\bug\process\confirm-duplicate.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 + -