summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views/scripts/index/index.phtml
blob: b2b813daee3586565f9f155f33e65ba7295a9189 (plain) (blame)
1
2
3
4
5
6
7
8
9
<table>
<?php foreach($this->entries as $entry):?>
<tr>
	<td><?php echo $entry->getID();?></td>
	<td><?php echo $entry->getTitle();?></td>
	<td><a href='/fbgui/index/start/bme/<?php echo $entry->getID();?>'>take this</td>
</tr>
<?php endforeach; ?>
</table>