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/SBogers36/mecurity-ramkraakbeveiliging.nl/wwwroot/mvc/views/v_bestekservice.php
<!-- Content -->

<div class="content columnThird double">
    <h1>Bestekservice</h1>

    <div class="columnThird">
        Klik op onderstaande knop om naar onze bestekservice website te gaan.<br /><br />

        <a href="http://www.bestekschrijven.nl/cws/c5launch.dll/ipsnet.exe.0?dirn=mecurity?skel=mecurity?REFR=website" target="_blank" class="btn simpleHover">
        <span class="left">
            <span class="text">Bestekservice website</span>
            <span class="hover">
                <span class="shadow"></span>
            </span>
            <span class="up">
                <span class="shadow"></span>
            </span>
        </span>
        <span class="right">
            <span class="hover">
                <span class="arrow"></span>
                <span class="shadow"></span>
            </span>
            <span class="up">
                <span class="arrow"></span>
                <span class="shadow"></span>
            </span>
        </span>
        </a>
    </div>

    <div class="clear"></div>

</div>
<div class="columnThird last">
<?php include DOCUMENT_ROOT.'mvc/views/includes/v_ctaBlock.php'; ?><br /><br />
</div>
<div class="clear"></div>

<div class="columnThird">
    <?php
    $pBlock = new ProductBlock('toepassingen');
    $pBlock->setDescription('<p>Ieder type paal heeft eigen kwaliteiten en Mecurity biedt dus keuzevrijheid</p>');
    $pBlock->setImage(IMAGE_ROOT.'static/thumb_toepassingen.jpg');
    $pBlock->setUrl(SITE_ROOT.'toepassingen');
    $pBlock->display();
    ?>
</div>
<div class="columnThird">
    <?php
    $pBlock = new ProductBlock('testresultaten');
    $pBlock->setDescription('<p>Mecurity-palen worden op uiteenlopende manieren getest en daarbij wordt soms grof geschut ingezet.</p>');
    $pBlock->setImage(IMAGE_ROOT.'static/thumb_testresultaten.jpg');
    $pBlock->setUrl(SITE_ROOT.'testresultaten');
    $pBlock->display();
    ?>
</div>
<div class="columnThird last">
    <?php
    $pBlock = new ProductBlock('installatie en service');
    $pBlock->setDescription('<p>Mecurity produceert palen, verkeerslichten, intercomzuilen en masten in eigen beheer. </p>');
    $pBlock->setImage(IMAGE_ROOT.'static/thumb_installatie_en_service.jpg');
    $pBlock->setUrl(SITE_ROOT.'installatie-en-service');
    $pBlock->display();
    ?>
</div>

<div class="clear"></div>