[%# 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 if and only if show_quips is true. # List of all quips. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "$terms.Bugzilla Quip System" header = "Add your own clever headline" %] [% IF added_quip %]

Your quip '[% added_quip FILTER html %]' has been added. [% IF Param("quip_list_entry_control") == "moderated" AND !user.in_group('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 %]

[% terms.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('admin') %] 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('admin') %]

Existing quips:

[% ELSE %]

Edit existing quips:

Note: Only approved quips will be shown. If the parameter 'quip_list_entry_control' is set to open, 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 user.in_group('admin') %] and edit [% END %] the whole quip list.

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