File: D:/HostingSpaces/NVonken/mijneigenlied.com/wwwroot/Core/Templates/Cached/Admin_News_overview.tpl
<h2>Overzicht van nieuwsitems</h2>
<p>In het overzicht van nieuwsitems zijn alle nieuwsberichten opgenomen die in het verleden zijn aangemaakt.</p>
<?=$this->getData("message")?>
<table class="table-wrap">
<thead>
<tr>
<td>#</td>
<td>Titel</td>
<td>Aangemaakt op</td>
<td>Beheer</td>
</tr>
</thead>
<tbody>
<?=$this->getData("newsItems")?>
</tbody>
</table>
<input type="button" class="button" value="Nieuw"
onclick="document.location = '<?=$this->getData("S:BASE_URL_COMPONENT")?>/component/news/all/new.html'"/>