Subversion-Projekte lars-tiefland.ci

Revision

Revision 615 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

{include file='header.tpl'}
<div class="inner" style="margin-top:15px;padding-top:15px;">
    <div class="" style="padding:2%;background-color:#fff;float:left;">
        <div class="hLogo">
            {if $hersteller.Logo2}
                {if $hersteller.Logo2_href}<a href="{$hersteller.Logo2_href}">{/if}
                <img src="/images/Hersteller/2/{$hersteller.Logo2}" alt="{$hersteller.Name}" />
                {if $hersteller.Logo2_href}</a>{/if}
            {else}
                {if $hersteller.Logo1}
                    {if $hersteller.Logo1_href}<a href="{$hersteller.Logo1_href}">{/if}
                    <img src="/images/Hersteller/1/{$hersteller.Logo1}" alt="{$hersteller.Name}" />
                    {if $hersteller.Logo1_href}</a>{/if}
                {/if}
            {/if}
            <br />
        </div>
        <div class="back">
            <a href="javascript:history.back();">
                <img src="/images/webelemente/butt_zurueck.png" alt="zur&uuml;ck" />
            </a>
        </div>
        <div class="hText">
        {if $hersteller.Bezeichnung}
            <p>{$hersteller.Name} - {$hersteller.Bezeichnung}</p>
        {/if}
        {if $smarty.get.serviceCenter!=1}
            <p>{$hersteller.Text2}</p>
        {else}
            <p>{$hersteller.Text|nl2br}</p>
        {/if}
        </div>
        <div style="padding:2% 0;clear:both;float:left;" class="big">{if $smarty.get.serviceCenter==1}Serviceadresse: {$hersteller.Name}{else}Der Hersteller <b>{$hersteller.Name}</b> ist in folgenden Rubriken vertreten. Zur Einschr&auml;nkung bitte ausw&auml;hlen:{/if}</div>
    </div>


    {foreach $item_kats as $kat}
    
    <div class="breadcrumb" style="background-color:#fff;clear:both;float:none;padding:3px;">
        <p>
            <span class='breadcrumb-trenner' style="color:#666;"> &raquo; </span>
            {$kat}
        </p>
    </div>
    {/foreach}
<br />
  

{if isset($subdir)}
    {include file="subdir.tpl"}
{else}
    {if $smarty.get.serviceCenter!=1}
    <div id="subdir_artikel_wrapper">
        {if $kat_name}
            <span style="color:#666;">{$kat_name} von {$hersteller.Name}</span><br /><br />
        {/if}
        
        {include file="pagination.tpl"}
        {if $ini.subdir.switch_css==1}
            {include file="switch_css.tpl"}
        {/if}    
        <div class="subdir_artikel">
            <div class="loader" style="display:none;position:absolute;left:45%;background-color:#fff;margin-top:2%;padding:2%;z-index: 9999;">
                <img src="/images/webelemente/loading.gif" /> <span style="clear: both;display: block;margin-top: 10px;text-align: center;">L&auml;dt. Bitte warten</span>
            </div>

        {foreach $items as $item}
            {if $item.preis > 0}
                {include file="item_small.tpl" cache_id="item|{$item.ID}" compile_id="item|{$item.ID}" inline}
            {/if}
        {/foreach}
        </div>
    
        {include file="pagination.tpl"}
    </div>
    {/if}
{/if}
</div>
<div class="break"></div>
{include file='footer.tpl'}