1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
{capture name=href_informace_left}
<a href="pokoj.php?action=edit_pokoje_info">
<div class="href_informace_left"></div>
</a>
{/capture}
{capture name=href_vybava_left}
<a href="pokoj.php?action=edit_pokoje_vybava">
<div class="href_vybava_left"></div>
</a>
{/capture}
{capture name=href_odkazy_left}
<a href="pokoj.php?action=edit_pokoje_odkazy">
<div class="href_odkazy_left"></div>
</a>
{/capture}
{capture name=href_vzkazy_left}
<a href="pokoj.php?action=edit_pokoje_vzkazy">
<div class="href_vzkazy_left"></div>
</a>
{/capture}
{capture name=href_vzhled_left}.
<a href="pokoj.php?action=edit_pokoje_vzhled">
<div class="href_vzhled_left"></div>
</a>
{/capture}
{capture name=href_informace_right}
<a href="pokoj.php?action=edit_pokoje_info">
<div class="href_informace_right"></div>
</a>
{/capture}
{capture name=href_vybava_right}
<a href="pokoj.php?action=edit_pokoje_vybava">
<div class="href_vybava_right"></div>
</a>
{/capture}
{capture name=href_odkazy_right}
<a href="pokoj.php?action=edit_pokoje_odkazy">
<div class="href_odkazy_right"></div>
</a>
{/capture}
{capture name=href_vzkazy_right}
<a href="pokoj.php?action=edit_pokoje_vzkazy">
<div class="href_vzkazy_right"></div>
</a>
{/capture}
{capture name=href_vzhled_right}
<a href="pokoj.php?action=edit_pokoje_vzhled">
<div class="href_vzhled_right"></div>
</a>
{/capture}
{capture name=nastaveni_header}
<div id="umisteni_nastaveni">
{if ($smarty.request.action eq "edit_pokoje_info")}
<img src="images/pokoj/nastaveni/header1.png" alt="">
<div id="body_informace">
{$smarty.capture.href_informace_right}
{$smarty.capture.href_vybava_right}
{$smarty.capture.href_odkazy_right}
{$smarty.capture.href_vzkazy_right}
{$smarty.capture.href_vzhled_right}
{elseif ($smarty.request.action eq "edit_pokoje_vybava")}
<img src="images/pokoj/nastaveni/header2.png" alt="">
<div id="body_vybava">
{$smarty.capture.href_informace_left}
{$smarty.capture.href_vybava_right}
{$smarty.capture.href_odkazy_right}
{$smarty.capture.href_vzkazy_right}
{$smarty.capture.href_vzhled_right}
{elseif ($smarty.request.action eq "edit_pokoje_odkazy")}
<img src="images/pokoj/nastaveni/header2.png" alt="">
<div id="body_odkazy">
{$smarty.capture.href_informace_left}
{$smarty.capture.href_vybava_left}
{$smarty.capture.href_odkazy_right}
{$smarty.capture.href_vzkazy_right}
{$smarty.capture.href_vzhled_right}
{elseif ($smarty.request.action eq "edit_pokoje_vzkazy")}
<img src="images/pokoj/nastaveni/header2.png" alt="">
<div id="body_vzkazy">
{$smarty.capture.href_informace_left}
{$smarty.capture.href_vybava_left}
{$smarty.capture.href_odkazy_left}
{$smarty.capture.href_vzkazy_right}
{$smarty.capture.href_vzhled_right}
{elseif ($smarty.request.action eq "edit_pokoje_vzhled")}
<img src="images/pokoj/nastaveni/header2.png" alt="">
<div id="body_vzhled">
{$smarty.capture.href_informace_left}
{$smarty.capture.href_vybava_left}
{$smarty.capture.href_odkazy_left}
{$smarty.capture.href_vzkazy_left}
{$smarty.capture.href_vzhled_right}
{/if}
{/capture}
|