<{* $Id: google_soap.html,v 1.1 2007/07/04 11:07:49 ohwada Exp $ *}> <{if $google_soap_error != '' }> <{$google_soap_error }>
<{elseif $google_error != ''}> <{$google_error}>
<{elseif $google_results != ''}> <{foreach item=result from=$google_results}> <{$result.title}>
<{if $show_context }>
<{$result.snippet}>
<{if $result.summary}> Summary : <{$result.summary}>
<{/if}> <{if $result.viewable_name}> Category : <{$result.viewable_name}>
<{/if}> <{$result.url}> - <{$result.cached_size}> - Link pages <{if $result.related == "1"}> - Similar pages <{/if}>
<{/if}>
<{/foreach}> <{$google_soap_paginate}>
<{/if}>