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/fietsparkeer.komma-mediadesign.nl/wwwroot/mvc/views/v_referenties.php
<h1>Referenties</h1>

<div id="refNav">
    <?php $this->getData('previousProjectBtn'); ?>
    <div id="refNavMask">
        <ul id="refNavList">
            <?php $this->getData('refNav'); ?>
        </ul>
    </div>
    <?php $this->getData('nextProjectBtn'); ?>
</div>

<a href="/referenties" class="back_to_overview">Terug naar overzicht</a>

<div class="columnThird">
    <h2><?php $this->getData('projectTitle'); ?></h2>

    <div class="dataCell left">Locatie</div>
    <div class="dataCell right"><?php $this->getData('projectLocation'); ?></div>

    <div class="dataCell left">Jaar</div>
    <div class="dataCell right"><?php $this->getData('projectYear'); ?></div>
    <div class="clear"></div>
    <br />
    <?php $this->getData('projectDescription'); ?>

    <?php include DOCUMENT_ROOT . '/mvc/views/v_ctablock_small.php'; ?>
</div>
<div class="columnThird double last">
    <div id="refGallery">
        <div id="refGalleryBar"></div>
        <div id="refGalleryMask">
            <ul id="refSlider" data-width="620">
                <?php $this->getData('projectImageList'); ?>
            </ul>
        </div>
    </div>
    <div id="refGalleryShadow"></div>
    <div id="refGalleryNav">
        <ul id="refSliderNav">
            <?php $this->getData('galleryNavList'); ?>
        </ul>
    </div>
</div>
<div class="clear refSpace"></div>


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