[%# 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. [% IF Param("enablequips") == "approved" AND !UserInGroup('admin') %] It will be used as soon as it gets approved. [% END %]

[% END %] [% IF deleted_quip %]

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

[% END %] [% IF approved or unapproved %]

[% approved.size %] quips approved and [% unapproved.size %] quips unapproved

[% 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 Param("enablequips") == "approved" AND !UserInGroup('admin') %] Note that your quip has to be approved before it is used. [% END %]

[% IF show_quips %] [% IF !UserInGroup('admin') %]

Existing quips:

[% ELSE %]

Edit existing quips:

Note: Only approved quips will be shown. If enablequips is set to on, entered quips are automatically approved.

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

[% END %] [% ELSE %]

Those who like their wisdom in large doses can view [% IF UserInGroup('admin') %] and edit [% END %] the whole quip list.

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