[%# 1.0@bugzilla.org %] [%# 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 # # Additional customizations for the Westminster Public Library by: # Eric Sisler # Veronica Smith # # More information at: # http://wallace.westminster.lib.co.us/linux/linux-library.html#bugzilla # http://wallace.westminster.lib.co.us/bugzilla-custom/ #%] [% PROCESS global/variables.none.tmpl %] [%# Note: use Template comments and not JS ones here, to avoid bloating what we actually send to the browser %] [% query_variants = [ { value => "allwordssubstr", description => "contains all of the words/strings" }, { value => "anywordssubstr", description => "contains any of the words/strings" }, { value => "substring", description => "contains the string" }, { value => "casesubstring", description => "contains the string (exact case)" }, { value => "allwords", description => "contains all of the words" }, { value => "anywords", description => "contains any of the words" }, { value => "regexp", description => "matches the regexp" }, { value => "notregexp", description => "doesn't match the regexp" } ] %] [% PROCESS "global/field-descs.none.tmpl" %] [%# If we resubmit to ourselves, we need to know if we are using a format. %] [% thisformat = query_format != '' ? query_format : format %] [%# *** Summary *** %] [%# *** Product Component Version Target *** %] [%# *** Comment URL Whiteboard Keywords *** %] [% FOREACH field = [ { name => "long_desc", description => "A Comment" }, { name => "status_whiteboard", description => "Whiteboard" } ] %] [% UNLESS field.name == 'status_whiteboard' AND NOT Param('usestatuswhiteboard') %] [% END %] [% END %] [% IF have_keywords %] [% END %]
Summary: [% IF button_name %] [% END %]
[% IF Param('usetargetmilestone') %] [% END %]
[%# Can't use the select block here because of the onChange %]
Product:
[%# Can't use the select block here because 'component' is a toolkit reserved word - we use 'component_' instead. %]
Component:
[% PROCESS select sel = { name => 'version', size => 5 } %]
Version:
[% PROCESS select sel = { name => 'target_milestone', size => 5 } %]
Target:
[% field.description %]:
Keywords:

[%# *** Status Resolution Severity Priority Hardware OS *** %]
[% PROCESS select sel = { name => 'bug_status', size => 7 } %]
Status:
[% PROCESS select sel = { name => 'resolution', size => 7 } %]
Resolution:
[% PROCESS select sel = { name => 'bug_severity', size => 7 } %]
Type:
[% PROCESS select sel = { name => 'priority', size => 7 } %]
Priority:

[%# *** Email Numbering Votes *** %] [%# *** Bug Changes *** %]
Email and Numbering [% FOREACH n = [1, 2] %] [% END %]
[% IF Param('useqacontact') %] [% END %]
Any of:

[% IF Param('usevotes') %] [% END %]
[% terms.bugs %] numbered:
(comma-separated list)
Only [% terms.bugs %] with at least: votes
[% terms.Bug %] Changes
Only [% terms.bugs %] changed between:
and
(YYYY-MM-DD or relative dates)
where one or more of the following changed:
and the new value was:
[%############################################################################%] [%# Block for SELECT fields #%] [%############################################################################%] [% BLOCK select %] [% END %]