czf4bfu |
Subversion Repositories: |
Rev 7 | Rev 8 | |
---|---|---|
Line 406... | Line 406... | |
|
| |
// ------- pokud je uvedena oblast i id sluzby ale groupa ne ------- |
// ------- pokud je uvedena oblast i id sluzby ale groupa ne ------- | |
|
| |
if ((($czf_oblast!="") and ($czf_id!="")) and ($czf_group=="")) { |
if ((($czf_oblast!="") and ($czf_id!="")) and ($czf_group=="")) { | |
|
| |
show_big($sorted[$czf_oblast]); |
show_big($sorted["$czf_oblast"]); | |
|
| |
echo "<div class=\"sizer\"></div></div>\n"; |
echo "<div class=\"sizer\"></div></div>\n"; | |
echo "<div class=\"detail\"><div class=\"nomargin title\"><strong>Detaily:</strong></div>"; |
echo "<div class=\"detail\"><div class=\"nomargin title\"><strong>Detaily:</strong></div>"; | |
echo "<div class=\"contents\">\n"; |
echo "<div class=\"contents\">\n"; | |
if ($czf_id<=$polozka) { |
if ($czf_id<=$polozka) { | |
Line 426... | Line 426... | |
|
| |
// ------- pokud je uvedena oblast i id sluzby i groupa ------- |
// ------- pokud je uvedena oblast i id sluzby i groupa ------- | |
|
| |
if ((($czf_oblast!="") and ($czf_id!="")) and ($czf_group=="1")) { |
if ((($czf_oblast!="") and ($czf_id!="")) and ($czf_group=="1")) { | |
|
| |
show_groups($sorted[$czf_oblast]); |
show_groups($sorted["$czf_oblast"]); | |
|
| |
echo "<div class=\"sizer\"></div></div>\n"; |
echo "<div class=\"sizer\"></div></div>\n"; | |
echo "<div class=\"detail\"><div class=\"nomargin title\"><strong>Detaily:</strong></div>"; |
echo "<div class=\"detail\"><div class=\"nomargin title\"><strong>Detaily:</strong></div>"; | |
echo "<div class=\"contents\">\n"; |
echo "<div class=\"contents\">\n"; | |
if ($czf_id<=$polozka) { |
if ($czf_id<=$polozka) { | |
Line 517... | Line 517... | |
|
| |
// ------- pokud je uvedena oblast ale ne id ani groupa ------- |
// ------- pokud je uvedena oblast ale ne id ani groupa ------- | |
|
| |
if ((($czf_oblast!="") and ($czf_id=="")) and ($czf_group=="")){ |
if ((($czf_oblast!="") and ($czf_id=="")) and ($czf_group=="")){ | |
|
| |
show_big($sorted[$czf_oblast]); |
show_big($sorted["$czf_oblast"]); | |
|
| |
echo "<div class=\"sizer\"></div></div>\n"; |
echo "<div class=\"sizer\"></div></div>\n"; | |
|
| |
} |
} | |
|
| |
// ------- pokud je uvedena oblast a groupa ale ne id ------- |
// ------- pokud je uvedena oblast a groupa ale ne id ------- | |
|
| |
if ((($czf_oblast!="") and ($czf_id=="")) and ($czf_group=="1")){ |
if ((($czf_oblast!="") and ($czf_id=="")) and ($czf_group=="1")){ | |
|
| |
show_groups($sorted[$czf_oblast]); |
show_groups($sorted["$czf_oblast"]); | |
|
| |
echo "<div class=\"sizer\"></div></div>\n"; |
echo "<div class=\"sizer\"></div></div>\n"; | |
|
| |
} |
} | |
|
|