[%# 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. #%] [%# INTERFACE: # added_quip: string. Defined if the CGI added a quip data before # displaying anything; if defined, its value is that quip. # show_quips: boolean. True if we are showing the entire quip list. # quips: list of strings. Defined if and only if show_quips is true. # List of all quips. #%] [% PROCESS global/header.html.tmpl title = "Bugzilla Quip System" header = "Add your own clever headline" style_urls = ['skins/standard/buglist.css'] %]
Bugzilla will pick a random quip for the headline on each [% terms.bug %] list.
[% IF Param("quip_list_entry_control") != "closed" %]You can extend the quip list. Type in something clever or funny or boring (but not obscene or offensive, please) and bonk on the button. [% IF Param("quip_list_entry_control") == "moderated" AND !user.in_group('bz_quip_moderators') %] Note that your quip has to be approved before it is used. [% END %]
[% ELSE %]No new entries may be submitted at this time.
[% END %] [% IF show_quips %] [% IF !user.in_group('bz_quip_moderators') %]
Note: Only approved quips will be shown.
If the parameter 'quip_list_entry_control' is set to open
,
entered quips are automatically approved.
Those who like their wisdom in large doses can view [% IF user.in_group('bz_quip_moderators') %] and edit [% END %] the whole quip list.
[% END %] [% PROCESS global/footer.html.tmpl %]