Your IP : 3.138.124.213


Current Path : /data/web/virtuals/51568/virtual/www/www/
Upload File :
Current File : /data/web/virtuals/51568/virtual/www/www/footer.php

<?php
$folder = '_web/footerimg';
$html = '';
$pocet = 0;
$scan = scandir($folder);
foreach($scan as $file) {
   $fotka = $folder.'/'.$file;
   if (($file != '.') && ($file != '..')) {  
      $html .= '<div style="margin-right: 1px; "><img class="img-fluid" src="'.$fotka.'" style="max-height: 90px; object-fit: scale-down;"></div>';
      $pocet++;
    }   
}
if ($pocet > 0){ ?>
   <div class="container-fluid" style="padding-right: 30px; padding-left: 30px;" >
     <div class="d-flex">
  <div class="mr-auto"><small class="text-muted form-text">více fotek: Škola / Fotogalerie</small></div>
  <div class="ml-auto"><small class="text-muted form-text">více fotek: Škola / Fotogalerie</small></div>
  </div> 
   <div id="footerslick" style="margin-bottom: 1px;">
<?php 
  echo $html;
?>  
  </div> 
  </div>  
<?php } ?>      
 
    <script type="text/javascript">
    $(document).ready(function(){
      $('#footerslick').slick({
  speed: 300,
  infinite: true,       
slidesToShow: <?= $pocet - 5;?>,
slidesToScroll: 3,

mobileFirst: true,
variableWidth: true,
focusOnSelect: true,  
/*
prevArrow: "<div type='button' class='pull-left btn btn-outline-secondary mr-2 mt-4 rounded-0'><i class='fa fa-angle-left' aria-hidden='true'></i></div>",     
nextArrow: "<div type='button' class='pull-right btn btn-outline-secondary rounded-0'><i class='fa fa-angle-right' aria-hidden='true'></i></div>",  
*/
      }
      
      );
    });
  </script>
   
   <footer class="container-fluid">
        <div class="container">
            <div><strong>Základní škola, Znojmo, náměstí Republiky 9</strong></div>
             <div class="d-flex flex-wrap mt-3" >
                  <div class="mr-5">                       
                       <div class="" style="font-size: 0.9rem">
                         IČ: 45671303<br>
                         datová schránka: bdk3p9s<br>
                         REDIZO: 600127737
                       </div>
                  </div>
                 <div class="mr-5 mb-4 mb-lg-0" style="font-size: 0.9rem">
                   <span class="fa fa-envelope" aria-hidden="true"></span>
				   <a href="mailto:skola@zsrepubliky.cz">&nbsp;skola@zsrepubliky.cz</a><br />
                   <span class="fa fa-phone" aria-hidden="true"></span>
					<a href="tel:+420515222922">&nbsp;515 222 922</a><br>
                   
                   <span class="fa fa-envelope" aria-hidden="true"></span>
				   <a href="mailto:kancelar.skoly@zsrepubliky.cz">&nbsp;kancelar.skoly@zsrepubliky.cz</a><br />
                   <span class="fa fa-phone" aria-hidden="true"></span>
					<a href="tel:+420515224767">&nbsp;515 224 767</a><br>
                 </div>                  
                  
                  <div class="ml-lg-auto ml-0 mb-3">
                     <a href="http://www.znojmocity.cz" target="znojmocity" alt="Stránky zřizovatele">
                       <strong>zřizovatel: Město Znojmo</strong><br>
                       <img src="_web/zncity.jpg" alt="ZnojmoCity" height="60" width="120">
                     </a>
                  </div>
             </div>
             <hr class="my-1">
             <div class="d-flex" style="font-size: 0.9rem">
              <div class="mr-2">Tyto stránky vědomě nepoužívají cookies.</div>
              <a href="index.php?m=www/pristupnost.php"><div >Prohlášení o přístupnosti.</div></a>
               <div class="ml-auto"><span class="fa fa-copyright"></span> 2021<?php echo (date("Y")> 2021) ? "-".date('Y') : "";?> ZŠRZ</div>
        </div>
    </footer>