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/SBogers10/tops.komma.pro/wwwroot/pages/en/filters/panel_filters/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_wide"><![CDATA[Panel filters type TOPS Z/Line]]></row>
        <row type="h2"><![CDATA[Affordable and a large filter surface]]></row>
        <row type="p">
            <![CDATA[
            <strong>Panel filters</strong>  are also called cassette filters. Panel filters have compact installation sizes, and at the same time guarantee a large filter surface. This makes them <strong>ideal</strong> for situation with <strong>limited</strong> space.
            ]]>
        </row> <row type="h2"><![CDATA[Filters with a cardboard, steel or synthetic frame]]></row>
        <row type="p">
            <![CDATA[
            You can use <Strong>panel filters</Strong> in combination with a cardboard, steel or synthetic frame.
            Regardless of your choice the pleated filter cloth is glued in the frame very decently.
            At the backside, a metal frame guarantees <strong>optimal stability</strong>.
            ]]>
        </row>
        <row type="p">
            <![CDATA[
            TOPS delivers panel filters of filter type G4. If wanted, we can also be of service for better filter types.
            ]]>
        </row>
        <row type="p">
            <![CDATA[
            <em><a href="/en/contact">Contact</a> us for more information or a non-binding <a href="/en/offerte-aanvragen">quote</a>.</em>
            ]]>
        </row>
    </article>

    <?php
    $name = 'Stefan'; $lastName = 'Tops'; $function = 'Supply Chain Manager'; $streamer = 'The right filter for every use, that is what it is all about. Please contact us for a custom advice.';
    include  DOCUMENT_ROOT . 'pages/en/includes/call_us.xml.php';
    ?>

    <filters>
        <row type="filters">
            <?php
            include  DOCUMENT_ROOT . 'pages/includes/filters.php';
            echo getSurveyFilters('panel_filters', array('panel_filters_plastic','panel_filters_cardboard','panel_filters_metal'));
            ?>
        </row>
    </filters>

    <sidebar>
        <row type="images">
            <img src="/public/images/static/filters/small/TOPS_paneelfilters_karton_05.jpg" alt="Panel filters cardboard" />
            <img src="/public/images/static/filters/small/TOPS_paneelfilters_glasvezel_01.jpg" alt="Panel filters cardboard" />
            <img src="/public/images/static/filters/small/TOPS_paneelfilters_kunststof_01.jpg" alt="Panel filters" />
        </row>
        <row type="lists">

            <list>
                <title urlName="certificates">European standard</title>
                <li>
                    <icon class="certificate"/>
                    <label>EN779</label>
                </li>
            </list>

            <list>
                <?php
                echo getFilters('panel_filters', array('panel_filters_plastic','panel_filters_cardboard','panel_filters_metal'));
                ?>
            </list>
            <list>
                <?php
                include  DOCUMENT_ROOT . 'pages/includes/uses.php';
                echo getUses();
                ?>
            </list>
        </row>
    </sidebar>
</content>