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');?> &$keywordArrayElement) { $keywordArrayElement = trim($keywordArrayElement); if ("" == $keywordArrayElement) { unset($keywordArray[$k]); continue; } $replacementArray[] = ''.$keywordArrayElement.''; } if (!empty($replacementArray)) $replacePairs = array_combine($keywordArray, $replacementArray); } foreach ($attributes as $attribute): ?>
Paginator->sort('event_id');?> Paginator->sort('category');?> Paginator->sort('type');?> Paginator->sort('value');?>
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++; ?>
    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; } ?>    Html->link(__('Edit'), array('action' => 'edit', $attribute['Attribute']['id']), null); echo $this->Form->postLink(__('Delete'), array('action' => 'delete', $attribute['Attribute']['id']), null, __('Are you sure you want to delete this attribute?')); } echo $this->Html->link(__('View'), array('controller' => 'events', 'action' => 'view', $attribute['Attribute']['event_id'])); ?>

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

Paginator->prev('< ' . __('previous'), array(), null, array('class' => 'prev disabled')); echo $this->Paginator->numbers(array('separator' => '')); echo $this->Paginator->next(__('next') . ' >', array(), null, array('class' => 'next disabled')); ?>