r35: Presentation code moved out of PHP files and into templates. Error and stop...
[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 $comments
15
16 <if condition="$show['newreply']"><div>[<a href="newcomment.php?bugid=$bug[bugid]">New Comment</a>]</div></if>