📄 code-error.html.tmpl
字号:
$output .= $stash->get('fragment'); &$filter($output); }; $output .= "</em>. \n The cookie has been cleared.\n "; } elsif ($stash->get('error') eq 'invalid_column_name_form') { #line 145 "template\en\default\global\code-error.html.tmpl" $stash->set('title', 'Invalid Column Name'); $output .= "\n The custom sort order specified in your form submission contains an\n invalid column name <em>"; #line 147 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('fragment'); &$filter($output); }; $output .= "</em>.\n "; } elsif ($stash->get('error') eq 'invalid_component') { #line 150 "template\en\default\global\code-error.html.tmpl" $stash->set('title', 'Invalid Component'); $output .= "\n The "; #line 151 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('name'); &$filter($output); }; $output .= " component doesn't exist in the "; #line 153 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('product'); &$filter($output); }; $output .= " product.\n "; } elsif ($stash->get('error') eq 'invalid_dimensions') { #line 156 "template\en\default\global\code-error.html.tmpl" $stash->set('title', 'Invalid Dimensions'); $output .= "\n The width or height specified is not a positive integer.\n "; } elsif ($stash->get('error') eq 'invalid_series_id') { #line 160 "template\en\default\global\code-error.html.tmpl" $stash->set('title', 'Invalid Series'); $output .= "\n The series_id "; #line 161 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('series_id'); &$filter($output); }; $output .= " is not valid. It may be that\n this series has been deleted.\n "; } elsif ($stash->get('error') eq 'mismatched_bug_ids_on_obsolete') { $output .= "\n Attachment "; #line 166 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('attach_id'); &$filter($output); }; $output .= " ("; #line 166 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('description'); &$filter($output); }; $output .= ") \n is attached to "; #line 167 "template\en\default\global\code-error.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " "; #line 167 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('attach_bug_id'); &$filter($output); }; $output .= ", \n but you tried to flag it as obsolete while creating a new attachment to "; #line 170 "template\en\default\global\code-error.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " "; #line 170 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('my_bug_id'); &$filter($output); }; $output .= ".\n"; } elsif ($stash->get('error') eq 'invalid_flag_association') { #line 173 "template\en\default\global\code-error.html.tmpl" $stash->set('title', 'Invalid Flag Association'); $output .= "\n Some flags do not belong to"; #line 182 "template\en\default\global\code-error.html.tmpl" if ($stash->get('attach_id')) { $output .= "\n attachment "; #line 177 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('attach_id'); &$filter($output); }; $output .= "."; } else { $output .= "\n "; #line 180 "template\en\default\global\code-error.html.tmpl" $output .= $stash->get(['terms', 0, 'bug', 0]); $output .= " "; #line 180 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('bug_id'); &$filter($output); }; $output .= "."; } $output .= "\n"; } elsif ($stash->get('error') eq 'flag_nonexistent') { $output .= "\n There is no flag with ID #"; #line 186 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('id'); &$filter($output); }; $output .= ".\n"; } elsif ($stash->get('error') eq 'flags_not_available') { #line 189 "template\en\default\global\code-error.html.tmpl" $stash->set('title', 'Flag Editing not Allowed'); $output .= "\n Flags cannot be set or changed when\n changing several "; #line 191 "template\en\default\global\code-error.html.tmpl" $output .= $stash->get(['terms', 0, 'bugs', 0]); $output .= " at once.\n"; } elsif ($stash->get('error') eq 'flag_requestee_disabled') { #line 194 "template\en\default\global\code-error.html.tmpl" $stash->set('title', 'Flag not Specifically Requestable'); $output .= "\n The flag <em>"; #line 195 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('name'); &$filter($output); }; $output .= "</em> is not specifically requestable.\n"; } elsif ($stash->get('error') eq 'flag_status_invalid') { $output .= "\n The flag status <em>"; #line 199 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('status'); &$filter($output); }; $output .= "</em>"; #line 202 "template\en\default\global\code-error.html.tmpl" if ($stash->get('id')) { $output .= "\n for flag ID #"; #line 202 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('id'); &$filter($output); }; } $output .= "\n is invalid.\n "; } elsif ($stash->get('error') eq 'flag_type_component_nonexistent') { $output .= "\n The component <em>"; #line 207 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('name'); &$filter($output); }; $output .= "</em> does not exist\n in the product <em>"; #line 208 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('product'); &$filter($output); }; $output .= "</em>.\n "; } elsif ($stash->get('error') eq 'flag_type_component_without_product') { $output .= "\n A component was selected without a product being selected.\n "; } elsif ($stash->get('error') eq 'flag_type_id_invalid') { $output .= "\n The flag type ID <em>"; #line 216 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('id'); &$filter($output); }; $output .= "</em> is not\n a positive integer.\n"; } elsif ($stash->get('error') eq 'flag_type_inactive') { #line 220 "template\en\default\global\code-error.html.tmpl" $stash->set('title', 'Inactive Flag Types'); $output .= "\n Some flag types are inactive and cannot be used to create new flags.\n"; } elsif ($stash->get('error') eq 'flag_type_nonexistent') { $output .= "\n There is no flag type with the ID <em>"; #line 225 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('id'); &$filter($output); }; $output .= "</em>.\n "; } elsif ($stash->get('error') eq 'flag_type_product_nonexistent') { $output .= "\n The product <em>"; #line 229 "template\en\default\global\code-error.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('product'); &$filter($output); }; $output .= "</em> does not exist.\n "; } elsif ($stash->get('error') eq 'flag_type_target_type_invalid') {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -