element('/Events/View/seen_field', array('object' => $object)); ?> Time->date($object['timestamp']) ?> ' . h($object['event_id']) . ''; ?> OrgImg->getOrgLogo($extensionOrg, 24); else: echo $this->OrgImg->getOrgLogo($event['Orgc'], 24); endif; endif; ?> >
>
:
>
element('/Events/View/value_field', array('object' => $object)); if (Configure::read('Plugin.Enrichment_hover_enable') && isset($modules) && isset($modules['hover_type'][$object['type']])) { $commonDataFields = sprintf('data-object-type="Attribute" data-object-id="%s"', $objectId); $spanExtra = Configure::read('Plugin.Enrichment_hover_popover_only') ? '' : sprintf(' class="eventViewAttributeHover" %s', $commonDataFields); $popupButton = sprintf('', __('Show hover enrichment'), $commonDataFields); echo sprintf( '%s %s', $spanExtra, $value, $popupButton ); } else { echo $value; } ?>
element('ajaxTags', array( 'attributeId' => $objectId, 'tags' => $object['AttributeTag'], 'tagAccess' => ($isSiteAdmin || $mayModify), 'localTagAccess' => ($isSiteAdmin || $mayModify || $me['org_id'] == $event['Event']['org_id'] || (int)$me['org_id'] === Configure::read('MISP.host_org_id')), 'context' => $context, 'scope' => 'attribute', 'tagConflicts' => isset($object['tagConflicts']) ? $object['tagConflicts'] : array() ) ); ?>
element('ajaxAttributeTags', array('attributeId' => $objectId, 'attributeTags' => $object['RelatedTags'], 'tagAccess' => false)); } echo sprintf( '
%s
', 'class="attributeRelatedTagContainer" id="#Attribute_' . $objectId . 'Related_tr .attributeTagContainer"', $element ); } ?> element('galaxyQuickViewNew', array( 'mayModify' => $mayModify, 'isAclTagger' => $isAclTagger, 'data' => (!empty($object['Galaxy']) ? $object['Galaxy'] : array()), 'event' => $event, 'target_id' => $objectId, 'target_type' => 'attribute', )); ?> >
> '; echo $this->element('Events/View/attribute_correlations', array( 'scope' => 'Attribute', 'object' => $object, 'event' => $event, 'withPivot' => true, )); echo ''; } ?> > >
element('/Events/View/sighting_field', array( 'object' => $object, )); if (!empty($includeSightingdb)) { echo $this->element('/Events/View/sightingdb_field', array( 'object' => $object, )); } if (!empty($includeDecayScore)): ?>
element('DecayingModels/View/attribute_decay_score', array('scope' => 'object', 'object' => $object, 'uselink' => true)); ?>
      $proposal) { echo $this->element('/Events/View/row_' . $proposal['objectType'], array( 'object' => $proposal, 'mayModify' => $mayModify, 'mayChangeCorrelation' => $mayChangeCorrelation, 'fieldCount' => $fieldCount, 'child' => $propKey == $lastElement ? 'last' : true, 'objectContainer' => $child )); } }