[%# 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): Gervase Markham #%] [%# 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 iff show_quips is true. List of all quips. #%] [% PROCESS global/header.html.tmpl title = "Bugzilla Quip System" h1 = "Add your own clever headline" %] [% IF added_quip %]

Your quip '[% added_quip FILTER html %]' has been added.

[% END %] [% IF deleted_quip %]

The quip '[% deleted_quip FILTER html %]' has been deleted.

[% END %]

Bugzilla will pick a random quip for the headline on each bug list, and 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 show_quips %]

Existing quips:

[% ELSIF edit_quips %]

Edit existing quips:

[% FOREACH quipid = quipids %] [% END %]
Action User Quip
Delete [% userid = quips.$quipid.userid %] [% users.$userid FILTER html %] [% "Unknown" IF NOT users.$userid %] [% quips.$quipid.quip FILTER html %]
[% ELSE %]

Those who like their wisdom in large doses can view the whole quip list.

[% IF UserInGroup('admin') %]

Edit the quip list.

[% END %] [% END %] [% PROCESS global/footer.html.tmpl %]