summaryrefslogblamecommitdiffstats
path: root/application/views/scripts/person/index.phtml
blob: 710e08fcdad2e053ca54586859243673d9a2ee16 (plain) (tree)




















                                                               
<?php if ($this->filters): ?>
 
    <!-- A table of filters. -->
    <table>
        <tr>
            <th>filterid</th>
        </tr>
 
        <?php foreach ($this->filters as $key => $val): ?>
        <tr>
            <td><?php echo $this->escape($val['title']) ?></td>
        </tr>
        <?php endforeach; ?>
 
    </table>
 
<?php else: ?>
 
    <p>There are no filters to display.</p>
 
<?php endif;?>