{* $Id *} {strip} {if $settings.General.images_location == "database"} {assign var="image_src" value="$image_index?object_id=`$product.product_id`&image_id=`$product.main_pair.image_id`"} {assign var="image" value=$product.main_pair.image_size} {if $show_detailed_link and $product.main_pair.detailed_id > '0'} {if $client_env.is_javascript == "Y"} {assign var="detailed_href" value="javascript:fn_open_popup_image('$image_index?$mode_name=detailed&object_id=`$product.product_id`&image_id=`$product.main_pair.detailed_id`&window=popup', `$product.main_pair.detailed_size.image_x`, `$product.main_pair.detailed_size.image_y` + 30);"} {else} {assign var="detailed_href" value="$image_index?$mode_name=detailed&object_id=`$product.product_id`&image_id=`$product.main_pair.detailed_id`"} {assign var="window_target" value='target="_blank"'} {/if} {/if} {else} {* image is stored in file system *} {assign var="image_src" value=$product.icon.image_path|default:$no_image_path} {assign var="image" value=$product.icon} {if $show_detailed_link and $product.detailed.image_path} {if $client_env.is_javascript == "Y"} {assign var="detailed_href" value="javascript:fn_open_popup_image('$image_index?$mode_name=detailed&object_id=`$product.product_id`&image_id=`$product.main_pair.detailed_id`&window=popup', `$product.main_pair.detailed_size.image_x`, `$product.main_pair.detailed_size.image_y` + 30);"} {else} {assign var="detailed_href" value=$product.detailed.image_path|default:$no_image_path} {assign var="window_target" value='target="_blank"'} {/if} {/if} {/if} {assign var="image_type" value=$image.image_type} {if !$image_width} {if $image.image_x} {assign var="image_width" value=$image.image_x} {/if} {if $image.image_y} {assign var="image_height" value=$image.image_y} {/if} {else} {if $image.image_x && $image.image_y} {math equation="new_x * y / x" new_x=$image_width x=$image.image_x y=$image.image_y format="%d" assign="image_height"} {/if} {/if} {if $image_type != 'application/x-shockwave-flash'}{if $detailed_href}{/if} {$product.product}{if $detailed_href}{/if} {else} {/if} {if $detailed_href}
{$lang.view_larger_image} {$lang.view_larger_image}
{/if}{/strip}