📄 confirm-delete.html.tmpl
字号:
#line 181 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('bugs_activity')) { $output .= "\n <li>"; #line 166 "template\en\default\admin\users\confirm-delete.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['otheruser', 0, 'login', 0]); &$_tt_filter($output); }; $output .= " has made"; #line 171 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('bugs_activity') eq 1) { $output .= "\n a change on "; #line 168 "template\en\default\admin\users\confirm-delete.html.tmpl" $output .= $stash->get(['terms', 0, 'abug', 0]); } else { $output .= "\n changes on "; #line 170 "template\en\default\admin\users\confirm-delete.html.tmpl" $output .= $stash->get(['terms', 0, 'bugs', 0]); } $output .= ".\n If you delete the user account, the "; #line 172 "template\en\default\admin\users\confirm-delete.html.tmpl" $output .= $stash->get(['terms', 0, 'bugs', 0]); $output .= " activity table in\n the database will be inconsistent, resulting in"; #line 178 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('bugs_activity') eq 1) { $output .= "\n this change"; } else { $output .= "\n these changes"; } $output .= "\n not showing up in "; #line 179 "template\en\default\admin\users\confirm-delete.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " activity logs any more.\n </li>"; } #line 202 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get(['flags', 0, 'setter', 0])) { $output .= "\n <li>"; #line 184 "template\en\default\admin\users\confirm-delete.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['otheruser', 0, 'login', 0]); &$_tt_filter($output); }; $output .= " has\n <a href=\"buglist.cgi?field0-0-0=setters.login_name&type0-0-0=equals&value0-0-0="; #line 186 "template\en\default\admin\users\confirm-delete.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('url_quote') || $context->throw($context->error); $output .= $stash->get(['otheruser', 0, 'login', 0]); &$_tt_filter($output); }; $output .= "\">set\n or requested"; #line 192 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get(['flags', 0, 'setter', 0]) eq 1) { $output .= "\n a flag"; } else { $output .= "\n "; #line 191 "template\en\default\admin\users\confirm-delete.html.tmpl" $output .= $stash->get(['flags', 0, 'setter', 0]); $output .= " flags"; } $output .= "</a>.\n If you delete the user account, the flags table in the database\n will be inconsistent, resulting in"; #line 199 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get(['flags', 0, 'setter', 0]) eq 1) { $output .= "\n this flag"; } else { $output .= "\n these flags"; } $output .= "\n not displaying correctly any more.\n </li>"; } #line 222 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('longdescs')) { $output .= "\n <li>"; #line 205 "template\en\default\admin\users\confirm-delete.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['otheruser', 0, 'login', 0]); &$_tt_filter($output); }; $output .= " has\n <a href=\"buglist.cgi?emaillongdesc1=1&emailtype1=exact&email1="; #line 207 "template\en\default\admin\users\confirm-delete.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('url_quote') || $context->throw($context->error); $output .= $stash->get(['otheruser', 0, 'login', 0]); &$_tt_filter($output); }; $output .= "\">commented"; #line 212 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('longdescs') eq 1) { $output .= "\n once on "; #line 209 "template\en\default\admin\users\confirm-delete.html.tmpl" $output .= $stash->get(['terms', 0, 'abug', 0]); } else { $output .= "\n "; #line 211 "template\en\default\admin\users\confirm-delete.html.tmpl" $output .= $stash->get('longdescs'); $output .= " times on "; #line 211 "template\en\default\admin\users\confirm-delete.html.tmpl" $output .= $stash->get(['terms', 0, 'bugs', 0]); } $output .= "</a>.\n If you delete the user account, the comments table in the database\n will be inconsistent, resulting in"; #line 219 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('longdescs') eq 1) { $output .= "\n this comment"; } else { $output .= "\n these comments"; } $output .= "\n not being visible any more.\n </li>"; } #line 234 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('profiles_activity')) { $output .= "\n <li>"; #line 225 "template\en\default\admin\users\confirm-delete.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['otheruser', 0, 'login', 0]); &$_tt_filter($output); }; $output .= " has made"; #line 230 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('bugs_activity') eq 1) { $output .= "\n a change on a other user's profile"; } else { $output .= "\n changes on other users' profiles"; } $output .= ".\n If you delete the user account, the user profiles activity table in\n the database will be inconsistent.\n </li>"; } $output .= "\n </ul>\n </div>"; #line 237 "template\en\default\admin\users\confirm-delete.html.tmpl" $stash->set('display_warning', 1); } $output .= "\n"; #line 435 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('assignee_or_qa') || $stash->get('cc') || $stash->get('email_setting') || $stash->get(['flags', 0, 'requestee', 0]) || $stash->get('namedqueries') || $stash->get('profile_setting') || $stash->get('series') || $stash->get('votes') || $stash->get(['watch', 0, 'watched', 0]) || $stash->get(['watch', 0, 'watcher', 0]) || $stash->get('whine_events') || $stash->get('whine_schedules')) { $output .= "\n <div class=\"warningmessages\">\n <p>The following deletions are <b>safe</b> and will not generate\n referential integrity inconsistencies.</p>\n\n <ul>"; #line 262 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('assignee_or_qa')) { $output .= "\n <li>"; #line 250 "template\en\default\admin\users\confirm-delete.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['otheruser', 0, 'login', 0]); &$_tt_filter($output); }; $output .= "\n <a href=\"buglist.cgi?emailassigned_to1=1&emailqa_contact1=1&emailtype1=exact&email1="; #line 252 "template\en\default\admin\users\confirm-delete.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('url_quote') || $context->throw($context->error); $output .= $stash->get(['otheruser', 0, 'login', 0]); &$_tt_filter($output); }; $output .= "\">is\n the assignee or the QA contact of"; #line 258 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('assignee_or_qa') eq 1) { $output .= "\n one "; #line 255 "template\en\default\admin\users\confirm-delete.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); } else { $output .= "\n "; #line 257 "template\en\default\admin\users\confirm-delete.html.tmpl" $output .= $stash->get('assignee_or_qa'); $output .= " "; #line 257 "template\en\default\admin\users\confirm-delete.html.tmpl" $output .= $stash->get(['terms', 0, 'bugs', 0]); } $output .= "</a>.\n If you delete the user account, these roles will fall back to\n the default assignee or default QA contact.\n </li>"; } #line 276 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('cc')) { $output .= "\n <li>"; #line 265 "template\en\default\admin\users\confirm-delete.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['otheruser', 0, 'login', 0]); &$_tt_filter($output); }; $output .= "\n <a href=\"buglist.cgi?emailcc1=1&emailtype1=exact&email1="; #line 267 "template\en\default\admin\users\confirm-delete.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('url_quote') || $context->throw($context->error); $output .= $stash->get(['otheruser', 0, 'login', 0]); &$_tt_filter($output); }; $output .= "\">is\n on the CC list of"; #line 273 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('cc') eq 1) { $output .= "\n "; #line 270 "template\en\default\admin\users\confirm-delete.html.tmpl" $output .= $stash->get(['terms', 0, 'abug', 0]); } else { $output .= "\n "; #line 272 "template\en\default\admin\users\confirm-delete.html.tmpl" $output .= $stash->get('cc'); $output .= " "; #line 272 "template\en\default\admin\users\confirm-delete.html.tmpl" $output .= $stash->get(['terms', 0, 'bugs', 0]); } $output .= "</a>.\n If you delete the user account, it will be removed from these CC lists.\n </li>"; } #line 282 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('email_setting')) { $output .= "\n <li>\n The user's e-mail settings will be deleted along with the user\n account.\n </li>"; } #line 302 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get(['flags', 0, 'requestee', 0])) { $output .= "\n <li>"; #line 285 "template\en\default\admin\users\confirm-delete.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['otheruser', 0, 'login', 0]); &$_tt_filter($output); }; $output .= " has been\n <a href=\"buglist.cgi?field0-0-0=requestees.login_name&type0-0-0=equals&value0-0-0="; #line 287 "template\en\default\admin\users\confirm-delete.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('url_quote') || $context->throw($context->error); $output .= $stash->get(['otheruser', 0, 'login', 0]); &$_tt_filter($output); }; $output .= "\">asked\n to set"; #line 293 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get(['flags', 0, 'requestee', 0]) eq 1) { $output .= "\n a flag"; } else { #line 292 "template\en\default\admin\users\confirm-delete.html.tmpl" $output .= $stash->get(['flags', 0, 'requestee', 0]); $output .= " flags"; } $output .= "</a>.\n If you delete the user account,"; #line 299 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get(['flags', 0, 'requestee', 0]) eq 1) { $output .= "\n this flag"; } else { $output .= "\n these flags"; } $output .= "\n will change to be unspecifically requested.\n </li>"; } #line 336 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('namedqueries')) { $output .= "\n <li>"; #line 305 "template\en\default\admin\users\confirm-delete.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['otheruser', 0, 'login', 0]); &$_tt_filter($output); }; $output .= " has"; #line 310 "template\en\default\admin\users\confirm-delete.html.tmpl" if ($stash->get('namedqueries') eq 1) { $output .= "\n a "; #line 307 "template\en\default\admin\users\confirm-delete.html.tmpl"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -