element('side_menu', array('menuList' => 'event', 'menuItem' => 'viewEvent')); ?>
element('img', array('id' => $event['Event']['orgc'])); } ?>

Event

ID
 
Uuid
 
Org
 
Owner org
 
Email
 
Date
 
Risk
 
Analysis
 
Distribution
>  
Info
 
Published
 



1) echo $this->element('pivot'); ?>
Category Type Value Comment Related Events IDS Distribution Actions
  Html->link($filename, array('controller' => 'attributes', 'action' => 'download', $attribute['id'])); } else { echo $this->Html->link($filenameHash[0], array('controller' => 'attributes', 'action' => 'download', $attribute['id'])); } if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif (strpos($attribute['type'], '|') !== false) { $filenameHash = explode('|', $attribute['value']); echo h($filenameHash[0]); if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif ('vulnerability' == $attribute['type']) { if (! is_null(Configure::read('CyDefSig.cveurl'))) { $cveUrl = Configure::read('CyDefSig.cveurl'); } else { $cveUrl = "http://www.google.com/search?q="; } echo $this->Html->link(h($sigDisplay), h($cveUrl) . h($sigDisplay), array('target' => '_blank')); } elseif ('link' == $attribute['type']) { echo $this->Html->link(h($sigDisplay), h($sigDisplay)); } else { $sigDisplay = str_replace("\r", '', $sigDisplay); echo nl2br(h($sigDisplay)); } ?>
    '; if ($relatedAttribute['org'] == $me['org']) { echo $this->Html->link($relatedAttribute['id'], array('controller' => 'events', 'action' => 'view', $relatedAttribute['id'], true, $event['Event']['id']), array ('style' => 'color:red;')); } else { echo $this->Html->link($relatedAttribute['id'], array('controller' => 'events', 'action' => 'view', $relatedAttribute['id'], true, $event['Event']['id'])); } echo ""; echo ' '; } } ?>
Html->link($filename, array('controller' => 'attributes', 'action' => 'download', $shadowAttribute['id'])); } else { echo $this->Html->link($filenameHash[0], array('controller' => 'attributes', 'action' => 'download', $shadowAttribute['id'])); } if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif (strpos($shadowAttribute['type'], '|') !== false) { $filenameHash = explode('|', $shadowAttribute['value']); echo h($filenameHash[0]); if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif ('vulnerability' == $shadowAttribute['type']) { echo $this->Html->link(h($sigDisplay), 'http://www.google.com/search?q=' . h($sigDisplay), array('target' => '_blank')); } elseif ('link' == $shadowAttribute['type']) { echo $this->Html->link(h($sigDisplay), h($sigDisplay)); } else { echo nl2br(h($sigDisplay)); } } ?>
Html->link($filename, array('controller' => 'shadow_attributes', 'action' => 'download', $remain['id'])); } else { echo $this->Html->link($filenameHash[0], array('controller' => 'shadow_attributes', 'action' => 'download', $remain['id'])); } if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif (strpos($remain['type'], '|') !== false) { $filenameHash = explode('|', $remain['value']); echo h($filenameHash[0]); if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif ('vulnerability' == $remain['type']) { echo $this->Html->link(h($sigDisplay), 'http://www.google.com/search?q=' . h($sigDisplay), array('target' => '_blank')); } elseif ('link' == $remain['type']) { echo $this->Html->link(h($sigDisplay), h($sigDisplay)); } else { echo nl2br(h($sigDisplay)); } ?>
element('eventdiscussion'); ?>