ACC SHELL

Path : /srv/www/vhosts/bubbagump/sablony/reference/
File Upload :
Current File : //srv/www/vhosts/bubbagump/sablony/reference/sablona.sab

<div class="reference">
  {% if($o['obr1']!='') $e = '<div class="foto">##obrazek|Obrázek 1|obr1##</div>'; %}

    ##nadpis##
    ##text|Úvodní popis|popis_uvod##

  {% if(trim(strip_tags($a['popis']))!='') $e = '<a href="#" class="refMore" id="odkaz##id##">%%1%% &gt;</a>'; %}
  <div class="dispNone">
    <div id="colBox##id##" class="colBox">
      <div class="refDetail">
        ##nadpis##
        <div class="popis">
			      ##text|Hlavní popis|popis##
        </div>
        <div class="foto">
          {% if($o['obr1']!='') $e = '##obrazek|Obrázek 1|obr1##'; %}
          {% if($o['obr2']!='') $e = '##obrazek|Obrázek 2|obr2##'; %}
          {% if($o['obr3']!='') $e = '##obrazek|Obrázek 3|obr3##'; %}
          {% if($o['obr4']!='') $e = '##obrazek|Obrázek 4|obr4##'; %}
          {% if($o['obr5']!='') $e = '##obrazek|Obrázek 5|obr5##'; %}
          {% if($o['obr6']!='') $e = '##obrazek|Obrázek 6|obr6##'; %}
          {% if($o['obr7']!='') $e = '##obrazek|Obrázek 7|obr7##'; %}
          {% if($o['obr8']!='') $e = '##obrazek|Obrázek 8|obr8##'; %}
          {% if($o['obr9']!='') $e = '##obrazek|Obrázek 9|obr9##'; %}
          {% if($o['obr10']!='') $e = '##obrazek|Obrázek 10|obr10##'; %}
          {% if($o['obr11']!='') $e = '##obrazek|Obrázek 11|obr11##'; %}
          {% if($o['obr12']!='') $e = '##obrazek|Obrázek 12|obr12##'; %}
        </div>
        <div>&nbsp;</div>
      </div>
    </div>
  </div>
</div>
<script type="text/javascript" language="JavaScript">
<!--
  $("div.reference > div.foto > a[rel='lightbox[##id##]']").attr("rel","cBoxHTML1##id##");
  $("#nadpis{% if(trim(strip_tags($a['popis']))=='') $e = 'neotvirat'; %}##id##").css("cursor","pointer");
  $("#nadpis{% if(trim(strip_tags($a['popis']))=='') $e = 'neotvirat'; %}##id##").click(function(){
		$(this).colorbox({inline:true, href:"#colBox##id##", current:'', arrowKey:true, innerWidth:'910px'});
	});
	$("#odkaz{% if(trim(strip_tags($a['popis']))=='') $e = 'neotvirat'; %}##id##").click(function(){
		$(this).colorbox({inline:true, href:"#colBox##id##", current:'', arrowKey:true, innerWidth:'910px'});
	});
  $("a[rel='cBoxHTML1##id##']").colorbox({inline:true, href:"#colBox##id##", current:'', arrowKey:true, innerWidth:'910px'});
  $("a[rel='cBoxHTML2##id##']").colorbox({inline:true, href:"#colBox##id##", current:'', arrowKey:true, innerWidth:'910px'});
//-->
</script>

ACC SHELL 2018