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/SBogers57/topsluchtfilters.nl/wwwroot/pages/nl/uses/index.xml.php
<content>
    <ambiance>
        <row type="image">
            <img src="/public/images/static/ambiance/large_hall.jpg" alt="Sfeer Tops Luchtfilters" />
        </row>
    </ambiance>

    <article>
        <row type="h1">Toepassingen</row>

        <row type="p">
            <![CDATA[
            De luchtfilters van TOPS worden al <strong>ruim 35 jaar</strong> in verschillende sectoren gebruikt. Denk bijvoorbeeld aan kantoorgebouwen, installatiebedrijven, woningcorporaties en autoschadeherstelbedrijven. Tot ons vakgebied behoren daarnaast ook ziekenhuizen, laboratoria, clean rooms, scheep- en luchtvaartindustrie en industriƫle spuiterijen. Kortom: overal waar luchtkwaliteit hoog in het vaandel staat.
            ]]>
        </row>
    </article>

    <?php
        $streamer = 'TOPS biedt voor iedere branche en iedere toepassing de juiste filter. Nieuwsgierig?';
        include  DOCUMENT_ROOT . 'pages/nl/includes/call_us.xml.php';
    ?>

    <sidebar>
        <row type="images">
            <img src="/public/images/static/uses/hospitals.jpg" alt="Ziekenhuis" />
            <img src="/public/images/static/uses/spray_booths.jpg" alt="spuiterijen" />
            <img src="/public/images/static/uses/schools.jpg" alt="School" />
            <img src="/public/images/static/uses/offices.jpg" alt="Kantoorgebouwen" />
            <img src="/public/images/static/uses/shipping_aviation.jpg" alt="Scheep- en luchtvaartindustrie" />
        </row>

        <row type="lists">
            <list>
                <?php
                include  DOCUMENT_ROOT . 'pages/includes/uses.php';
                echo getUses();
                ?>
            </list>
        </row>

    </sidebar>
</content>