Файл: public_html/tpl/page/home/allproducts.html
Строк: 46
<?php
<div {style="float:left; clear:both; width:695px; padding-top:5px; padding-bottom:10px;"}>
<div {style="float:left; width:100%;"}>
<div {style="float:left; font-size:14px; padding-bottom:10px;"}>{$langAdd002}</div>
<div {style="float:right; font-size:14px;"}><a href="create">{$langAdd003}</a></div>
</div>
<div {style="float:left; width:710px; padding-top:10px;"}>
{loop="$homelastprodukte"}
<div {style="float:left; width:235px; padding-bottom:13px;"}>
<div {style="float:left; box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15); background:#fff; border-radius:5px;"}>
<a href="{function="createseo($value.titel)"}-ID{$value.id}" title="{$value.titel}" {style="color:#ff8300;"}>
<div style="background:url(image.php?src={$pageurl}tpl/upload/{$value.bild}.jpg&w=205&h=160&a=t&zc=1&s=1#) no-repeat center #fff;" {style="border:1px solid #eee; border-bottom:0; height:180px; border-radius:5px 5px 0 0; float:left; width:225px;"}>
<div {style="position:absolute; z-index:10; width:226px;"}>
<div {style="float:right; padding-top:120px;"}>
<div class="price">{if="$value.preisart != '3'"}{function="number_format($value.preis,0,',','.')"} {$amount_mode}{else}{$lang444}{/if}</div>
</div>
</div>
</div>
</a>
<div {style="float:left; clear:both; font-family:Open Sans; font-size:14px; color:#666;"}>
<div {style="float:left; width:100px; padding-left:10px;"}>
<div {style="float:left; width:190px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight:bold; font-size:14px;"}><a href="{function="createseo($value.titel)"}-ID{$value.id}" {style="color:#666;"}>{$value.titel}</a></div>
</div>
<div {style="float:left; clear:both; padding-left:10px; color:#666; font-size:13px; padding-bottom:5px;"}>{$value.postleitzahl}</div>
<div {style="float:left; clear:both; padding-bottom:10px; padding-left:10px; font-size:13px;"}>
<a href="cat{$value.kategorie}-{$value.unterkategorie}">{function="getCate($value.unterkategorie, 'kategorie_under')"}</a>
</div>
</div>
</div>
</div>
{/loop}
</div>
</div>
?>