Current path: home/webdevt/cryptoimpot.fr/module/Application/view/application/email/
?? Go up: /home/webdevt/cryptoimpot.fr/module/Application/view/application
<!-- 1 Column Text + Button : BEGIN -->
<html>
<body>
<tr>
<td bgcolor="#ffffff">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<a style="display: inline;" class="navbar-brand" href="https://ledgio.fr"><img
style="margin-left:40px; width:100px" src="https://ledgio.fr/img/logo-ledgio.png"></a>
</tr>
<tr>
<hr>
</tr>
<tr>
<td style="padding: 40px; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #000;">
<p style="margin: 0;">Bonjour, <br></p>
<p>Voici le résultat de votre test Ledgio : <?= $this->pourcentage ?></p>
<!-- <div style="height:32px; width:300px; border:2px solid #000; text-align: right;">-->
<!-- <i style="border: solid black;border-width: 0 3px 3px 0;display: inline-block;padding: 3px; transform: rotate(45deg);-webkit-transform: rotate(45deg);"></i>-->
<!-- </div>-->
<!-- <div max="100" value="80" style="height:32px;-->
<!-- width:500px;-->
<!-- border:2px solid #000;-->
<!-- text-align:center;-->
<!-- color:#fff;-->
<!-- font-size:20px;-->
<!-- background:linear-gradient(to right, green 33%, orange 33%, red 33%)">-->
<!---->
<!-- </div>-->
<!-- <div class="progress"-->
<!-- style="display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem">-->
<!-- <div style="display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#28a745 !important"-->
<!-- class="progress-bar bg-success " role="progressbar" style="width: 90%" aria-valuenow="90"-->
<!-- aria-valuemin="0" aria-valuemax="100"></div>-->
<!---->
<!-- --><?php //if ($color == 'vert') : ?>
<!-- <div style="display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#28a745 !important"-->
<!-- class="progress-bar bg-success " role="progressbar" style="width: 90%"-->
<!-- aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>-->
<!-- --><?php //elseif ($color == 'bleu') : ?>
<!-- <div class="progress-bar bg-primary" role="progressbar" style="width: 75%"-->
<!-- aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>-->
<!-- --><?php //elseif ($color == 'jaune') : ?>
<!-- <div class="progress-bar bg-secondary" role="progressbar" style="width: 50%"-->
<!-- aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>-->
<!---->
<!---->
<!-- --><?php //elseif ($color == 'orange') : ?>
<!-- <div class="progress-bar bg-warning" role="progressbar" style="width: 75%"-->
<!-- aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>-->
<!---->
<!---->
<!-- --><?php //elseif (color == 'rouge') : ?>
<!-- <div class="progress-bar bg-danger" role="progressbar" style="width: 90%" aria-valuenow="90"-->
<!-- aria-valuemin="0" aria-valuemax="100"></div>-->
<!---->
<!-- --><?php //endif ?>
<!-- </div>-->
<?php //foreach ($arrayQuestionnaireEmail as $question) : ?>
<!--<li><?php //echo $question ?></li>-->
<?php //endforeach ?>
<p><?php echo $this->messageBody ?></p>
<table style="border:1px solid black;" cellpadding="0" cellspacing="0" width="250">
<tr>
<td colspan="1" bgcolor="#fff"
style="width:<?= $this->pourcentage ?>%; background-color:#fff; float:left; height:15px; text-align:right border:none">
><
</td>
</tr>
<?php if ($this->pourcentage >=66) :?>
<tr>
<td bgcolor="green"
style="width:33%; background-color:green; float:left; height:15px;"></td>
<td bgcolor="orange"
style="width:33%; background-color:orange; float:left; height:15px;"></td>
<td bgcolor="red"
style="width:<?= ($this->pourcentage - 66) ?>%; background-color:red; float:left; height:15px;"></td>
<td bgcolor="#cccccc"
style="width:<?= (100 - $this->pourcentage) ?>%; background-color:#cccccc; float:left; height:15px;"></td>
</tr>
<?php elseif ($this->pourcentage >=33) : ?>
<tr>
<td bgcolor="green"
style="width:33%; background-color:#f83f83; float:left; height:15px;"></td>
<td bgcolor="orange"
style="width:<?= ($this->pourcentage - 33) ?>%; background-color:orange; float:left; height:15px;"></td>
<td bgcolor="#cccccc"
style="width:<?= (100 - $this->pourcentage) ?>%; background-color:#cccccc; float:left; height:15px;"></td>
</tr>
<?php else : ?>
<tr>
<td bgcolor="green"
style="width:<?= $this->pourcentage ?>>%; background-color:#f83f83; float:left; height:15px;"></td>
<td bgcolor="#cccccc"
style="width:<?= (100 - $this->pourcentage) ?>%; background-color:#cccccc; float:left; height:15px;"></td>
</tr>
<?php endif ?>
</table>
<p>L'équipe Ledgio reste à votre diosposition pour toute information complémentaire.</p>
<p>contact@ledgio.fr</p>
<p><a href="https://ledgio.fr">https://ledgio.fr</a></p>
<!--<p><b>Attention :</b></p>
<p>Ce lien est valable uniquement une heure. Ce délai passé, vous devrez faire une nouvelle demande.</p>
<p>Pour cela, veuillez vous rendre sur la page suivante :</p>
<p><a href="<?php //echo $this->adresseAdminHome; ?>"><?php //echo $this->adresseAdminHome; ?></a>
, puis cliquez sur "Mot de passe oublié ?".</p>-->
</td>
</tr>
</table>
</td>
</tr>
<!-- 1 Column Text + Button : END -->
</body>
</html>