Файл: Kagao-v3.0/upload/tpl/page/home/immobilien.html
Строк: 121
<?php
<div style="float:left; font-size:22px;">
<div style="float:left;">
<div style="float:left; background:#65b131 url(tpl/img/bgr.png); padding:10px; border-radius:5px 5px; color:#fff; font-family:Open Sans; font-size:14px; font-weight:bold;">{$lang510}</div>
<div style="float:left; background:#fff; padding:10px; width:622px; border-radius:0 5px 5px 0; color:#666; font-family:Open Sans; font-size:14px; font-weight:bold;">{$lang012}</div>
</div>
</div>
<div style="float:left; clear:both; width:700px; padding-top:15px;">
<div style="float:left; width:710px;">
{loop="$immo_produkte"}
{if="$key == 2"}
<div style="float:left; width:470px; height:470px; margin-top:-265px; padding-bottom:13px;">
<a href="{function="createseo($value.titel)"}-ID{$value.id}" title="{$value.titel}" style="color:#ff8300;">
<div style="float:left; width:460px; background:url(image.php?src={$pageurl}tpl/upload/{$value.bild}.jpg&w=460&h=445&a=t&zc=1&s=1#) no-repeat center #6a7070; border:1px solid #eee; border-bottom:0; height:445px; border-radius:5px 5px 0 0;">
<div style="float:left; padding-top:408px;">
<div style="float:left; padding:10px; font-weight:bold; width:440px;
background: linear-gradient(transparent, rgb(0, 0, 0) 100%) repeat scroll 0% 0% transparent; text-shadow:0 0 1px #222;
color:#fff; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
{$value.titel}
</div>
</div>
</div>
</a>
<div style="float:left; clear:both; border:1px solid #eee; width:460px; font-size:11px; border-radius:0 0 5px 5px;">
<div style="float:left; clear:both; padding-top:5px; font-size:16px; padding:10px; background:#fff; width:440px; font-family:Open Sans; font-weight:bold; color:#555;" align="center">
{if="$value.preisart != '3'"}{function="number_format($value.preis,0,',','.')"} EUR{else}{$lang444}{/if}
</div>
<div style="float:left; clear:both; padding-top:10px; padding:10px; padding-top:0; background:#fff; white-space: nowrap;overflow: hidden;text-overflow: ellipsis; font-family:Open Sans; font-size:11px; width:440px;" align="center">
<b><a href="cat{$value.kategorie}-{$value.unterkategorie}">{function="getCate($value.unterkategorie, 'kategorie_under')"}</a></b>
</div>
</div>
</div>
{else}
{if="$key == 0"}
<div style="float:left;">
{/if}
{if="$key == 1"}
<div style="float:left; clear:both;">
{/if}
<div style="float:left; width:235px; padding-bottom:13px;">
<a href="{function="createseo($value.titel)"}-ID{$value.id}" title="{$value.titel}" style="color:#ff8300;">
<div style="float:left; width:225px; background:url(image.php?src={$pageurl}tpl/upload/{$value.bild}.jpg&w=225&h=180&a=t&zc=1&s=1#) no-repeat center #6a7070; border:1px solid #eee; border-bottom:0; height:180px; border-radius:5px 5px 0 0;">
<div style="float:left; padding-top:143px;">
<div style="float:left; padding:10px; font-weight:bold; width:205px;
background: linear-gradient(transparent, rgb(0, 0, 0) 100%) repeat scroll 0% 0% transparent; text-shadow:0 0 1px #222;
color:#fff; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
{$value.titel}
</div>
</div>
</div>
</a>
<div style="float:left; clear:both; border:1px solid #eee; width:225px; font-size:11px; border-radius:0 0 5px 5px;">
<div style="float:left; clear:both; padding-top:5px; font-size:16px; padding:10px; background:#fff; width:205px; font-family:Open Sans; font-weight:bold; color:#555;" align="center">
{if="$value.preisart != '3'"}{function="number_format($value.preis,0,',','.')"} EUR{else}{$lang444}{/if}
</div>
<div style="float:left; clear:both; padding-top:10px; padding:10px; padding-top:0; background:#fff; white-space: nowrap;overflow: hidden;text-overflow: ellipsis; font-family:Open Sans; font-size:11px; width:205px;" align="center">
<b><a href="cat{$value.kategorie}-{$value.unterkategorie}">{function="getCate($value.unterkategorie, 'kategorie_under')"}</a></b>
</div>
</div>
</div>
{/if}
{if="$key == 1"}
</div>
{/if}
{if="$key == 0"}
</div>
{/if}
{/loop}
</div>
</div>
?>