r100: Added attachment display information in showreport.php and respective templates
[bugdar.git] / templates / default / SHOWREPORT.tpl
1 <div><strong>Bug ID:</strong> $bug[bugid]</div>
2 <div><strong>Reported by:</strong> $bug[userinfo]</div>
3 <div><strong>Product:</strong> $bug[product] <if condition="$bug['componentid']">/ <strong>Component:</strong> $bug[component]</if> / <strong>Version:</strong> $bug[version]</div>
4 <div><strong>Title / summary:</strong> $bug[summary]</div>
5 <div><strong>Status:</strong> $bug[status] / <strong>Resolution:</strong> $bug[resolution]</div>
6 <div><strong>Severity:</strong> $bug[severity]</div>
7 <div><strong>Priority:</strong> $bug[priority]</div>
8 <if condition="$bug['assigninfo']"><div><strong>Assigned to:</strong> $bug[assigninfo]</div></if>
9
10 <if condition="$show['editreport']"><div>[<a href="editreport.php?bugid=$bug[bugid]">Edit Bug Report</a>]</div></if>
11
12 <br />
13
14 <table border="1" cellspacing="2" cellpadding="4">
15 <thead style="background-color: #EEEEEE">
16 <tr>
17 <td>Attachments</td>
18 </tr>
19 </thead>
20 <tbody>
21 $attachments
22 <tr>
23 <td style="background-color: #999999">[<a href="attachment.php?do=add">Add New Attachment</a>]</td>
24 </tr>
25 </tbody>
26 </table>
27
28 <br />
29
30 $comments
31
32 <if condition="$show['newreply']"><div>[<a href="newcomment.php?bugid=$bug[bugid]">New Comment</a>]</div></if>