Subversion-Projekte lars-tiefland.shop_ns

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed


{include file="shopposition.tpl" nocache}

{if $subdir->Name and $subdir->Beschreibung}
<table class="basket_table" style="width:100%;margin-left:0px;">
    {if $subdir->Name}
    <tr>
       <th class="basket_head1" colspan="2">
           {$subdir->Name}
       </th>
    </tr>
    {/if}
    <tr>
        <td>
            {$subdir->Beschreibung|nl2br}
        </td>
        {if $subdir->Kategoriebild}
        <td valign="top" align="right">
        
            <img src="{$subdir->Kategoriebild}" alt="">
        
        </td>
        {/if}
    </tr>
</table>
{/if}    



{if $subdir.subdirs}
{section loop=$subdir.subdirs name=s_ind}
    <div class="box_1 {cycle values="cleft,ccenter,cright"}">
        <div class="box_top">
        </div>
        <div class="box_middle subdir">
            <h1> 
                <a href="{$subdir.subdirs[s_ind]->link}">{$subdir.subdirs[s_ind]->getname()}</a>
            </h1>
            <span></span>
            <a href="{$subdir.subdirs[s_ind]->link}"><img src="{$subdir.subdirs[s_ind]->bild_url2}"></a>
            
        </div>
        <div class="box_bottom"></div>
    </div>
{/section}
    <div class="break"></div>
    <div class="subDir-spacer break"></div>
{/if}
{if $subdir.items||$smarty.get.auspraegung}
<div class="box_2">
    <div class="box_top"></div>
    <div class="box_middle">
        <h1>Sortieren und Suchen</h1>
        <form action="" method="get">
            <input type="hidden" name="navigation" value="{$subdir.ID}">
            
            <div class="subdir_sort">
                <div style="float:left;margin-right:10px;"><b>Sortieren nach: </b></div><br>
                <div style="float:left;">
                    {if $subdir.hersteller}
                        {html_options style="float:left;width:200px;margin-bottom:5px;margin-right:10px;" name="hersteller" options=$subdir.hersteller selected=$smarty.get.hersteller|default:""}
                        
                    {/if}
                    {html_options style="float:left;width:200px;margin-bottom:5px;" name="sort" options=$sort_options selected=$smarty.get.sort|default:"asc"}
                </div>                
                {if $ini.filter_auspraegungen == 1}
                {nocache}
                    {include file="auspraegungen.tpl"}
                {/nocache}
                {/if}
                   <div style="text-align:right;width:569px;margin-bottom:10px;">
                    <input type="submit" value="Produkte filtern">
   
                </div> 
            </div>
        </form>
    </div>
    <div class="box_bottom"></div>
</div>
{section loop=$subdir.items name=a_ind}
    
    {if $subdir.items[a_ind]->Artikelstamm==1}
    {include file="subdir_artstamm.tpl" artstamm=$subdir.items[a_ind]}
    {else}
    {cycle values="itemcleft,itemcright" assign=class}
    {include file="item_big.tpl" item=$subdir.items[a_ind]}
    {/if}
{/section}

    
    <div class="break"></div>
{/if}