{#include file="header.html"#}
{#foreach from=$products item=cate key=key#} {#$cate.name#} {#/foreach#}
{#foreach from=$product_list item=item#}
{#$item.name#} {#$item.symbol#}{#$item.price#}
{#$item.summary#} {#$lang.product_more#}
{#$lang.download#} {#$lang.download#} {#$lang.buynow#} {#$lang.buynow#}
{#/foreach#}
{#$multlink#}
{#include file="righter.html"#}
{#include file="footer.html"#}