[%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # CustIS "nice error" template. # F*cking people. Kitten is killed. # # Contributor(s): Vitaliy Filippov #%] [%# We only want HTML error messages for ERROR_MODE_WEBPAGE %] [% IF Bugzilla.error_mode != constants.ERROR_MODE_WEBPAGE %] [% IF Bugzilla.usage_mode == constants.USAGE_MODE_BROWSER %] [% error_message FILTER none %] [% ELSE %] [% error_message FILTER txt %] [% END %] [% RETURN %] [% END %] [%# Template errors are special in the sense of possibility to # raise a second error when trying to process other templates. # So don't try to do it. %] [% IF error != "template_error" %] [% UNLESS header_done %] [% PROCESS global/header.html.tmpl %] [% END %] [% PROCESS global/docslinks.html.tmpl docslinks = docslinks admindocslinks = admindocslinks %] [% END %]

Произошла внутренняя ошибка Bugzilla.

[% error_message.replace("\n\n", "

") FILTER none %]

[% IF Param('report_code_errors_to_maintainer') %] Отчёт об ошибке автоматически отправлен [% Param('maintainer') %].
В ближайшее время она будет исправлена. Можете не закрывать вкладку и чуть позже нажать F5 (обновить страницу).
[% ELSE %] Пожалуйста, сохраните эту страницу и отправьте её по адресу [% Param('maintainer') %] с информацией о том, какие Ваши действия привели к ошибке и пожеланиями об исправлении. [% END %]

Извините нас.

[% IF variables %]
  Дополнительные данные:
  [% FOREACH key = variables.keys %]
    [%+ key FILTER html %]: [%+ variables.$key FILTER html %]
  [% END %]
  
[% END %]
[% IF error != "template_error" %] [% PROCESS global/footer.html.tmpl %] [% END %]