{* $Id: pages_search_results.tpl 1530 2006-04-06 09:05:08Z zeke $ *} {capture name="mainbox"} {include file="common_templates/pagination.tpl"} {if $pages}
{foreach from=$pages item=page key=key}
{include file="pages_pages/page_image.tpl" page=$page image_width=$settings.Appearance.thumbnail_width} {$lang.view_details} ››    {$page.page}
{$lang.sku}: {$page.page_code}

{$page.short_description|truncate:1280:"... `$lang.more_link`"}

{if $page.list_price > $page.price} {math equation="list_price - price" list_price=$page.list_price price=$page.price assign="absolute_discount"}

{$lang.list_price}: {include file="common_templates/price.tpl" value=$page.list_price}
{/if}
{$lang.our_price}: {include file="common_templates/price.tpl" value=$page.price}
{if $absolute_discount}
{$lang.you_save}: {include file="common_templates/price.tpl" value=$absolute_discount}
{/if}


{/foreach}
{include file="common_templates/pagination.tpl"} {else}
{$lang.text_no_pages}
{/if} {/capture} {include file="common_templates/mainbox.tpl" title=$lang.search_results content=$smarty.capture.mainbox}