{* $Id: export_catalog.tpl 1799 2006-05-17 06:43:20Z zeke $ *} {capture name="mainbox"} {** Export to CSV **} {include file="common_templates/subheader.tpl" title="`$lang.export_to` `$lang.csv_file`"}
{$lang.export_images}:
{$lang.csv_delimiter}:  {include file="tools_pages/csv_delimiters.tpl"}

{include file="buttons/button.tpl" but_text=$lang.export but_onclick="javascript:document.export_csv_form.submit();" but_arrow="on" but_type="input"}


{** Export to Froogle **} {include file="common_templates/subheader.tpl" title="`$lang.export_to` `$lang.froogle`"}
{$lang.html_catalog}

{include file="buttons/button.tpl" but_text=$lang.export but_onclick="javascript:document.export_froogle_form.submit();" but_arrow="on" but_type="input"}


{** Export to Google base **} {include file="common_templates/subheader.tpl" title="`$lang.export_to` `$lang.google_base`"}
{$lang.html_catalog}

{include file="buttons/button.tpl" but_text=$lang.export but_onclick="javascript:document.export_google_form.submit();" but_arrow="on" but_type="input"}
{/capture} {include file="common_templates/mainbox.tpl" title=$lang.export_catalog content=$smarty.capture.mainbox}