<h4>Details: <?php echo $active_evidence->details; ?> </h4><br> <p class="classification"><b>Classification:</b> <?php echo showClassification($active_evidence->classification); ?> </p> <p class="caveat"><b>Caveat: </b><?php echo showCaveat($active_evidence->caveat); ?> </p> <p class="type"><b>Type: </b><?php echo $active_evidence->type; ?> </p> <p class="serial"><b>Serial Number: </b><?php echo $active_evidence->serial_number; if ($active_evidence->serial_number != NULL) { ?> <a href="<?php echo $base_URL; ?>
?> </id> <name><![CDATA[<?php echo $active_hypothesis->label; ?> ]]></name> <details><![CDATA[<?php echo $active_hypothesis->description; ?> ]]></details> <classification><?php echo showClassification($active_hypothesis->classification); ?> </classification> <caveat><?php echo showCaveat($active_hypothesis->caveat); ?> </caveat> <creator><?php echo $this_user->name; ?> </creator> <creator_id><?php echo $this_user->id; ?> </creator_id> <date_created><?php echo $active_hypothesis->created; ?> </date_created> </hypothesis>