📄 messages.html.tmpl
字号:
$output .= $stash->get('dupe_of'); &$_tt_filter($output); }; $output .= " ***\n"; } elsif ($stash->get('message_tag') eq 'bug_has_duplicate') { $output .= "\n *** "; #line 131 "template\en\default\global\messages.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " "; #line 131 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('dupe'); &$_tt_filter($output); }; $output .= " has been marked as a duplicate of this "; #line 131 "template\en\default\global\messages.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= ". ***\n"; } elsif ($stash->get('message_tag') eq 'bug_moved_to') { $output .= "\n <p>"; #line 134 "template\en\default\global\messages.html.tmpl" $output .= $stash->get(['terms', 0, 'Bug', 0]); $output .= " moved to "; #line 134 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['Param', [ 'move-to-url' ]]); &$_tt_filter($output); }; $output .= ".</p>\n <p>If the move succeeded, "; #line 135 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('login'); &$_tt_filter($output); }; $output .= " will receive a mail\n containing the number of the new "; #line 136 "template\en\default\global\messages.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " in the other database.\n If all went well, please mark this "; #line 137 "template\en\default\global\messages.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " verified, and paste\n in a link to the new "; #line 138 "template\en\default\global\messages.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= ". Otherwise, reopen this "; #line 138 "template\en\default\global\messages.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= ".\n"; } elsif ($stash->get('message_tag') eq 'buglist_adding_field') { #line 141 "template\en\default\global\messages.html.tmpl" $stash->set('title', 'Adding field to search page...'); #line 142 "template\en\default\global\messages.html.tmpl" $stash->set('link', 'Click here if the page does not redisplay automatically.'); $output .= "\n"; } elsif ($stash->get('message_tag') eq 'buglist_updated_named_query') { $output .= "\n Your search named <code>"; #line 145 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('queryname'); &$_tt_filter($output); }; $output .= "</code> has been updated.\n"; } elsif ($stash->get('message_tag') eq 'buglist_new_default_query') { $output .= "\n OK, you now have a new default search. You may\n also bookmark the result of any individual search.\n"; } elsif ($stash->get('message_tag') eq 'buglist_new_named_query') { $output .= "\n OK, you have a new search named <code>"; #line 152 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('queryname'); &$_tt_filter($output); }; $output .= "</code>.\n"; } elsif ($stash->get('message_tag') eq 'buglist_query_gone') { #line 155 "template\en\default\global\messages.html.tmpl" $stash->set('title', 'Search is gone'); #line 156 "template\en\default\global\messages.html.tmpl" $stash->set('link', 'Go back to the search page.'); $output .= "\n OK, the <b>"; #line 157 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('namedcmd'); &$_tt_filter($output); }; $output .= "</b> search is gone.\n"; } elsif ($stash->get('message_tag') eq 'buglist_sorted_by_relevance') { #line 160 "template\en\default\global\messages.html.tmpl" $output .= $stash->get(['terms', 0, 'Bugs', 0]); $output .= " on this list are sorted by relevance, with the most\n relevant "; #line 161 "template\en\default\global\messages.html.tmpl" $output .= $stash->get(['terms', 0, 'bugs', 0]); $output .= " at the top."; #line 165 "template\en\default\global\messages.html.tmpl" if ($stash->get(['bugs', 0, 'size', 0]) eq '200') { $output .= "\n Only the "; #line 163 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= '200'; &$_tt_filter($output); }; $output .= "\n most relevant "; #line 164 "template\en\default\global\messages.html.tmpl" $output .= $stash->get(['terms', 0, 'bugs', 0]); $output .= " are shown."; } $output .= "\n"; } elsif ($stash->get('message_tag') eq 'change_columns') { #line 168 "template\en\default\global\messages.html.tmpl" $stash->set('title', 'Change columns'); $output .= "\n Resubmitting your search with new columns...\n Click <a href=\""; #line 170 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('redirect_url'); &$_tt_filter($output); }; $output .= "\">here</a>\n if the page does not automatically refresh.\n"; } elsif ($stash->get('message_tag') eq 'custom_field_created') { #line 174 "template\en\default\global\messages.html.tmpl" $stash->set('title', 'Custom Field Created'); $output .= "\n The new custom field '"; #line 175 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['field', 0, 'name', 0]); &$_tt_filter($output); }; $output .= "' has been\n successfully created.\n"; } elsif ($stash->get('message_tag') eq 'custom_field_updated') { #line 179 "template\en\default\global\messages.html.tmpl" $stash->set('title', 'Custom Field Updated'); $output .= "\n Properties of the '"; #line 180 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['field', 0, 'name', 0]); &$_tt_filter($output); }; $output .= "' field have been\n successfully updated.\n"; } elsif ($stash->get('message_tag') eq 'emailold_change_cancelled') { #line 184 "template\en\default\global\messages.html.tmpl" $stash->set('title', 'Cancel Request to Change Email Address'); $output .= "\n The request to change the email address for your account to\n "; #line 186 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('new_email'); &$_tt_filter($output); }; $output .= " has been canceled.\n"; } elsif ($stash->get('message_tag') eq 'email_change_cancelled') { #line 189 "template\en\default\global\messages.html.tmpl" $stash->set('title', 'Cancel Request to Change Email Address'); $output .= "\n The request to change the email address for the\n account "; #line 191 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('old_email'); &$_tt_filter($output); }; $output .= " to\n "; #line 192 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('new_email'); &$_tt_filter($output); }; $output .= " has been canceled.\n"; } elsif ($stash->get('message_tag') eq 'email_change_cancelled_reinstated') { #line 195 "template\en\default\global\messages.html.tmpl" $stash->set('title', 'Cancel Request to Change Email Address'); $output .= "\n The request to change the email address for the\n account "; #line 197 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('old_email'); &$_tt_filter($output); }; $output .= " to \n "; #line 198 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('new_email'); &$_tt_filter($output); }; $output .= " has been canceled.\n Your old account settings have been reinstated.\n"; } elsif ($stash->get('message_tag') eq 'flag_creation_failed') { #line 202 "template\en\default\global\messages.html.tmpl" $stash->set('title', 'Flag Creation Failure'); $output .= "\n An error occured while validating flags:\n "; #line 204 "template\en\default\global\messages.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('none') || $context->throw($context->error); $output .= $stash->get('flag_creation_error'); &$_tt_filter($output); }; $output .= "\n"; } elsif ($stash->get('message_tag') eq 'logged_out') { #line 207 "template\en\default\global\messages.html.tmpl" $stash->set('title', 'Logged Out'); #line 208 "template\en\default\global\messages.html.tmpl" $stash->set('url', 'index.cgi?GoAheadAndLogIn=1'); #line 209 "template\en\default\global\messages.html.tmpl" $stash->set('link', 'Log in again.');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -