element('side_menu', array('menuList' => 'event', 'menuItem' => 'viewEvent', 'mayModify' => $mayModify, 'mayPublish' => $mayPublish)); ?>
element('img', array('id' => $event['Event']['orgc'])); $left = true; } $title = $event['Event']['info']; if (strlen($title) > 55) $title = substr($title, 0, 55) . '...'; ?>

Event ID
 
Uuid
 
Org
 
Owner org
 
Contributors
$entry) { if ('true' == Configure::read('MISP.showorg') || $isAdmin) { ?> element('img', array('id' => $entry['Log']['org'], 'imgSize' => 24, 'imgStyle' => true)); ?>  
Email
 
Tags
Form->postLink('x', array('action' => 'removeTag', $event['Event']['id'], $tag['Tag']['id']), array('class' => 'tagSecondHalf', 'title' => 'Delete'), ('Are you sure you want to delete this tag?')); ?>
Date
 
Threat Level
 
Analysis
 
Distribution
title = "">
Description
 
Published
 



1) echo $this->element('pivot'); ?>
Date 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('MISP.cveurl'))) { $cveUrl = Configure::read('MISP.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'); ?>