?? GreyFile — Mystic File Browser

Current path: home/webdevt/cryptoimpot.fr/module/Application/view/application/email/



?? Go up: /home/webdevt/cryptoimpot.fr/module/Application/view/application

?? Viewing: test-activite.phtml

<!-- 1 Column Text + Button : BEGIN -->
<html>
<body>
<tr>
    <td bgcolor="#ffffff">
        <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
            <tr>
                <td style="padding: 40px; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #000;">
                    <h3>Voici le résultat de votre test Ledgio : <?= $this->pourcentage ?> / 100</h3>
                    <h3 style="margin-bottom: 15px"><?php echo $this->messageHeader ?></h3>
                    <p style="margin-bottom: 15px"><?php echo $this->messageBodyHtml ?></p>
                    <h3 style="margin-bottom: 15px"><?php echo $this->messageBodyHtml2 ?></h3>
                    <?php if ($this->pourcentage <= 50 ) : ?>

                    <p>Si vous considérez relever du statut des particuliers (non professionnel) notre service peut prendre en charge la production de votre déclaration d'impôt et des justificatifs complets à conserver en cas de contrôle fiscal.</p>
                    <p>Ledgio, le service haut-de-gamme de production de votre déclaration fiscale de crypto-monnaies et de ses justificatifs complets</p>
                    <?php endif ?>
                    <p class="text-center mt-5"><a disabled style="color: #fff; background-color: #003070"
                                                   class="btn btn-light btn-lg"
                                                   href="<?php echo $this->url('login') ?>?s=d" role="button">Commencer ma déclaration</a>
                    </p>
                </td>
            </tr>
        </table>
    </td>
</tr>
<!-- 1 Column Text + Button : END -->
</body>
</html>


??

??