Your IP : 216.73.216.84


Current Path : /home/helpink/www/components/com_jbusinessdirectory/views/events/tmpl/
Upload File :
Current File : /home/helpink/www/components/com_jbusinessdirectory/views/events/tmpl/events_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->events_search_view?'style="display: none"':'' ?> class="loading">
    <?php 
        if($this->appSettings->events_search_results_grid_view==1){
            require_once 'events_calendar.php';
        }else{
            require_once 'events_grid_view_style_1.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>