<#if RequestParameters["proTypeID"]?exists> <#assign proTypeID>${RequestParameters["proTypeID"]} <#assign torderby>sortid asc,id desc <#else> <#assign proTypeID=""/> <#assign torderby>allsortid asc,id desc <#if RequestParameters["proTypeName"]?exists> <#assign proTypeName>${RequestParameters["proTypeName"]} <#else> <#assign proTypeName="" />
<#include "inc/header.html">
<#include "inc/left_pro.html">
<@mytag.ListProducts name="rows" proTypeID="${proTypeID}" orderby="${torderby}" classProFlag="1" ctid="65535" pageMax="8"/> <#list rows as row> <#if row_index=0> <#else> <#if row_index%4==0>
${row.name}
${row.name}
<@module_page_001 />
<#include "inc/footer.html">