Файл: public_html/tpl/page/last/index.html
Строк: 36
<?php
<div {style="float:left; clear:both; padding-top:20px; width:100%;"}>
<div {style="float:left; font-size:18px; font-weight:bold;"}>{$lang515}</div>
<div {style="float:right; padding-top:4px; padding-right:10px;"}><a href="dellist">{$lang224}</a></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; width:440px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;"}><b><a href="itm{$value.id}">{$value.titel}</a></b></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>
?>