[%# 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 # Frédéric Buclin #%] [% PROCESS global/variables.none.tmpl %] [%# Define strings that will serve as the title and header of this page %] [% title = BLOCK %] Attachment [% attachment.id %] Details for [% terms.Bug %] [%+ attachment.bug_id %] [% END %] [% header = BLOCK %] Attachment [% attachment.id %] Details for [%+ "$terms.Bug ${attachment.bug_id}" FILTER bug_link(attachment.bug_id) FILTER none %] [% END %] [% subheader = BLOCK %][% bugsummary FILTER html %][% END %] [% PROCESS global/header.html.tmpl title = title header = header subheader = subheader style = " table.attachment_info th { text-align: right; vertical-align: top; } table.attachment_info td { text-align: left; vertical-align: top; } #noview { text-align: left; vertical-align: middle; } " %]
[% IF !attachment.datasize %] [% ELSIF attachment.isurl %] [% ELSIF attachment.is_viewable %] [% ELSE %] [% END %]
:
[% INCLUDE global/textarea.html.tmpl id = 'description' name = 'description' minrows = 3 cols = 25 wrap = 'soft' defaultcontent = attachment.description %]
[% IF attachment.isurl %] [% ELSE %] :

Size: [% IF attachment.datasize %] [%+ attachment.datasize FILTER unitconvert %] [% ELSE %] deleted [% END %]
:

[% END %] [% IF (Param("insidergroup") && user.in_group(Param("insidergroup"))) %]
[% END %]
[% IF flag_types.size > 0 %] [% PROCESS "flag/list.html.tmpl" bug_id = attachment.bug_id attach_id = attachment.id %]
[% END %]
(on the [%+ terms.bug %]):
[% INCLUDE global/textarea.html.tmpl id = 'comment' name = 'comment' minrows = 5 cols = 25 wrap = 'soft' %]


Actions: View [% IF attachment.ispatch && patchviewerinstalled %] | Diff [% END %] [% IF Param("allow_attachment_deletion") && user.groups.admin && attachment.datasize > 0 %] | Delete [% END %]
The content of this attachment has been deleted. [% IF attachment.datasize < 120 %] [% attachment.data FILTER html %] [% ELSE %] [% attachment.data FILTER truncate(80) FILTER html %]  ... [% attachment.data.match(".*(.{20})$").0 FILTER html %] [% END %] [% INCLUDE global/textarea.html.tmpl id = 'editFrame' name = 'comment' style = 'height: 400px; width: 100%; display: none' minrows = 10 cols = 80 wrap = 'soft' %]

Attachment is not viewable in your browser because its MIME type ([% attachment.contenttype FILTER html %]) is not one that your browser is able to display.

Download the attachment.

Attachments on this [% terms.Bug %]: [% FOREACH a = attachments %] [% IF a == attachment.id %] [%+ a %] [% ELSE %] [% a %] [% END %] [% " |" UNLESS loop.last() %] [% END %]

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