if (isset($marginal) || ($this->params['controller'] == 'toolboxes' AND $this->params['action']=='details')) : ?>
endif?>
echo $marginal;
if (!empty($contentAr['File'])) {
foreach ($contentAr['File'] AS $file) {
$text = ($file['linktext'] != '') ? $file['linktext'] : 'More Details...';
echo '
'.$this -> html -> link($text, '/files/pages/' . $file['filename'], array('target' => '_blank', 'escape' => false));
}
}
?>
Search Form [ echo $this -> Html -> link('Reset', array( 'controller' => 'toolboxes', 'action' => 'reset', )); ?>] [ echo $this -> Html -> link('Reset Comparison List', array( 'controller' => 'toolboxes', 'action' => 'resetComparison', )); ?>]
Search Result
if (!empty($toolboxes)) {
echo $this -> element('/Toolboxes/searchResult');
}
else {
echo 'No entries found.';
if (!empty($html_reasonAr)) {
echo '
'.implode('
', $html_reasonAr).'
'; } } ?> echo $this -> Html -> image('processing.gif', array('border' => '0')); ?>