diff --git a/php/05_rezervace_hotelu/index.php b/php/05_rezervace_hotelu/index.php new file mode 100644 index 0000000..f1367d6 --- /dev/null +++ b/php/05_rezervace_hotelu/index.php @@ -0,0 +1,69 @@ + + + + + + + + + <?= $title; ?> + + + + +

+ +
+ + +
+ + +
+ + +
+ + +
+ + +
+ +
+ + + +

Jméno

+ + + +

Příjmení:

+ + + +

Adresa:

+ + + +

Počet osob

+ + + +

Počet nocí

+ + + +

Celková cená

+ + + + + +

MESTO

+ + + + \ No newline at end of file diff --git a/php/05_rezervace_hotelu/vysledek.php b/php/05_rezervace_hotelu/vysledek.php new file mode 100644 index 0000000..4a405e4 --- /dev/null +++ b/php/05_rezervace_hotelu/vysledek.php @@ -0,0 +1,59 @@ + + + + + + + + Document + + + +

Zadané údaje

+ + + + + + + + + + + + + + + + + + + + + + +
Jméno:
Příjmení:
Adresa:
Počet osob:
Počet nocí:
+
+ Výpočet ceny: +

+ osob * + nocí * + Kč +

+ Celková cena: +
+
+ + + + \ No newline at end of file