Your IP : 18.218.79.100


Current Path : /data/web/virtuals/51568/virtual/www/www/plany.bak/
Upload File :
Current File : /data/web/virtuals/51568/virtual/www/www/plany.bak/textyUvod.php

<?php
  if (file_exists('funkce/DbConnect.php')){
     require_once('funkce/DbConnect.php');
  }
  if (file_exists('../../funkce/DbConnect.php')){
     require_once('../../funkce/DbConnect.php');
  }
?>  
<div class="plany-akce " id="plany-seznam"> 
 
    <?php 
  if (file_exists('www/plany/textyUvodSeznam.php')){
     include('www/plany/textyUvodSeznam.php');
  }  
  if (file_exists('textyUvodSeznam.php')){
     include('textyUvodSeznam.php');
  } 
    
    ?>
</div>    
    
<div class="editor" id="fceEditorUvod">
    <?php
   if ($pocetUvod > 0) { ?>
    <div class="ckEditFlex" >
        <div class=""><button id="btnSavePzn" class="btn btn-success rounded-0 my-2"  onClick="savePoznamku()">Uložit napsaný text</button></div>
        <div id="alPoznamkyZmena" class="d-none alert alert-danger pt-1 pb-2 h5 my-2 text-uppercase  rounded-0">Změněno</div>
    </div>

    <textarea class="form-control" id="ckePoznamky" name="ckePoznamky"> <?php echo $ed;  ?> </textarea>
    <?php }?>
</div>

<script src="www/plany/funkce.js"></script>
<script src='js/tinymce/tinymce.min.js'></script>
<script>


 
    $(document).ready(function () {
      tMceEditor('#ckePoznamky', 100, 300);     
    })
</script>