Your IP : 216.73.216.84


Current Path : /home/helpink/www/components/com_jbusinessdirectory/views/offers/tmpl/
Upload File :
Current File : /home/helpink/www/components/com_jbusinessdirectory/views/offers/tmpl/offers_list.php

<?php // no direct access
/**
* @copyright	Copyright (C) 2008-2009 CMSJunkie. All rights reserved.
* 
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
* See the GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

defined('_JEXEC') or die('Restricted access');
?>

<div id="list-view-container" class="loading" <?php echo $this->appSettings->offers_view_mode?'style="display: none"':'' ?>>
    <?php
        if($this->appSettings->offer_search_results_list_view==2){
            require_once 'offers_list_style_2.php';
        }else{
            require_once 'offers_list_style_1.php';
        }
    ?>

    <div class="shimmer-list shimmer-container" <?php echo $appSettings->search_results_loading == 0?'style="display: none"':'' ?>>
        <div class="shimmer-list-item result-item">
            <div class="row">
                <div class="col-lg-3 pr-lg-0">
                    <div class="shimmer-bg item-image-cover"></div>
                </div>
                <div class="col-lg-9">
                    <div class="px-3">
                        <div class="title shimmer-bg">
                        </div>
                        <div class="description">
                            <div class="shimmer-bg content-line"></div>
                            <div class="shimmer-bg content-line"></div>
                            <div class="shimmer-bg content-line"></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="shimmer-list-item result-item">
            <div class="row">
                <div class="col-lg-3 pr-lg-0">
                    <div class="shimmer-bg item-image-cover"></div>
                </div>
                <div class="col-lg-9">
                    <div class="px-3">
                        <div class="title shimmer-bg">
                        </div>
                        <div class="description">
                            <div class="shimmer-bg content-line"></div>
                            <div class="shimmer-bg content-line"></div>
                            <div class="shimmer-bg content-line"></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="shimmer-list-item result-item">
            <div class="row">
                <div class="col-lg-3 pr-lg-0">
                    <div class="shimmer-bg item-image-cover"></div>
                </div>
                <div class="col-lg-9">
                    <div class="px-3">
                        <div class="title shimmer-bg">
                        </div>
                        <div class="description">
                            <div class="shimmer-bg content-line"></div>
                            <div class="shimmer-bg content-line"></div>
                            <div class="shimmer-bg content-line"></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>