| 2 |
lars |
1 |
<script>
|
|
|
2 |
$(document).ready(function(){
|
|
|
3 |
$(".box_middle").hover(function() {
|
|
|
4 |
$(".subdir_basket img" ,this ).attr("src","/images/webelemente/basket_2.png");
|
|
|
5 |
}, function() {
|
|
|
6 |
$(".subdir_basket img" ,this ).attr("src","/images/webelemente/basket.png");
|
|
|
7 |
})
|
|
|
8 |
})
|
|
|
9 |
</script>
|
|
|
10 |
|
|
|
11 |
{if $items}
|
|
|
12 |
{if $items_found}
|
|
|
13 |
<div class="mf_list_close" style="display:none;">zurück</div>
|
|
|
14 |
<div style="float:left;padding:5px 10px 5px 10px;width:809px;background-color:#BEBEBE;color:#fff;font-weight:normal!important;">{$items_found}</div>
|
|
|
15 |
{/if}
|
|
|
16 |
{section loop=$items name=a_ind}
|
|
|
17 |
|
|
|
18 |
{cycle values="cleft,ccenter,cright" assign=class}
|
|
|
19 |
{if $items[a_ind].Artikelstamm==1}
|
|
|
20 |
|
|
|
21 |
{include file="subdir_artstamm.tpl" artstamm=$items[a_ind] class=$class addfrom='motorfinder'}
|
|
|
22 |
{else}
|
|
|
23 |
{include file="item_small.tpl" item=$items[a_ind] class=$class addfrom='motorfinder'}
|
|
|
24 |
{/if}
|
|
|
25 |
|
|
|
26 |
{/section}
|
|
|
27 |
|
|
|
28 |
<div class="break"></div>
|
|
|
29 |
<div class="break"></div>
|
|
|
30 |
<div class="break"></div>
|
|
|
31 |
{else}
|
|
|
32 |
<div style="padding:20px;font-size:14px;">Kein Suchergebnis. Bitte verfeinern Sie Ihre Auswahl.</div>
|
|
|
33 |
{/if}
|