[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [% PROCESS global/variables.none.tmpl %] [% js_urls = [ 'js/yui3/yui/yui-min.js', 'extensions/GuidedBugEntry/web/js/products.js', 'extensions/GuidedBugEntry/web/js/guided.js', 'extensions/ProdCompSearch/web/js/prod_comp_search.js', 'js/field.js', 'js/TUI.js', 'js/bug.js' ] %] [% PROCESS global/header.html.tmpl title = "Enter A Bug" generate_api_token = 1 javascript_urls = js_urls style_urls = [ 'extensions/GuidedBugEntry/web/style/guided.css' ] %]
[% INCLUDE webdev_step %] [% INCLUDE product_step %] [% INCLUDE otherProducts_step %] [% INCLUDE dupes_step %] [% INCLUDE bugForm_step %]
Switch to the standard [% terms.bug %] entry form
[% PROCESS global/footer.html.tmpl %] [%############################################################################%] [%# page title #%] [%############################################################################%] [% BLOCK page_title %]

Enter A [% terms.Bug %]

[% END %] [%############################################################################%] [%# webdev step #%] [%############################################################################%] [% BLOCK webdev_step %] [% END %] [%############################################################################%] [%# product step #%] [%############################################################################%] [% BLOCK product_step %] [% END %] [% BLOCK product_block %] [% IF !caption %] [% caption = name %] [% END %] [% IF !desc %] [% FOREACH cls = classifications %] [% FOREACH p = cls.products %] [% IF p.name == name %] [% desc = p.description %] [% LAST %] [% END %] [% END %] [% END %] [% END %]
  • [% caption FILTER html %]

    [% IF content %] [% content FILTER none %] [% ELSE %] [% desc FILTER html_light %] [% END %]

  • [% END %] [%############################################################################%] [%# other products step #%] [%############################################################################%] [% BLOCK otherProducts_step %] [% END %] [%############################################################################%] [%# exits (support/input) #%] [%############################################################################%] [% BLOCK exits %]
    I need technical support
    For technical support or help getting your site to work with Mozilla.
    Report an issue with a website that I use

    None of the above; my [% terms.bug %] is in:

    [% END %] [%############################################################################%] [%# duplicates step #%] [%############################################################################%] [% BLOCK dupes_step %] [% END %] [%############################################################################%] [%# bug form step #%] [%############################################################################%] [% BLOCK bugForm_step %] [% END %] [%############################################################################%] [%# help block #%] [%############################################################################%] [% BLOCK help %] [% END %]