Subversion-Projekte lars-tiefland.zeldi.de

Revision

Revision 18 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

<style>
    .zoomWrapper{
        border: none;
    }
    .ui-widget-header {
        background-image:none!important;
    }
</style>
{include file="shopposition.tpl"}
<div class="box_2">
    <div class="box_top">
        <div class="itemTopContainer">
            <h1>{$artstamm.Name} {$artstamm.Kennung}</h1>
        </div>
    </div>
    <div class="box_middle">
        <div class="item_top">
            <div class="itemLeftContainer" style="min-height:450px;">
                {include file="artstamm_artikelBild.tpl"}
            </div>
            <div class="itemRightContainer">
                {if $artstamm.hersteller_Logo1}
                <span style="float: left;">{$artstamm.hersteller_Logo1}</span>
                {/if}
                <div class="itemTopSection">
                    {if isset($artstamm.beschreibung2)}<span>{$artstamm.beschreibung2}</span>{/if}
                </div>
                
                <div class="itemRightLeft">
                    {if $dropdown_opts}
                    <div class="options">
                        <form id="modellForm">
                            {include file="dropdown_options.tpl"}
                            <input type="reset" value="zur&uuml;cksetzen" id="resetForm" />
                            <input type="hidden" name="Father" value="{$artstamm.ID}" />
                        </form>
                    </div>
                    {/if}
                    {if $artstamm.bestand}
                    <div class="liefer_0">
                        <input type="hidden" id="bestand" name="bestand" value="{$artstamm.bestand}" />
                        Auf Lager: 
                        {if $artstamm.bestand>=50}
                            > 50 Stk.
                        {else}
                            {$artstamm.bestand} Stk.
                        {/if}
                        {if $artstamm.bestandsdatum}
                            <br />Stand: {$artstamm.bestandsdatum} Uhr
                        {/if} 
                    </div>           
                    {/if}      
                    {if $artstamm.Eigenschaft_2_text}
                    <div>{$artstamm.Eigenschaft_2_text}</div>
                    {/if}
                    
                    <div class="basketReload">
                        {include file="artstamm_basket.tpl"}
                    </div>
                </div>
            </div>   
        </div>
        {if $artstamm.itemTable != ""}
        <div id="artikel">
            {include file="artstamm_artikel.tpl"}    
        </div>
        {/if}
    </div>
    <div id="reiter" style="float:left;">
        <ul>
            {section loop=$artstamm.reiter name=r_ind}
            {if $artstamm.reiter[r_ind].name}
            <li>
                <a href="/module/reiter/{$artstamm.reiter[r_ind].url}.php?item={$artstamm.ID}">{$artstamm.reiter[r_ind].name}</a>
            </li>
            {/if}
            {/section}
        </ul>
    </div>
    <div class="break"></div>
</div>
   

    
{if $artstamm.items[0].addonItems}
    {include file="addonItems.tpl" addonitems=$artstamm.items[0].addonItems}
{/if}
<div class="break"></div>
<script>
    $(document).ready(function(){
        zoomType = 'inner';
        {if $smarty.session.isMobile == true}
        zoomType='inner';
        {/if}
        initElevateZoom(zoomType);
    });
</script>