[%# 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): Myk Melez #%]
[% IF show_attachment_flags %] [% END %] [% canseeprivate = !Param("insidergroup") || user.in_group(Param("insidergroup")) %] [% count = 0 %] [% FOREACH attachment = attachments %] [% count = count + 1 %] [% IF !attachment.isprivate || canseeprivate %] [% IF show_attachment_flags %] [% END %] [% END %] [% END %] [% IF attachments.size %] [% ELSE %] [% END %]
Attachment Type Creator Created SizeFlagsActions
[% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %] [% IF attachment.ispatch %] patch [% ELSIF attachment.isurl %] url [% ELSE %] [% attachment.contenttype FILTER html %] [% END %] [% attachment.attacher.name || attachment.attacher.login FILTER html %] [% attachment.attached FILTER time %] [% IF attachment.datasize %] [% attachment.datasize FILTER unitconvert %] [% ELSE %] deleted [% END %] [% IF attachment.flags.size == 0 %] none [% ELSE %] [% FOREACH flag = attachment.flags %] [% flag.setter.nick FILTER html %]: [%+ flag.type.name FILTER html FILTER no_break %][% flag.status %] [%+ IF flag.status == "?" && flag.requestee %] ([% flag.requestee.nick FILTER html %]) [% END %]
[% END %] [% END %]
Details [% IF attachment.ispatch && patchviewerinstalled %] | Diff [% END %] [% Hook.process("action") %]
Create a New Attachment (proposed patch, testcase, etc.) View All View All