\n";
+ print " | " .
+ html_quote($shortdesc) .
+ "
\n";
+ print "|
Bug#: $id\n";
+ print " | Product: $product\n";
+ print " | Version: $version\n";
+ print " | Platform: $platform\n";
+ print " |
OS/Version: $opsys\n";
+ print " | Status: $status\n";
+ print " | Severity: $severity\n";
+ print " | Priority: $priority\n";
+ print " |
Resolution: $resolution | \n";
+ print "Assigned To: $assigned\n";
+ print " | Reported By: $reporter\n";
+ if (Param("useqacontact")) {
+ my $name = "";
+ if ($qa_contact > 0) {
+ $name = DBID_to_name($qa_contact);
+ }
+ print " | QA Contact: $name\n";
+ }
+ print " |
Component: $component\n";
+ if (Param("usetargetmilestone")) {
+ print " | Target Milestone: $target_milestone\n";
+ }
+ print " |
URL: ";
+ print "" . html_quote($url) . "\n";
+ print " |
Summary: " . html_quote($shortdesc) . "\n";
+ if (@::legal_keywords) {
+ print " |
Keywords: $keywords |
\n";
+ }
+ if (Param("usestatuswhiteboard")) {
+ print "Status Whiteboard:" .
+ html_quote($status_whiteboard) . "\n";
+ }
+ print "Description:\n | |
\n";
+ print GetLongDescriptionAsHTML($bug);
+ print "