Your IP : 3.144.109.246


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

<?php

include "www/hledej/hledej.js";

function hledejForma(){
        $html=<<<HTML
     <div class="mb-2 panel-hledej" style="width: 100%;">
       <div class="d-flex flex-nowrap">
          <input id="hledej-input" class="form-control mr-sm-2 rounded-0 input-hledej" type="text" placeholder="fulltext na zsrepubliky...">
          <button class="btn rounded-0" onclick="hledej()"><i class="fas fa-search btn-hledej"></i></button>     
       </div>

     </div>               
HTML;
    echo $html;       
}



?>