Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
home/lmsyaran/public_html/j3/modules/mod_consultants/tmpl/default2.php000064400000006663151157556240022245
0ustar00<section class="consultants">
<div class="row">
<div class="col-12"">
<div class="owl-carousel owl-theme">
<?php foreach ($consultantInfo as $consultant):
$link=
JRoute::_('index.php?option=com_reservation&view=consultantitem&id='.$consultant->consultantid);
?>
<div class="item">
<div class="card border-bottom-0 border
">
<div
style="background-image:url('<?=
$consultant->image;?>')" class="card-header
border-bottom-0 bg-transparent p-0">
<a
class="location-profile-image" href="<?=
$link;?>"><img src="<?=
$consultant->image;?>" alt=""></a>
</div>
<div class="card-body border
border-bottom-0 border-top-0">
<ul style="text-align:right;"
class="list-group list-group-flush m-0">
<li
style="text-align:center;"
class="list-group-item"><a href="<?= $link
?>"><?=
$consultant->consultantname;?></a></li>
<li
class="list-group-item"><?=
$consultant->specialty;?></li>
<li
class="list-group-item" style="direction: rtl">
<span><?=
isset($commentInfo[$consultant->consultantid])?(($commentInfo[$consultant->consultantid]->rate*100)/($commentInfo[$consultant->consultantid]->count*5)):0;
?>%</span>
-
<span>(<?=
isset($commentInfo[$consultant->consultantid])?
$commentInfo[$consultant->consultantid]->count: 0; ?>
نظر)</span>
</li>
<li
class="list-group-item" style="direction: rtl; font-size:
12px">
<svg
xmlns="http://www.w3.org/2000/svg" width="16"
height="16" fill="currentColor" class="bi
bi-suit-heart" viewBox="0 0 16 16">
<path d="M8
6.236l-.894-1.789c-.222-.443-.607-1.08-1.152-1.595C5.418 2.345 4.776 2 4 2
2.324 2 1 3.326 1 4.92c0 1.211.554 2.066 1.868 3.37.337.334.721.695 1.146
1.093C5.122 10.423 6.5 11.717 8 13.447c1.5-1.73 2.878-3.024
3.986-4.064.425-.398.81-.76 1.146-1.093C14.446 6.986 15 6.131 15 4.92 15
3.326 13.676 2 12 2c-.777 0-1.418.345-1.954.852-.545.515-.93 1.152-1.152
1.595L8 6.236zm.392 8.292a.513.513 0 0 1-.784
0c-1.601-1.902-3.05-3.262-4.243-4.381C1.3 8.208 0 6.989 0 4.92 0 2.755 1.79
1 4 1c1.6 0 2.719 1.05 3.404 2.008.26.365.458.716.596.992a7.55 7.55 0 0 1
.596-.992C9.281 2.049 10.4 1 12 1c2.21 0 4 1.755 4 3.92 0 2.069-1.3
3.288-3.365 5.227-1.193 1.12-2.642 2.48-4.243 4.38z"/>
</svg>
<span><?=
$sessionCount[$consultant->consultantid]['count'];?></span>
مشاوره
</li>
</ul>
</div>
<div class="card-footer bg-transparent
border border-top-0">
<a href="<?= $link ?>"
class="btn btn-info get-advice-button">دریافت
مشاوره</a>
</div>
</div>
</div>
<?php endforeach;?>
</div>
</div>
</div>
</section>