582 lines
35 KiB
XML
582 lines
35 KiB
XML
<?xml version="1.0" encoding="UTF-8"?><iai:component><iai:componentsdata><cdata-start/>
|
|
<iaixsl:variable name="dlmenu_showall">+ <iai:variable vid="Pokaż wszystkie"/></iaixsl:variable>
|
|
<iaixsl:variable name="dlmenu_extend">+ <iai:variable vid="Rozwiń"/></iaixsl:variable>
|
|
<iaixsl:variable name="dlmenu_hide">- <iai:variable vid="Zwiń"/></iaixsl:variable>
|
|
<iaixsl:variable name="gfx_2lvl_show">1</iaixsl:variable>
|
|
<iaixsl:variable name="gfx_3lvl_show">1</iaixsl:variable>
|
|
<iaixsl:variable name="menu_categories_label"></iaixsl:variable>
|
|
<iaixsl:variable name="dlmenu_showmore">1</iaixsl:variable>
|
|
<iaixsl:variable name="dlmenu_shownumber">10</iaixsl:variable>
|
|
<iaixsl:variable name="current_item"><iaixsl:value-of select="/shop/navigation/current/@ni"/></iaixsl:variable>
|
|
|
|
<nav id="menu_categories" class="wide">
|
|
<div id="holder_for_hotspot_menu" style="display:none !important">
|
|
|
|
</div>
|
|
<iaixsl:if test="$menu_categories_label and not($menu_categories_label = '')">
|
|
<h2 class="big_label">
|
|
<a href="/categories.php">
|
|
<iaixsl:attribute name="title"></iaixsl:attribute>
|
|
<iaixsl:value-of select="$menu_categories_label"/>
|
|
</a>
|
|
</h2>
|
|
</iaixsl:if>
|
|
<button type="button" class="navbar-toggler">
|
|
<i class="icon-reorder"/>
|
|
</button>
|
|
<div class="navbar-collapse" id="menu_navbar">
|
|
<ul class="navbar-nav mx-md-n2">
|
|
<iaixsl:for-each select="navigation/item">
|
|
<li class="nav-item">
|
|
<iaixsl:if test="( (@ni = $current_item) or (item/@ni = $current_item) or (item/item/@ni = $current_item) or (item/item/item/@ni = $current_item) )">
|
|
<iaixsl:attribute name="class"><![CDATA[nav-item active]]></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@link and @link != '##'">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[<a href="]]></iaixsl:text>
|
|
<iaixsl:value-of select="@link"/><iaixsl:text disable-output-escaping="yes"><![CDATA[" target="]]></iaixsl:text><iaixsl:value-of select="@target"/>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[" title="]]></iaixsl:text><iaixsl:value-of select="@name"/>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[<span]]></iaixsl:text>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[ title="]]></iaixsl:text>
|
|
<iaixsl:value-of select="@name"/>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[" class="nav-link]]></iaixsl:text>
|
|
<iaixsl:if test="(@ni = /shop/navigation/current/@ni) or (item//@ni = /shop/navigation/current/@ni)">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[ active]]></iaixsl:text>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@reload and @reload = 'y'">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[ noevent]]></iaixsl:text>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="(@gfx_inactive_type = 'img' and @gfx) or (@gfx_inactive_type = 'img_rwd' and (@gfx_inactive_desktop or @gfx_inactive_tablet or @gfx_inactive_mobile))">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[ nav-gfx]]></iaixsl:text>
|
|
</iaixsl:if>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[" >]]></iaixsl:text>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="(@gfx_inactive_type = 'img' and @gfx) or (@gfx_inactive_type = 'img_rwd' and (@gfx_inactive_desktop or @gfx_inactive_tablet or @gfx_inactive_mobile))">
|
|
<img id="gfx_inactive_img" class="d-none d-md-block">
|
|
<iaixsl:attribute name="alt"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:attribute name="title"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@gfx_inactive_type = 'img_rwd'">
|
|
<iaixsl:attribute name="class"><![CDATA[rwd-src]]></iaixsl:attribute>
|
|
<iaixsl:if test="@gfx_inactive_desktop">
|
|
<iaixsl:attribute name="data-src_desktop"><iaixsl:value-of select="@gfx_inactive_desktop"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_inactive_tablet">
|
|
<iaixsl:attribute name="data-src_tablet"><iaixsl:value-of select="@gfx_inactive_tablet"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_inactive_mobile">
|
|
<iaixsl:attribute name="data-src_mobile"><iaixsl:value-of select="@gfx_inactive_mobile"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:attribute name="src"><iaixsl:value-of select="@gfx"/></iaixsl:attribute>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
<iaixsl:if test="(@gfx_omo_type = 'img' and @gfx_onmouseover) or (@gfx_omo_type = 'img_rwd' and (@gfx_omo_desktop or @gfx_omo_tablet or @gfx_omo_mobile))">
|
|
<iaixsl:attribute name="data-omo"><iaixsl:choose><iaixsl:when test="@gfx_omo_type = 'img' and @gfx_onmouseover"><![CDATA[img]]></iaixsl:when><iaixsl:otherwise><![CDATA[img_rwd]]></iaixsl:otherwise></iaixsl:choose></iaixsl:attribute>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@gfx_omo_type = 'img_rwd'">
|
|
<iaixsl:if test="@gfx_omo_desktop">
|
|
<iaixsl:attribute name="data-omo_desktop"><iaixsl:value-of select="@gfx_omo_desktop"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_tablet">
|
|
<iaixsl:attribute name="data-omo_tablet"><iaixsl:value-of select="@gfx_omo_tablet"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_mobile">
|
|
<iaixsl:attribute name="data-omo_mobile"><iaixsl:value-of select="@gfx_omo_mobile"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:attribute name="data-omo_img"><iaixsl:value-of select="@gfx_onmouseover"/></iaixsl:attribute>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
</iaixsl:if>
|
|
</img>
|
|
<span class="gfx_lvl_1"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></span>
|
|
</iaixsl:when>
|
|
<iaixsl:when test="(@gfx_omo_type = 'img' and @gfx_onmouseover) or (@gfx_omo_type = 'img_rwd' and (@gfx_omo_desktop or @gfx_omo_tablet or @gfx_omo_mobile))">
|
|
<span class="gfx_lvl_1 --omo"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></span>
|
|
<img class="gfx_lvl_1 --omo">
|
|
<iaixsl:attribute name="alt"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:attribute name="title"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@gfx_omo_type = 'img_rwd'">
|
|
<iaixsl:attribute name="class"><![CDATA[rwd-src gfx_lvl_1 --omo]]></iaixsl:attribute>
|
|
<iaixsl:if test="@gfx_omo_desktop">
|
|
<iaixsl:attribute name="data-src_desktop"><iaixsl:value-of select="@gfx_omo_desktop"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_tablet">
|
|
<iaixsl:attribute name="data-src_tablet"><iaixsl:value-of select="@gfx_omo_tablet"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_mobile">
|
|
<iaixsl:attribute name="data-src_mobile"><iaixsl:value-of select="@gfx_omo_mobile"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:attribute name="src"><iaixsl:value-of select="@gfx_onmouseover"/></iaixsl:attribute>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
</img>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:value-of disable-output-escaping="yes" select="@name"/>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@link and @link != '##'">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[</a>]]></iaixsl:text>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[</span>]]></iaixsl:text>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
<iaixsl:if test="item">
|
|
<ul class="navbar-subnav">
|
|
<div class="d-none d-md-flex justify-content-between align-items-center navbar-subnav__topName">
|
|
<p class="navbar-subnav__topName_name"><iaixsl:value-of select="@name"/></p>
|
|
<iaixsl:if test="@link">
|
|
<a class="navbar-subnav__topName_link">
|
|
<iaixsl:attribute name="href"><iaixsl:value-of select="@link" /></iaixsl:attribute>
|
|
<iai:variable vid="Wszystkie produkty"/>
|
|
</a>
|
|
</iaixsl:if>
|
|
</div>
|
|
<iaixsl:for-each select="item">
|
|
<li class="nav-item">
|
|
<iaixsl:if test="((count(item) = 0) and $dlmenu_showmore)">
|
|
<iaixsl:attribute name="class"><![CDATA[nav-item empty]]></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="( (@ni = $current_item) or (item/@ni = $current_item) or (item/item/@ni = $current_item) or (item/item/item/@ni = $current_item) )">
|
|
<iaixsl:attribute name="class"><![CDATA[nav-item active]]></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="( (@ni = $current_item) or (item/@ni = $current_item) or (item/item/@ni = $current_item) or (item/item/item/@ni = $current_item) ) and ((count(item) = 0) and $dlmenu_showmore)">
|
|
<iaixsl:attribute name="class"><![CDATA[nav-item active empty]]></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@link and @link != '##'">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[<a href="]]></iaixsl:text>
|
|
<iaixsl:value-of select="@link"/><iaixsl:text disable-output-escaping="yes"><![CDATA[" target="]]></iaixsl:text><iaixsl:value-of select="@target"/>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[" title="]]></iaixsl:text><iaixsl:value-of select="@name"/>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[<span]]></iaixsl:text>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[ title="]]></iaixsl:text>
|
|
<iaixsl:value-of select="@name"/>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[" class="nav-link]]></iaixsl:text>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="((@ni = /shop/navigation/current/@ni) or (item//@ni = /shop/navigation/current/@ni)) and (((@gfx_inactive_type = 'img' and @gfx) or (@gfx_inactive_type = 'img_rwd' and (@gfx_inactive_desktop or @gfx_inactive_tablet or @gfx_inactive_mobile))) and $gfx_2lvl_show)">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[ nav-gfx active]]></iaixsl:text>
|
|
</iaixsl:when>
|
|
<iaixsl:when test="(@ni = /shop/navigation/current/@ni) or (item//@ni = /shop/navigation/current/@ni)">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[ active]]></iaixsl:text>
|
|
</iaixsl:when>
|
|
<iaixsl:when test="((@gfx_inactive_type = 'img' and @gfx) or (@gfx_inactive_type = 'img_rwd' and (@gfx_inactive_desktop or @gfx_inactive_tablet or @gfx_inactive_mobile))) and $gfx_2lvl_show">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[ nav-gfx]]></iaixsl:text>
|
|
</iaixsl:when>
|
|
</iaixsl:choose>
|
|
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[" >]]></iaixsl:text>
|
|
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="((@gfx_inactive_type = 'img' and @gfx) or (@gfx_inactive_type = 'img_rwd' and (@gfx_inactive_desktop or @gfx_inactive_tablet or @gfx_inactive_mobile))) and $gfx_2lvl_show">
|
|
<img class="gfx_lvl_2">
|
|
<iaixsl:attribute name="alt"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:attribute name="title"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@gfx_inactive_type = 'img_rwd'">
|
|
<iaixsl:attribute name="class"><![CDATA[rwd-src gfx_lvl_2]]></iaixsl:attribute>
|
|
<iaixsl:if test="@gfx_inactive_desktop">
|
|
<iaixsl:attribute name="data-src_desktop"><iaixsl:value-of select="@gfx_inactive_desktop"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_inactive_tablet">
|
|
<iaixsl:attribute name="data-src_tablet"><iaixsl:value-of select="@gfx_inactive_tablet"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_inactive_mobile">
|
|
<iaixsl:attribute name="data-src_mobile"><iaixsl:value-of select="@gfx_inactive_mobile"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:attribute name="src"><iaixsl:value-of select="@gfx"/></iaixsl:attribute>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
<iaixsl:if test="(@gfx_omo_type = 'img' and @gfx_onmouseover) or (@gfx_omo_type = 'img_rwd' and (@gfx_omo_desktop or @gfx_omo_tablet or @gfx_omo_mobile))">
|
|
<iaixsl:attribute name="data-omo"><iaixsl:choose><iaixsl:when test="@gfx_omo_type = 'img' and @gfx_onmouseover"><![CDATA[img]]></iaixsl:when><iaixsl:otherwise><![CDATA[img_rwd]]></iaixsl:otherwise></iaixsl:choose></iaixsl:attribute>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@gfx_omo_type = 'img_rwd'">
|
|
<iaixsl:if test="@gfx_omo_desktop">
|
|
<iaixsl:attribute name="data-omo_desktop"><iaixsl:value-of select="@gfx_omo_desktop"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_tablet">
|
|
<iaixsl:attribute name="data-omo_tablet"><iaixsl:value-of select="@gfx_omo_tablet"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_mobile">
|
|
<iaixsl:attribute name="data-omo_mobile"><iaixsl:value-of select="@gfx_omo_mobile"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:attribute name="data-omo_img"><iaixsl:value-of select="@gfx_onmouseover"/></iaixsl:attribute>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
</iaixsl:if>
|
|
</img>
|
|
<span class="gfx_lvl_2 d-none"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></span>
|
|
</iaixsl:when>
|
|
<iaixsl:when test="(@gfx_omo_type = 'img' and @gfx_onmouseover) or (@gfx_omo_type = 'img_rwd' and (@gfx_omo_desktop or @gfx_omo_tablet or @gfx_omo_mobile))">
|
|
<span class="gfx_lvl_2 --omo"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></span>
|
|
<img class="gfx_lvl_2 --omo">
|
|
<iaixsl:attribute name="alt"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:attribute name="title"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@gfx_omo_type = 'img_rwd'">
|
|
<iaixsl:attribute name="class"><![CDATA[rwd-src gfx_lvl_2 --omo]]></iaixsl:attribute>
|
|
<iaixsl:if test="@gfx_omo_desktop">
|
|
<iaixsl:attribute name="data-src_desktop"><iaixsl:value-of select="@gfx_omo_desktop"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_tablet">
|
|
<iaixsl:attribute name="data-src_tablet"><iaixsl:value-of select="@gfx_omo_tablet"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_mobile">
|
|
<iaixsl:attribute name="data-src_mobile"><iaixsl:value-of select="@gfx_omo_mobile"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:attribute name="src"><iaixsl:value-of select="@gfx_onmouseover"/></iaixsl:attribute>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
</img>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:value-of disable-output-escaping="yes" select="@name"/>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@link and @link != '##'">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[</a>]]></iaixsl:text>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[</span>]]></iaixsl:text>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
<iaixsl:if test="item">
|
|
<ul class="navbar-subsubnav">
|
|
<iaixsl:if test="((count(item) > $dlmenu_shownumber) and $dlmenu_showmore)">
|
|
<iaixsl:attribute name="class"><![CDATA[navbar-subsubnav more]]></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<div class="navbar-subsubnav__itemContainer">
|
|
<iaixsl:for-each select="item">
|
|
<li class="nav-item">
|
|
<iaixsl:if test="( (@ni = $current_item) or (item/@ni = $current_item) or (item/item/@ni = $current_item) or (item/item/item/@ni = $current_item) )">
|
|
<iaixsl:attribute name="class"><![CDATA[nav-item active]]></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@link and @link != '##'">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[<a href="]]></iaixsl:text>
|
|
<iaixsl:value-of select="@link"/><iaixsl:text disable-output-escaping="yes"><![CDATA[" target="]]></iaixsl:text><iaixsl:value-of select="@target"/>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[" title="]]></iaixsl:text><iaixsl:value-of select="@name"/>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[<span]]></iaixsl:text>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[ title="]]></iaixsl:text>
|
|
<iaixsl:value-of select="@name"/>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[" class="nav-link]]></iaixsl:text>
|
|
<iaixsl:if test="(@ni = /shop/navigation/current/@ni) or (item//@ni = /shop/navigation/current/@ni)">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[ active]]></iaixsl:text>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="((@gfx_inactive_type = 'img' and @gfx) or (@gfx_inactive_type = 'img_rwd' and (@gfx_inactive_desktop or @gfx_inactive_tablet or @gfx_inactive_mobile))) and $gfx_3lvl_show">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[ nav-gfx]]></iaixsl:text>
|
|
</iaixsl:if>
|
|
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[" >]]></iaixsl:text>
|
|
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="((@gfx_inactive_type = 'img' and @gfx) or (@gfx_inactive_type = 'img_rwd' and (@gfx_inactive_desktop or @gfx_inactive_tablet or @gfx_inactive_mobile))) and $gfx_3lvl_show">
|
|
<img class="gfx_lvl_3">
|
|
<iaixsl:attribute name="alt"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:attribute name="title"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@gfx_inactive_type = 'img_rwd'">
|
|
<iaixsl:attribute name="class"><![CDATA[rwd-src gfx_lvl_3]]></iaixsl:attribute>
|
|
<iaixsl:if test="@gfx_inactive_desktop">
|
|
<iaixsl:attribute name="data-src_desktop"><iaixsl:value-of select="@gfx_inactive_desktop"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_inactive_tablet">
|
|
<iaixsl:attribute name="data-src_tablet"><iaixsl:value-of select="@gfx_inactive_tablet"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_inactive_mobile">
|
|
<iaixsl:attribute name="data-src_mobile"><iaixsl:value-of select="@gfx_inactive_mobile"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:attribute name="src"><iaixsl:value-of select="@gfx"/></iaixsl:attribute>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
<iaixsl:if test="(@gfx_omo_type = 'img' and @gfx_onmouseover) or (@gfx_omo_type = 'img_rwd' and (@gfx_omo_desktop or @gfx_omo_tablet or @gfx_omo_mobile))">
|
|
<iaixsl:attribute name="data-omo"><iaixsl:choose><iaixsl:when test="@gfx_omo_type = 'img' and @gfx_onmouseover"><![CDATA[img]]></iaixsl:when><iaixsl:otherwise><![CDATA[img_rwd]]></iaixsl:otherwise></iaixsl:choose></iaixsl:attribute>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@gfx_omo_type = 'img_rwd'">
|
|
<iaixsl:if test="@gfx_omo_desktop">
|
|
<iaixsl:attribute name="data-omo_desktop"><iaixsl:value-of select="@gfx_omo_desktop"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_tablet">
|
|
<iaixsl:attribute name="data-omo_tablet"><iaixsl:value-of select="@gfx_omo_tablet"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_mobile">
|
|
<iaixsl:attribute name="data-omo_mobile"><iaixsl:value-of select="@gfx_omo_mobile"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:attribute name="data-omo_img"><iaixsl:value-of select="@gfx_onmouseover"/></iaixsl:attribute>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
</iaixsl:if>
|
|
</img>
|
|
<span class="gfx_lvl_3 d-none"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></span>
|
|
</iaixsl:when>
|
|
<iaixsl:when test="(@gfx_omo_type = 'img' and @gfx_onmouseover) or (@gfx_omo_type = 'img_rwd' and (@gfx_omo_desktop or @gfx_omo_tablet or @gfx_omo_mobile))">
|
|
<span class="gfx_lvl_3 --omo"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></span>
|
|
<img class="gfx_lvl_3 --omo">
|
|
<iaixsl:attribute name="alt"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:attribute name="title"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@gfx_omo_type = 'img_rwd'">
|
|
<iaixsl:attribute name="class"><![CDATA[rwd-src gfx_lvl_3 --omo]]></iaixsl:attribute>
|
|
<iaixsl:if test="@gfx_omo_desktop">
|
|
<iaixsl:attribute name="data-src_desktop"><iaixsl:value-of select="@gfx_omo_desktop"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_tablet">
|
|
<iaixsl:attribute name="data-src_tablet"><iaixsl:value-of select="@gfx_omo_tablet"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_mobile">
|
|
<iaixsl:attribute name="data-src_mobile"><iaixsl:value-of select="@gfx_omo_mobile"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:attribute name="src"><iaixsl:value-of select="@gfx_onmouseover"/></iaixsl:attribute>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
</img>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:value-of disable-output-escaping="yes" select="@name"/>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@link and @link != '##'">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[</a>]]></iaixsl:text>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[</span>]]></iaixsl:text>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
<iaixsl:if test="item">
|
|
<ul class="navbar-subsubsubnav">
|
|
<iaixsl:if test="((count(item) > $dlmenu_shownumber) and $dlmenu_showmore)">
|
|
<iaixsl:attribute name="class"><![CDATA[navbar-subsubsubnav more]]></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:for-each select="item">
|
|
<li class="nav-item">
|
|
<iaixsl:if test="( (@ni = $current_item) or (item/@ni = $current_item) or (item/item/@ni = $current_item) or (item/item/item/@ni = $current_item) )">
|
|
<iaixsl:attribute name="class"><![CDATA[nav-item active]]></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@link and @link != '##'">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[<a href="]]></iaixsl:text>
|
|
<iaixsl:value-of select="@link"/><iaixsl:text disable-output-escaping="yes"><![CDATA[" target="]]></iaixsl:text><iaixsl:value-of select="@target"/>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[" title="]]></iaixsl:text><iaixsl:value-of select="@name"/>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[<span]]></iaixsl:text>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[ title="]]></iaixsl:text>
|
|
<iaixsl:value-of select="@name"/>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[" class="nav-link]]></iaixsl:text>
|
|
<iaixsl:if test="(@ni = /shop/navigation/current/@ni) or (item//@ni = /shop/navigation/current/@ni)">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[ active]]></iaixsl:text>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="((@gfx_inactive_type = 'img' and @gfx) or (@gfx_inactive_type = 'img_rwd' and (@gfx_inactive_desktop or @gfx_inactive_tablet or @gfx_inactive_mobile))) and $gfx_3lvl_show">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[ nav-gfx]]></iaixsl:text>
|
|
</iaixsl:if>
|
|
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[" >]]></iaixsl:text>
|
|
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="((@gfx_inactive_type = 'img' and @gfx) or (@gfx_inactive_type = 'img_rwd' and (@gfx_inactive_desktop or @gfx_inactive_tablet or @gfx_inactive_mobile))) and $gfx_3lvl_show">
|
|
<img class="gfx_lvl_3">
|
|
<iaixsl:attribute name="alt"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:attribute name="title"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@gfx_inactive_type = 'img_rwd'">
|
|
<iaixsl:attribute name="class"><![CDATA[rwd-src gfx_lvl_3]]></iaixsl:attribute>
|
|
<iaixsl:if test="@gfx_inactive_desktop">
|
|
<iaixsl:attribute name="data-src_desktop"><iaixsl:value-of select="@gfx_inactive_desktop"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_inactive_tablet">
|
|
<iaixsl:attribute name="data-src_tablet"><iaixsl:value-of select="@gfx_inactive_tablet"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_inactive_mobile">
|
|
<iaixsl:attribute name="data-src_mobile"><iaixsl:value-of select="@gfx_inactive_mobile"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:attribute name="src"><iaixsl:value-of select="@gfx"/></iaixsl:attribute>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
<iaixsl:if test="(@gfx_omo_type = 'img' and @gfx_onmouseover) or (@gfx_omo_type = 'img_rwd' and (@gfx_omo_desktop or @gfx_omo_tablet or @gfx_omo_mobile))">
|
|
<iaixsl:attribute name="data-omo"><iaixsl:choose><iaixsl:when test="@gfx_omo_type = 'img' and @gfx_onmouseover"><![CDATA[img]]></iaixsl:when><iaixsl:otherwise><![CDATA[img_rwd]]></iaixsl:otherwise></iaixsl:choose></iaixsl:attribute>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@gfx_omo_type = 'img_rwd'">
|
|
<iaixsl:if test="@gfx_omo_desktop">
|
|
<iaixsl:attribute name="data-omo_desktop"><iaixsl:value-of select="@gfx_omo_desktop"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_tablet">
|
|
<iaixsl:attribute name="data-omo_tablet"><iaixsl:value-of select="@gfx_omo_tablet"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_mobile">
|
|
<iaixsl:attribute name="data-omo_mobile"><iaixsl:value-of select="@gfx_omo_mobile"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:attribute name="data-omo_img"><iaixsl:value-of select="@gfx_onmouseover"/></iaixsl:attribute>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
</iaixsl:if>
|
|
</img>
|
|
<span class="gfx_lvl_3 d-none"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></span>
|
|
</iaixsl:when>
|
|
<iaixsl:when test="(@gfx_omo_type = 'img' and @gfx_onmouseover) or (@gfx_omo_type = 'img_rwd' and (@gfx_omo_desktop or @gfx_omo_tablet or @gfx_omo_mobile))">
|
|
<span class="gfx_lvl_3 --omo"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></span>
|
|
<img class="gfx_lvl_3 --omo">
|
|
<iaixsl:attribute name="alt"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:attribute name="title"><iaixsl:value-of disable-output-escaping="yes" select="@name"/></iaixsl:attribute>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@gfx_omo_type = 'img_rwd'">
|
|
<iaixsl:attribute name="class"><![CDATA[rwd-src gfx_lvl_3 --omo]]></iaixsl:attribute>
|
|
<iaixsl:if test="@gfx_omo_desktop">
|
|
<iaixsl:attribute name="data-src_desktop"><iaixsl:value-of select="@gfx_omo_desktop"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_tablet">
|
|
<iaixsl:attribute name="data-src_tablet"><iaixsl:value-of select="@gfx_omo_tablet"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="@gfx_omo_mobile">
|
|
<iaixsl:attribute name="data-src_mobile"><iaixsl:value-of select="@gfx_omo_mobile"/></iaixsl:attribute>
|
|
</iaixsl:if>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:attribute name="src"><iaixsl:value-of select="@gfx_onmouseover"/></iaixsl:attribute>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
</img>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:value-of disable-output-escaping="yes" select="@name"/>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@link and @link != '##'">
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[</a>]]></iaixsl:text>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:text disable-output-escaping="yes"><![CDATA[</span>]]></iaixsl:text>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
</li>
|
|
</iaixsl:for-each>
|
|
<iaixsl:if test="(count(item) > 1) and @link and @display_all = 'y' and $dlmenu_showall">
|
|
<li class="nav-item --all">
|
|
<a class="nav-link">
|
|
<iaixsl:attribute name="href">
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@display_all_link">
|
|
<iaixsl:value-of select="@display_all_link"/>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:value-of select="@link"/>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
</iaixsl:attribute>
|
|
<iaixsl:value-of select="$dlmenu_showall"/>
|
|
</a>
|
|
</li>
|
|
</iaixsl:if>
|
|
</ul>
|
|
</iaixsl:if>
|
|
</li>
|
|
</iaixsl:for-each>
|
|
</div>
|
|
<iaixsl:if test="@gfx_active">
|
|
<div class="navbar-subsbunav__baner">
|
|
<img>
|
|
<iaixsl:attribute name="src"><iaixsl:value-of select="@gfx_active"/></iaixsl:attribute>
|
|
</img>
|
|
</div>
|
|
</iaixsl:if>
|
|
<iaixsl:if test="(count(item) > 1) and @link and @display_all = 'y' and $dlmenu_showall">
|
|
<li class="nav-item --all">
|
|
<a class="nav-link">
|
|
<iaixsl:attribute name="href">
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@display_all_link">
|
|
<iaixsl:value-of select="@display_all_link"/>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:value-of select="@link"/>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
</iaixsl:attribute>
|
|
<iaixsl:value-of select="$dlmenu_showall"/>
|
|
</a>
|
|
</li>
|
|
</iaixsl:if>
|
|
</ul>
|
|
</iaixsl:if>
|
|
</li>
|
|
</iaixsl:for-each>
|
|
<div class="navbar__whiteBackground">
|
|
<div class="navbar-whiteBackground__recommendationContainer">
|
|
<div id='loaded_contant_bm_hotspots'></div>
|
|
</div>
|
|
<iaixsl:if test="@gfx_active">
|
|
<div class="navbar-whiteBackground__baner">
|
|
|
|
<img>
|
|
<iaixsl:attribute name="src"><iaixsl:value-of select="@gfx_active"/></iaixsl:attribute>
|
|
</img>
|
|
</div>
|
|
|
|
</iaixsl:if>
|
|
</div>
|
|
<iaixsl:if test="(count(item) > 1) and @link and @display_all = 'y' and $dlmenu_showall">
|
|
<li class="nav-item --all empty">
|
|
<a class="nav-link">
|
|
<iaixsl:attribute name="href">
|
|
<iaixsl:choose>
|
|
<iaixsl:when test="@display_all_link">
|
|
<iaixsl:value-of select="@display_all_link"/>
|
|
</iaixsl:when>
|
|
<iaixsl:otherwise>
|
|
<iaixsl:value-of select="@link"/>
|
|
</iaixsl:otherwise>
|
|
</iaixsl:choose>
|
|
</iaixsl:attribute>
|
|
<iaixsl:value-of select="$dlmenu_showall"/>
|
|
</a>
|
|
</li>
|
|
</iaixsl:if>
|
|
</ul>
|
|
</iaixsl:if>
|
|
</li>
|
|
</iaixsl:for-each>
|
|
</ul>
|
|
</div>
|
|
</nav>
|
|
<iaixsl:if test="/shop/page/navigation/item/@gfx_active_desktop"> </iaixsl:if>
|
|
<cdata-end/></iai:componentsdata></iai:component> |