[%# 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. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Chris Lahey [javascript fixes] # Christian Reis [javascript rewrite] # Gervase Markham #%] [% PROCESS "global/field-descs.none.tmpl" %] [% query_types = [ "allwordssubstr", "anywordssubstr", "substring", "casesubstring", "allwords", "anywords", "regexp", "notregexp", ] %] [%# If we resubmit to ourselves, we need to know if we are using a format. %] [% thisformat = query_format != '' ? query_format : format %] [%# *** Summary *** %] [%# *** Classification Product Component Version Target *** %] [%# *** Comment URL Whiteboard Keywords *** %] [% FOREACH field = [ { name => "longdesc", description => "A Comment", accesskey => 'c' }, { name => "bug_file_loc", description => "The URL", accesskey => 'u' }, { name => "status_whiteboard", description => "Whiteboard", accesskey => 'w' } ] %] [% UNLESS field.name == 'status_whiteboard' AND NOT Param('usestatuswhiteboard') %] [% END %] [% END %] [% IF use_keywords %] [% END %] [%# Deadline %] [% IF user.in_group(Param("timetrackinggroup")) %] [% END %]
: [% INCLUDE "search/type-select.html.tmpl" name = "short_desc_type", types = query_types, selected = default.short_desc_type.0 %] [% IF button_name %] [% END %]
[% IF Param('useclassification') %] [% END %] [% IF Param('usetargetmilestone') %] [% END %]
:
[%# Can't use the select block here because of the onChange %]
:
[%# Can't use the select block here because 'component' is a toolkit reserved word - we use 'component_' instead. %]
:
[% PROCESS select sel = { name => 'version', size => 5 } %]
:
[% PROCESS select sel = { name => 'target_milestone', size => 5 } %]
:
: [% type = field.name _ "_type" %] [% INCLUDE "search/type-select.html.tmpl" name = type, types = query_types, selected = default.$type.0 %]
: [% INCLUDE "search/type-select.html.tmpl" name = "keywords_type", types = ['allwords', 'anywords', 'nowords'], selected = default.keywords_type.0 %]
: from to (YYYY-MM-DD or relative dates)

[%# *** Status Resolution Severity Priority Hardware OS *** %]
[% PROCESS select sel = { name => 'bug_status', size => 7 } %]
:
[% PROCESS select sel = { name => 'resolution', size => 7 } %]
:
[% PROCESS select sel = { name => 'bug_severity', size => 7 }%]
:
[% PROCESS select sel = { name => 'priority', size => 7 } %]
:
[% PROCESS select sel = { name => 'rep_platform', size => 7 } %]
:
[% PROCESS select sel = { name => 'op_sys', size => 7 } %]
:
[%# *** Email Numbering Votes *** %] [%# *** Bug Changes *** %]
[% IF Param('usevotes') %] Email Addresses, [% terms.Bug %] Numbers, and Votes [% ELSE %] Email Addresses and [% terms.Bug %] Numbers [% END %] [% FOREACH n = [1, 2] %] [% END %]
[% IF Param('useqacontact') %] [% END %]
Any of:

[% IF Param('usevotes') %] [% END %]
:
(comma-separated list)
: votes
[% terms.Bug %] Changes
:
and
(YYYY-MM-DD or relative dates)
:
[%# Create array, so we can sort it by description #%] [% chfields = [] %] [% FOREACH field = chfield %] [% chfields.push({value => field, desc => (field_descs.$field || field) }) %] [% END %]
and :
[%############################################################################%] [%# Block for SELECT fields #%] [%############################################################################%] [% BLOCK select %] [% END %]