;
 
ippa Knowledge Base Tool Box
 
params['controller'] == 'toolboxes' AND $this->params['action']=='details')) : ?>

'.$this -> html -> link($text, '/files/pages/' . $file['filename'], array('target' => '_blank', 'escape' => false)); } } ?>

Comparison

$attributes) { $headline .= '' . $this -> Html -> link($toolbox, array( 'controller' => 'toolboxes', 'action' => 'details', $attributes['id'] )) . ''; foreach ($allAttributeAr AS $attribute => $bar) { if ($attribute != 'Tool Type') { if (!isset($linesAr[$attribute])) { $linesAr[$attribute] = ''; } $valueAr = array(); foreach ($attributes[$attribute] AS $i => $value) { $valueAr[$value] = 1; } ksort($valueAr); $helpAr = array(); foreach($valueAr AS $value => $bar) { $helpAr[] = $value; } $linesAr[$attribute] .= '' . implode('
', $helpAr) . ''; } } } echo ''; echo '' . $headline . ''; foreach ($linesAr AS $attribute => $values) { echo '' . $values . ''; } echo '
Attribute
' . $attribute . '
'; } else { echo '

Please add at least two tools to comparison list!

'; } echo '

'; echo $this -> Html -> link('Back to Search Results', array('action' => 'index')); echo '

'; ?>
Html -> image('processing.gif', array('border' => '0')); ?>