Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 4 |
lars |
1 |
<div class="break" style="height:10px;"></div>
|
|
|
2 |
|
|
|
3 |
<div class="box_1">
|
|
|
4 |
<div class="box_top">
|
|
|
5 |
<div class="box_head_left toggle_searchbox_hide">
|
|
|
6 |
<img id="arrow_searchbox" src="/images/webelemente/arrow_black.gif" alt="">
|
|
|
7 |
</div>
|
|
|
8 |
<div class="box_head_right toggle_searchbox_hide" style="font-size:1.2em;">
|
|
|
9 |
Hersteller
|
|
|
10 |
</div>
|
|
|
11 |
|
|
|
12 |
</div>
|
|
|
13 |
<div class="box_middle searchbox_hide">
|
|
|
14 |
<div style="padding:10px;">
|
|
|
15 |
<ul>
|
|
|
16 |
{foreach $herstellerListe as $h_id => $hersteller}
|
|
|
17 |
<li style="list-style-type:none;font-size:0.9em;"><a href="/?hersteller={$h_id}">{$hersteller}</a></li>
|
|
|
18 |
{/foreach}
|
|
|
19 |
</ul>
|
|
|
20 |
</div>
|
|
|
21 |
</div>
|
|
|
22 |
|
|
|
23 |
</div>
|