HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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'"/>