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/Layout_admin.tpl
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
    <title>Mediatastisch CMS</title>
    <link href="<?=$this->getData("S:SETTING_ROOT")?>/css/admin/reset.css" rel="stylesheet" type="text/css"/>
    <link href="<?=$this->getData("S:SETTING_ROOT")?>/css/admin/main.css" rel="stylesheet" type="text/css"/>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
    <script type="text/javascript" src="<?=$this->getData("S:SETTING_ROOT")?>/js/json.js"></script>
</head>
<body>
<div id="header_wrapper">
    <div id="header_container" class="wrap">
        <div id="header" class="clearfix">
            <div id="website_info">
                <h1>
                    <a href="" ToolTip="Website bekijken" class="site_name tooltip-right"><?=$this->getData("siteName")?></a>
                </h1>

                <h2 class="site_subtitle">
                    Beheerpaneel</h2>
            </div>
            <div id="logo">
            </div>
            <div id="divAccount">
                <table>
                    <tr>
                        <td style="width: 80px;">Ingelogd als:</td>
                        <td><strong><?=$this->getData("activeUser")?></strong></td>
                    </tr>
                    <!--<tr>
                        <td>&nbsp;</td>
                        <td><a href="<?=$this->getData("S:SETTING_ROOT")?>/admin/account.html">Account instellingen</a></td>
                    </tr>-->
                    <tr>
                        <td>&nbsp;</td>
                        <td style=""><a
                                href="<?=$this->getData("S:SETTING_ROOT")?>/account/logoff.html">Uitloggen</a></td>
                    </tr>
                </table>
            </div>
        </div>
        <div id="main_nav_container" class="clearfix">
            <ul id="main_nav" class="clearfix">
                <li><a href="<?=$this->getData("S:BASE_URL_COMPONENT")?>/index.html">Dashboard</a></li>
                <li>
                    <a href="<?=$this->getData("S:BASE_URL_COMPONENT")?>/page.html">Website</a>
                    <ul class="sub_nav">
                        <li><a href="<?=$this->getData("S:BASE_URL_COMPONENT")?>/page.html">Pagina - Beheer</a></li>
                        <li><a href="<?=$this->getData("S:BASE_URL_COMPONENT")?>/hatch.html">Luiken - Beheer</a></li>
                        <li><a href="<?=$this->getData("S:BASE_URL_COMPONENT")?>/menu.html">Menu - Beheer</a></li>
                    </ul>
                </li>
                <li><a href="<?=$this->getData("S:BASE_URL_COMPONENT")?>/component.html">Uitbreidingen</a>
                    <?=$this->getData("componentsAdmin")?>
                </li>
                <li><a href="<?=$this->getData("S:BASE_URL_COMPONENT")?>/users.html">Algemeen</a>
                    <ul class="sub_nav">
                        <li><a href="<?=$this->getData("S:BASE_URL_COMPONENT")?>/subscribers.html">Nieuwsbrief - beheer</a></li>
                        <li><a href="<?=$this->getData("S:BASE_URL_COMPONENT")?>/users.html">Gebruikers - beheer</a></li>
                        <li><a href="<?=$this->getData("S:BASE_URL_COMPONENT")?>/photo.html">Foto's - beheer</a></li>
                        <li><a href="<?=$this->getData("S:BASE_URL_COMPONENT")?>/file.html">Bestanden - beheer</a></li>
                        <li><a href="<?=$this->getData("S:BASE_URL_COMPONENT")?>/siteitems.html">Vertalingen - beheer</a></li>
                    </ul>
                </li>
            </ul>
        </div>
    </div>
</div>
<div id="content_wrapper">
    <div id="content_container" class="wrap clearfix">
        <div class="inner-wrap">
            <?=$this->getData("Content")?>
        </div>
    </div>
    <div id="footer_container" class="wrap">
        <div id="footer">
            Copyright <?=$this->getData("S:SETTING_YEAR")?> - <a href="http://www.mediatastisch.nl/" target="_blank">Mediatastisch</a> -
            Alle rechten voorbehouden
        </div>
    </div>
</div>
</body>
</html>