| Current Path : /home/helpink/www/components/com_jbusinessdirectory/views/offers/tmpl/ |
| Current File : /home/helpink/www/components/com_jbusinessdirectory/views/offers/tmpl/offers_grid.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="jbd-grid-view" <?php echo !$this->appSettings->offers_view_mode?'style="display: none"':'' ?> class="loading">
<?php
if($this->appSettings->offer_search_results_grid_view==1){
require_once 'offers_grid_style_1.php';
}else{
require_once 'offers_grid_style_2.php';
}
?>
<div class="shimmer-container shimmer-grid" <?php echo $appSettings->search_results_loading == 0?'style="display: none"':'' ?>>
<div class="row">
<div class="col-lg-4 col-sm-6 col-12">
<div class="jitem-card">
<div class="jitem-img-wrap shimmer-bg">
</div>
<div class="jitem-body">
<div class="jitem-body-content">
<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="col-lg-4 col-sm-6 col-12">
<div class="jitem-card">
<div class="jitem-img-wrap shimmer-bg">
</div>
<div class="jitem-body">
<div class="jitem-body-content">
<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="col-lg-4 col-sm-6 col-12">
<div class="jitem-card">
<div class="jitem-img-wrap shimmer-bg">
</div>
<div class="jitem-body">
<div class="jitem-body-content">
<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>
</div>