Attributes

Results for all attributes"; if ($keywordSearch != null) echo " with the value containing \"" . h($keywordSearch) . "\""; if ($keywordSearch2 != null) echo " excluding the events \"" . h($keywordSearch2) . "\""; if ($categorySearch != "ALL") echo " of category \"" . h($categorySearch) . "\""; if ($typeSearch != "ALL") echo " of type \"" . h($typeSearch) . "\""; if (isset($orgSearch) && $orgSearch != '' && $orgSearch != null) echo " created by the organisation \"" . h($orgSearch) . "\""; echo ":"; } ?> > Paginator->sort('signature');?> Highlight->build_replace_pairs($keywordArray); } foreach ($attributes as $attribute): ?>
Paginator->sort('event_id');?> Paginator->sort('category');?> Paginator->sort('type');?> Paginator->sort('value');?> Actions
Html->link($attribute['Event']['id'], array('controller' => 'events', 'action' => 'view', $attribute['Event']['id']), array('class' => 'SameOrgLink')); } else { echo $this->Html->link($attribute['Event']['id'], array('controller' => 'events', 'action' => 'view', $attribute['Event']['id'])); } $currentCount++; ?>
    Highlight->highlighter($sigDisplay, $replacePairs)); } if ('attachment' == $attribute['Attribute']['type'] || 'malware-sample' == $attribute['Attribute']['type']) { echo $this->Html->link($sigDisplay, array('controller' => 'attributes', 'action' => 'download', $attribute['Attribute']['id']), array('escape' => FALSE)); } elseif ('link' == $attribute['Attribute']['type']) { echo $this->Html->link($sigDisplay, nl2br(h($attribute['Attribute']['value'])), array('escape' => FALSE)); } else { echo $sigDisplay; } ?>   

Paginator->counter(array( 'format' => __('Page {:page} of {:pages}, showing {:current} records out of {:count} total, starting on record {:start}, ending on {:end}') )); ?>