HEX
Server: Apache/2.2.22
System: Linux server1.blueharbor.com 3.10.0-1160.90.1.vz7.200.7 #1 SMP Wed Jul 12 12:00:44 MSK 2023 x86_64
User: locglobe (1004)
PHP: 5.6.37
Disabled: NONE
Upload Files
File: //usr/local/cwpsrv/var/services/pma_03-08-2021.bak/templates/div_for_slider_effect.phtml
<?php if($InitialSlidersState == 'disabled'): ?>
    <div <?= $id? "id=\"$id\"": '' ?>>
<?php else: ?>
    <?php /**
        * Bad hack on the next line. document.write() conflicts with jQuery,
        * hence, opening the <div> with PHP itself instead of JavaScript.
        *
        * @todo find a better solution that uses $.append(), the recommended
        * method maybe by using an additional param, the id of the div to
        * append to
        */ ?>
    <div <?= $id? "id=\"$id\"": '' ?>
        <?= ($InitialSlidersState == 'closed')? ' style="display: none; overflow:auto;"':'' ?> class="pma_auto_slider"
        <?= $message? 'title="'. htmlspecialchars($message) . '"': ""?> >
<?php endif; ?>