Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 2 |
lars |
1 |
|
|
|
2 |
<div class="box_1">
|
|
|
3 |
<div class="box_top black" style="width:203px!important;">
|
|
|
4 |
<h1 >Herstellerauswahl:</h1>
|
|
|
5 |
</div>
|
|
|
6 |
<div class="box_middle anthrazit">
|
|
|
7 |
<div class="inner">
|
|
|
8 |
{foreach $herstellerListe as $key => $hersteller}
|
|
|
9 |
<a href="/index.php?hersteller={$hersteller.ID}">{$hersteller.Name}</a><br />
|
|
|
10 |
{/foreach}
|
|
|
11 |
</div>
|
|
|
12 |
</div>
|
|
|
13 |
<div class="box_middle black">
|
|
|
14 |
<div class="inner align_right font_red small">
|
|
|
15 |
<a href="">Erweiterte Suche...</a>
|
|
|
16 |
</div>
|
|
|
17 |
</div>
|
|
|
18 |
</div>
|