Файл: Kagao-v3.0/upload/tpl/page/merkliste/index.html
Строк: 59
<?php
<div {style="float:left; clear:both; padding-top:20px; font-family:Open Sans, Arial;"}>
<div {style="float:left; clear:both; font-size:22px;"}>
{$lang082}
</div>
<div {style="float:left; clear:both; padding-top:20px;"}>
<style type="text/css">.trun{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}</style>
{loop="$merkliste"}
<div class="cat1" {style="width:970px; font-family:Open Sans; padding:0; border-bottom:1px solid #eee;"}>
<div {style="float:left;"} onclick="location.href='{function="createseo($value.titel)"}-ID{$value.id}'">
<div {style="float:left; border-right:1px solid #eee; padding:4px; background:#fff;"}>
<div {style="float:left; width:160px; height:160px;"} style="background:url(tpl/upload/{$value.bild}-160.jpg) #fff no-repeat center;"></div>
</div>
</div>
<div {style="float:left; padding-left:20px; width:390px; padding-top:20px;"} onclick="location.href='{function="createseo($value.titel)"}-ID{$value.id}'">
<div {style="float:left; font-size:16px; width:390px;"} class="trun"><b><a href="{function="createseo($value.titel)"}-ID{$value.id}" title="{$value.titel}" style="color:#444;">{$value.titel}</a></b></div>
<div {style="float:left; clear:both; padding-top:5px; color:#666; font-size:13px;"}>
{$lang062} <b>{$value.counter}</b>
</div>
</div>
<div {style="float:left; font-weight:bold; color:#666; width:140px; padding-top:20px;"} align="center" onclick="location.href='itm{$value.id}'">
{if="$value.preisart != '3'"}{function="number_format($value.preis,0,',','.')"} {$amount_mode} {/if}<br />{if="$value.preisart == '1'"}Festpreis{elseif="$value.preisart == '2'"}VB{else}{$lang444}{/if}
</div>
<div {style="float:right; width:180px; padding-top:20px;"} align="right">
<div {style="float:left; clear:both; padding-top:0px;"}>
<a href="index.php?watchlistdel&id={$value.watchid}&aid={$value.id}">
<div {style="float:left;"}><img src="../../img/_/ic_action_remove.png" /></div>
<div {style="float:left; padding-left:5px; padding-top:2px; color:#666;"} align="left"><b>{$langAdd030}</b></div>
</a>
</div>
</div>
</div>
{/loop}
</div>
</div>
?>