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/en/filters/filter_cloth/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"><![CDATA[Filter cloth ]]></row>
        <row type="p">
             <![CDATA[
            Tops air filters media are made of quality fibers. Every filter medium is progressively build, which results in a <strong>high dust collection capacity</strong>. TOPS delivers 3 types of filter cloth: Synthetic filter cloth, glass medium (paint collector filters) and PPI filter medium. The last one is a foamed filter medium that is more or less cleanable. The filter types vary from G1 to M6, depending on the type of filter cloth.
            ]]>
        </row>
        <row type="h2">
            Synthetic filter cloth
        </row>
        <row type="p">
            <![CDATA[
            Synthetic filter cloth is often used as <strong>Pre filter</strong> in air treatment installations and heat recovery systems, or as a <strong>main filter</strong> in fancoil units and air-conditioning units. This type of filter cloth can be delivered in types that vary in thickness and filter efficiency. Synthetic filter cloth can be cut according to specific needs.
            ]]>
        </row>
        <row type="h2">
            Glass medium (paint collection filters)
        </row>
        <row type="p">
            <![CDATA[
            Glass medium (paint stop) is especially designed for use as a part separator in spraying booths. This type of filter has an open, progressive structure of fiber material and guarantees a large collection capacity of separated paint particles. Resistance increases only slightly, even with high pollution. Glass medium is always delivered on a roll.
            ]]>
        </row>
        <row type="h2">
            PPI filter cloth
        </row>
        <row type="p">
            PPI is a black filter cloth made of foamed polyester. It has a homogeneous, open cellular structure and is suitable for separating coarse dust particles. PPI filter cloth can be delivered in different sizes regarding thickness and cellular size. The cellular size is expressed in micron or in PPI (Pore Per Inch).
        </row>
        <row type="p">
            The higher the PPI, the denser the structure and the better the filter efficiency. PPI filter cloth is partly cleanable and can therefore be used multiple times.  
        </row>
        <row type="p">
            <![CDATA[
            <em><a href="/en/contact">Contact</a> us for more information or a non-binding <a href="/en/request-quote">quote</a>.</em>
            ]]>
        </row>
    </article>

    <?php
    $name = 'Stefan'; $lastName = 'Tops'; $function = 'Product 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('filter_cloth', array('filter_cloth_glass','filter_cloth_synthetic','filter_cloth_ppi'));
            ?>
        </row>
    </filters>

     <sidebar>
        <row type="images">
            <img src="/public/images/static/filters/small/TOPS_filterdoek_synthetisch_02.jpg" alt="Filter cloth" />
            <img src="/public/images/static/filters/small/TOPS_filterdoek_glasmedium_01.jpg" alt="temp" />
        </row>
        <row type="lists">

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

            <list>
                <?php
                echo getFilters('filter_cloth', array('filter_cloth_synthetic','filter_cloth_glass','filter_cloth_ppi'));
                ?>
            </list>
            <list>
                <?php
                include  DOCUMENT_ROOT . 'pages/includes/uses.php';
                echo getUses(array('spray_booths','shipping_aviation'));
                ?>
            </list>
        </row>
    </sidebar>
</content>