| 4 |
lars |
1 |
|
|
|
2 |
<div class="box_static">
|
|
|
3 |
{foreach from=$herstellerListe key=hId item=h name=herstellerListe}
|
|
|
4 |
{if $h.ID==$smarty.get.hersteller}
|
|
|
5 |
{if $h.Bezeichnung}
|
|
|
6 |
{assign var=herstellerName value=$h.Bezeichnung}
|
|
|
7 |
{else}
|
|
|
8 |
{assign var=herstellerName value=$h.Name}
|
|
|
9 |
{/if}
|
|
|
10 |
|
|
|
11 |
<div class="box_middle">
|
|
|
12 |
<div class="hLogo" style="padding:2%;">
|
|
|
13 |
{if $h.Logo2}
|
|
|
14 |
{if $h.Logo2_href}<a href="{$h.Logo2_href}">{/if}
|
|
|
15 |
<img src="/images/Hersteller/2/{$h.Logo2}" alt="{$herstellerName}" title="{$herstellerName}" />
|
|
|
16 |
{if $h.Logo2_href}</a>{/if}
|
|
|
17 |
{else}
|
|
|
18 |
{if $h.Logo1}
|
|
|
19 |
{if $h.Logo1_href}<a href="{$h.Logo1_href}">{/if}
|
|
|
20 |
<img src="/images/Hersteller/1/{$h.Logo1}" alt="{$herstellerName}" title="{$herstellerName}" />
|
|
|
21 |
{if $h.Logo1_href}</a>{/if}
|
|
|
22 |
{/if}
|
|
|
23 |
{/if}
|
|
|
24 |
</div>
|
|
|
25 |
<div class="hText">
|
|
|
26 |
<h1>{$herstellerName}</h1>
|
|
|
27 |
{if $h.Text}
|
|
|
28 |
<p>{$h.Text|nl2br}</p>
|
|
|
29 |
{/if}
|
|
|
30 |
{if $h.Text3}
|
|
|
31 |
<p> </p>
|
|
|
32 |
<p>{$h.Text3}</p>
|
|
|
33 |
{/if}
|
|
|
34 |
</div>
|
|
|
35 |
<div class="back" style="padding:2%;">
|
|
|
36 |
<a href="javascript:history.back();">
|
|
|
37 |
<img src="/images/webelemente/butt_zurueck.png" alt="zurück" />
|
|
|
38 |
</a>
|
|
|
39 |
</div>
|
|
|
40 |
</div>
|
|
|
41 |
{/if}
|
|
|
42 |
{/foreach}
|
|
|
43 |
</div>
|
|
|
44 |
|
|
|
45 |
|
|
|
46 |
<div class="hersteller_menu">
|
|
|
47 |
{foreach $item_kats as $kat}
|
|
|
48 |
<div class="herstellerKats" style="clear:both;float:none;background-color:#fff;">
|
|
|
49 |
<span class='breadcrumb-trenner' style="color:#666;"> » </span>
|
|
|
50 |
{$kat}
|
|
|
51 |
</div>
|
|
|
52 |
{/foreach}
|
|
|
53 |
</div>
|
|
|
54 |
|
|
|
55 |
{if $smarty.get.serviceCenter!=1}
|
|
|
56 |
<div class="subdir_artikel_wrapper">
|
|
|
57 |
{if $smarty.get.kat}
|
|
|
58 |
<span style="color:#666;font-size:0.9em;">
|
|
|
59 |
|
|
|
60 |
{$katIDs[$smarty.get.kat]} von {$herstellerName}
|
|
|
61 |
</span><br /><br />
|
|
|
62 |
{/if}
|
|
|
63 |
|
|
|
64 |
{if $smarty.const.USE_SMARTY_PAGINATE===true}
|
|
|
65 |
{include file="pagination.tpl"}
|
|
|
66 |
{/if}
|
|
|
67 |
{if $ini.subdir.switch_css==1}
|
|
|
68 |
{include file="switch_css.tpl"}
|
|
|
69 |
{/if}
|
|
|
70 |
|
|
|
71 |
<div class="subdir_artikel">
|
|
|
72 |
{foreach $items as $item}
|
|
|
73 |
{if $item.preis > 0}
|
|
|
74 |
|
|
|
75 |
{include file="item_small.tpl" inline}
|
|
|
76 |
{/if}
|
|
|
77 |
{/foreach}
|
|
|
78 |
</div>
|
|
|
79 |
|
|
|
80 |
{if $smarty.const.USE_SMARTY_PAGINATE===true}
|
|
|
81 |
{include file="pagination.tpl"}
|
|
|
82 |
{/if}
|
|
|
83 |
</div>
|
|
|
84 |
{/if}
|
|
|
85 |
|
|
|
86 |
<div class="break"></div>
|