<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;div id="carousel-example-generic" class="carousel slide" data-ride="carousel"&gt;
&lt;!-- Stránkování --&gt;
&lt;ol class="carousel-indicators"&gt;
&lt;li data-target="#carousel-example-generic" data-slide-to="0" class="active"&gt;&lt;/li&gt;
&lt;li data-target="#carousel-example-generic" data-slide-to="1"&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;!-- Bloky s obrázky --&gt;
&lt;div class="carousel-inner" role="listbox"&gt;

&lt;div class="item active"&gt;
&lt;img src="/obrazek/3/motiv1-jpg/" alt="Motiv1"&gt;
&lt;div class="carousel-caption"&gt;
&lt;h3&gt;Nadpis prvního obrázku&lt;/h3&gt;             
&lt;p&gt;Text prvního obrázku&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="item"&gt;
&lt;img src="/obrazek/3/motiv2-jpg/" alt="Motiv2"&gt;
&lt;div class="carousel-caption"&gt;
&lt;h3&gt;Nadpis druhého obrázku&lt;/h3&gt;             
&lt;p&gt;Text druhého obrázku&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;

&lt;!-- Šipky --&gt;
&lt;a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"&gt;
&lt;span class="glyphicon glyphicon-chevron-left" aria-hidden="true"&gt;&lt;/span&gt;
&lt;span class="sr-only"&gt;Previous&lt;/span&gt;
&lt;/a&gt;
&lt;a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"&gt;
&lt;span class="glyphicon glyphicon-chevron-right" aria-hidden="true"&gt;&lt;/span&gt;
&lt;span class="sr-only"&gt;Next&lt;/span&gt;
&lt;/a&gt;
&lt;/div&gt;

/* vypne motiv v detailu*/
.article-detail #motive {display: none;} 

/* vypne motiv rubriky*/
.rubric #motive {display: none;}
/* vypnout motiv u zbozi */
#eshop #motive { display: none } 
#article-298782 #motive { display: none }
#article-298784 #motive { display: none }
#article-298785 #motive { display: none }
#category-18610 #motive { display: none }
#category-18611 #motive { display: none }
#category-18612 #motive { display: none }
#category-18613 #motive { display: none }
#category-18614 #motive { display: none }
#category-18615 #motive { display: none }
#category-18616 #motive { display: none }
#category-18906 #motive { display: none }</pre></body></html>