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 : calendar_page.php
<?php defined( 'ABSPATH' ) || exit; ?>

<div id="<?php echo esc_attr($wrapper_id); ?>" class="fcal_calendar_wrapper <?php echo esc_attr($wrapper_class); ?>">
    <div class="fcal_calendar_block_inner">
        <div style="display: none;" class="fcal_cals_wrap">
            <?php if (!empty($logo) || !empty($title) || !empty($description)): ?>
                <div class="fcal_calendar_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_calendar_title"><?php echo wp_kses_post($title); ?></h2>
                    <?php endif; ?>
                    <?php if ($description): ?>
                        <div class="fcal_calendar_description">
                            <?php echo wp_kses_post($description); ?>
                        </div>
                    <?php endif; ?>
                </div>
            <?php endif; ?>
        </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_calendar_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