[%# 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',
'js/yui/assets/skins/sam/container.css' ]
yui = [ 'history', 'datatable', 'container', 'autocomplete' ]
%]
Please wait...
[% INCLUDE webdev_step %]
[% INCLUDE product_step %]
[% INCLUDE otherProducts_step %]
[% INCLUDE dupes_step %]
[% INCLUDE bugForm_step %]
[% WRAPPER product_block
icon="component.png"
onclick="product.select('Core', 'Untriaged')" %]
HTML, CSS, JS, SVG, or some other web technology or combination of
web technologies?
[% END %]
[% WRAPPER product_block
icon="devedition.png"
onclick="product.select('Firefox', 'Developer Tools')" %]
Firefox's developer tools
[% END %]
[% WRAPPER product_block
icon="firefox.png"
onclick="product.select('Firefox', 'Untriaged')" %]
Firefox's user interface (for example, an issue with bookmarks,
tabbed browsing or the location bar)
[% END %]
[% INCLUDE page_title %]
[% INCLUDE exits
show = "all"
%]
[% INCLUDE 'guided/products.html.tmpl' %]
[% WRAPPER product_block
name="Other Products"
icon="other.png"
onclick="guided.setStep('otherProducts')" %]
Other Mozilla products which aren't listed here
[% END %]
[% PROCESS prodcompsearch/form.html.tmpl
input_label = "Find product:"
format = "guided"
script_name = "enter_bug.cgi" %]
[% END %]
[% BLOCK product_block %]
[% IF !caption %]
[% caption = name %]
[% END %]
[% IF !desc %]
[% FOREACH c = classifications %]
[% FOREACH p = c.products %]
[% IF p.name == name %]
[% desc = p.description %]
[% LAST %]
[% END %]
[% END %]
[% END %]
[% END %]
Please summarise your issue or request in one sentence:
[% END %]
[%############################################################################%]
[%# bug form step #%]
[%############################################################################%]
[% BLOCK bugForm_step %]
[% INCLUDE page_title %]
[% END %]
[%############################################################################%]
[%# help block #%]
[%############################################################################%]
[% BLOCK help %]
[% END %]