Файл: public_html/tpl/page/last1/index.html
Строк: 33
<?php
<div {style="float:left; clear:both; padding-top:20px; width:100%;"}>
    <div {style="float:left; font-size:18px; font-weight:bold;"}>{$lang552}</div>
</div>
<div {style="float:left; clear:both; padding-top:20px;"}>
    {loop="$letzte"}
    <div class="cat1" onclick="location.href='itm{$value.id}'" {style="width:950px;"}>
        <div {style="float:left;"}>
            <div {style="float:left; border:1px solid #ccc; padding:2px; background:#fff;"}>
            <div {style="float:left; width:60px; height:60px;"} style="background:url(tpl/upload/{$value.bild}-60.jpg) #fff no-repeat center;"></div>
            </div>
        </div>
        
        <div {style="float:left; padding-left:10px; width:440px;"}>
            <div {style="float:left;"}><b><a href="itm{$value.id}">{$value.titel}</a></b></div>
            <div {style="float:left; clear:both; padding-top:5px;"}>{$value.beschreibung}</div>
        </div>
        
        <div {style="float:left; font-weight:bold; color:#ff8300; width:140px;"} align="center">
        {if="$value.preisart != 3"}{$value.preis} EUR {/if}{if="$value.preisart == '1'"}Festpreis{elseif="$value.preisart == '2'"}VB{else}{$lang444}{/if}
        </div>
        
        <div {style="float:left; width:150px;"} align="center">
        {$value.postleitzahl} {$value.stadt}
        </div>
        
        <div {style="float:right;"} align="right">
        {function="timeline($value.erstellung)"}<br />
        <font {style="font-size:11px; color:#666;"}>{function="ago($value.erstellung)"}</font>
        </div>
        
    </div>
    {/loop}
</div>
?>