alpha_full/admin/styles/preview2.php
2026-04-06 22:58:51 +02:00

22 lines
980 B
PHP
Executable File

<?php
$nomFicAppelant = basename(__FILE__);
// echo '<div class="zoneVisuCss" >';
if ($previewBackGrdImg==true && $cssBgImage[$theNumCss]!="-" && $cssBgImage[$theNumCss]!="") {
echo '<div style="margin:auto;" >';
// echo 'image';
echo '<iframe src="imgFondsPreview.html" height="100%" max-width="100%" frameborder="0" scrolling="yes" ></iframe>';
echo '</div>';
}
else {
echo '<div class="' .$nomCss. '" style="overflow:visible; resize:both; max-width:100%; white-space: break-spaces; word-break:break-word; border:1px dashed lightgrey; padding:15px;">';
echo $nomCss."<br>";
echo '</div>';
echo '<div style="overflow:visible; resize:both; max-width:100%; white-space: break-spaces; word-break:break-word;">';
if (isset($_SESSION['previewStyle'])) {
echo '<br><span style="color:blue; font-size:1rem;">Détails complets : </span>' .$_SESSION['previewStyle'];
}
echo '</div>';
}
// echo '</div>';
?>