Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 4 |
lars |
1 |
{if $smarty.get.serie}
|
|
|
2 |
{include file="shopposition.tpl" nocache}
|
|
|
3 |
{/if}
|
|
|
4 |
<section id="subdir_artikel_wrapper">
|
|
|
5 |
<div class="inner">
|
|
|
6 |
<div class="subdir_artikel">
|
|
|
7 |
<div class="loader" style="display:none;position:absolute;left:45%;background-color:#fff;margin-top:2%;padding:2%;z-index: 9999;">
|
|
|
8 |
<img src="/images/webelemente/loading.gif" /> <span style="clear: both;display: block;margin-top: 10px;text-align: center;">Lädt. Bitte warten</span>
|
|
|
9 |
</div>
|
|
|
10 |
|
|
|
11 |
{foreach $items as $item}
|
|
|
12 |
{include file="item_small.tpl" item=$item inline}
|
|
|
13 |
{/foreach}
|
|
|
14 |
</div>
|
|
|
15 |
</div>
|
|
|
16 |
</section>
|