//Bylo stisknuto tlacitko Nacist soubor.
if ($tlacitko=="Načíst soubor"):
$RadkyKon = array();
if (File_exists($soubor)):
$RadkyKon = File($soubor);
else: Header ("Content-Type: text/html; charset=windows-1250");
echo "Soubor se nepodařilo načíst!
";
exit;
endif;
//Oreze radky o netisknutelne znaky pro ukonceni radku.
$Radky = array();
for ($i=0; $i
";
exit;
endif;
list($LCastZ[],$PCastZ[])=explode(")=(",$Radky[$i]);
endif;
endfor;
//Upravi levou stranu pravidla na pozadovany tvar.
$LCast = array();
for ($i=0; $i
";
exit;
endif;
*/
endif;
Header ("Content-Type: text/html; charset=windows-1250");
?>