<?php 
}
?>
    </tbody>
  </table>

<h3><?php 
echo __('Possible Keywords');
?>
</h3>
<ul class="name_tags">
  <?php 
foreach (ClassificationKeywords::getTags($sf_request->getParameter('table'), $sf_request->getParameter('kingdom')) as $key => $name) {
    ?>
    <?php 
    $keyword = ClassificationKeywords::getTagsTitleAndColor($key);
    ?>
    <li <?php 
    echo 'class =' . $keyword['class'] . ' id=' . $key;
    ?>
><?php 
    echo link_to(__($name), 'catalogue/addKeyword?key=' . $key, array('title' => __($keyword['title'])));
    ?>
</li>
  <?php 
}
?>
</ul>

  <table class="bottom_actions">
    <tfoot>