﻿£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>
<?php defined('ABSPATH') or die; ?>

<?php if(count($downloadableFiles)): ?>
<style>
    .font_downloader_wrapper .ff_download_loading {
        margin-top: 20px;
    }
    .font_downloader_wrapper button#ff_download_fonts {
        position: relative;
        height: 40px;
        width: 220px;
        background: #82c8ff;
        border-radius: 4px;
        border: none;
        color: black;
        cursor: pointer;
    }
    .font_downloader_wrapper {
        width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
    .font_downloader_wrapper button.is-loading {
        overflow: hidden;
        border: 0;
        pointer-events: inherit;
    }
    .font_downloader_wrapper button.is-loading span{
        position: relative;
        z-index: 1;
    }
    .font_downloader_wrapper button.is-loading::before{
        background-color: rgba(255, 255, 255, 0.80);
    }
    .font_downloader_wrapper button.is-loading .ff_download_fonts_bar{
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        content: "";
        background-color: #2196F3;
        height: 40px;
        position: absolute;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }


</style>
<div  class="font_downloader_wrapper text-center" style="max-width: 600px;margin: 10px auto;">
    <img class="mb-3" src="<?= FLUENT_PDF_URL . 'assets/images/pdf-img.png'; ?>" alt="">
    <h3 class="mb-2">Fonts are required for PDF Generation</h3>
    <p class="mb-4">This module requires to download fonts for PDF generation. Please click on the bellow button and it will download the required font files. This is one time job</p>
    <button id="ff_download_fonts" class="el-button el-button--primary">
        <span class="ff_download_fonts_bar"
        ></span>
        <span class="ff_download_fonts_text">Install Fonts</span>
    </button>
    <div class="ff_download_loading"></div>
    <div class="ff_download_logs hidden"></div>
</div>
<?php else: ?>

<div class="ff_pdf_system_status" style="<?php echo isset($inheritStyle) && $inheritStyle ? '' :  'max-width: 600px; margin: 0 auto; padding-top: 32px;'?>">
    <h3 class="mb-3">Fluent PDF Module is now active <?php if(!$statuses['status']): ?><span style="color: red;">But Few Server Extensions are missing</span><?php endif; ?></h3>
    <ul>
        <?php foreach ($statuses['extensions'] as $status): ?>
        <li>
            <?php if($status['status']): ?><span class="dashicons dashicons-yes"></span>
            <?php else: ?><span class="dashicons dashicons-no-alt"></span><?php endif; ?>
            <?php echo $status['label']; ?>
        </li>
        <?php endforeach; ?>
    </ul>

    <?php if($statuses['status']): ?>
    <p>All Looks good! You can now use Fluent PDF Addon. <a href="<?php echo $globalSettingsUrl; ?>">Click Here</a> to check your global PDF feed settings</p>
    <?php endif; ?>
</div>
<?php endif; ?>
