Uname: Linux webm012.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 8.0.30 [ PHP INFO ] PHP os: Linux
Server Ip: 145.239.37.162
Your Ip: 216.73.216.190
User: dreampi (1009562) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : team_page.php
<?php defined( 'ABSPATH' ) || exit; ?>

<div id="<?php echo esc_attr($wrapper_id); ?>" class="fcal_teams <?php echo esc_attr($wrapper_class); ?>">
    <div class="fcal_teams_inner">
        <div style="display: none;" class="fcal_teams_wrap">
            <?php if (!empty($logo) || !empty($title) || !empty($description)): ?>
                <div class="fcal_team_header">
                    <?php if ($logo): ?>
                        <div class="fcal_person_avatar">
                            <img src="<?php echo esc_url($logo); ?>" alt="<?php echo esc_attr($title); ?>">
                        </div>
                    <?php endif; ?>
                    <?php if ($title): ?>
                        <h2 class="fcal_team_title"><?php echo wp_kses_post($title); ?></h2>
                    <?php endif; ?>
                    <?php if ($description): ?>
                        <div class="fcal_team_description">
                            <?php echo wp_kses_post($description); ?>
                        </div>
                    <?php endif; ?>
                </div>
            <?php endif; ?>
            <div class="fcal_team_body">
                <?php foreach ($hosts as $host): ?>
                    <div data-calendar_id="<?php echo esc_attr($host->id); ?>" id="fcal_host_<?php echo esc_attr($host->id); ?>" class="fcal_each_member">
                        <div class="fcal_person_avatar">
                            <img src="<?php echo esc_url($host->getAuthorPhoto()); ?>"
                                 alt="<?php echo esc_attr($host->title); ?>">
                        </div>
                        <div class="fcal_person_body">
                            <h3 class="fcal_person_name"><?php echo esc_html($host->title); ?></h3>
                            <div class="fcal_person_description">
                                <?php echo wp_kses_post(wpautop($host->description)); ?>
                            </div>
                        </div>
                    </div>
                <?php endforeach; ?>
            </div>
        </div>
        <div style="height: 250px;width: 100%;text-align: center;display: flex;align-items: center;justify-content: center;flex-basis: max-content;flex-direction: column;" class="fcal_team_loading">
        <h3><?php esc_html_e('Loading....', 'fluent-booking'); ?></h3>
        <i class="fcal-inline-spinner"></i>
        <style>
            @keyframes fcal-inline-spinner-kf {
                0% {
                    transform: rotate(0deg);
                }
                100% {
                    transform: rotate(360deg);
                }
            }

            .fcal-inline-spinner,
            .fcal-inline-spinner:before {
                display: inline-block;
                width: 111px;
                height: 111px;
                transform-origin: 50%;
                border: 2px solid transparent;
                border-color: #74a8d0 #74a8d0 transparent transparent;
                border-radius: 50%;
                content: "";
                animation: linear fcal-inline-spinner-kf 900ms infinite;
                position: relative;
                vertical-align: inherit;
                line-height: inherit;
            }
            .c-inline-spinner {
                top: 3px;
                margin: 0 3px;
            }
            .c-inline-spinner:before {
                border-color: #74a8d0 #74a8d0 transparent transparent;
                position: absolute;
                left: -2px;
                top: -2px;
                border-style: solid;
            }
        </style>
    </div>
    </div>
</div>

<style>
    .fcal_phone_wrapper .flag {
        background: url(<?php echo esc_url(\FluentBooking\App\App::getInstance()['url.assets'].'images/flags_responsive.png'); ?>) no-repeat;
        background-size: 100%;
    }
</style>
© 2026 GrazzMean-Shell