include file ='../header.html'
include file ='own_menu.html'
$langOwnStaticsProduct
$langOwnStaticsProductRemark
if $condition.sel_type eq 'end_time_desc' selected="selected"
/if
>
$langOwnStaticsProductEndTime
if $condition.sel_type eq 'storage_asc' selected="selected"
/if
>
$langOwnStaticsProductStorage
if $condition.sel_type eq 'price_asc' selected="selected"
/if
>
$langOwnStaticsProductPrice
if $condition.sel_type eq 'view_num_asc' selected="selected"
/if
>
$langOwnStaticsProductViewNum
if $condition.sel_type eq 'sold_num_asc' selected="selected"
/if
>
$langOwnStaticsProductSoldNum
if $condition.sel_type eq 'sold_sum_asc' selected="selected"
/if
>
$langOwnStaticsProductSoldSum
$langOwnStaticsProductName
$langOwnStaticsProductSellType
$langOwnStaticsProductStorageNum
$langOwnStaticsPrice
$langOwnStaticsViewNum
$langOwnStaticsSoldNum
$langOwnStaticsSoldSum
section name=i loop=$product_array
if $product_array[i].p_recommended == "1"
$langCCommend
/if
if $ifhtml eq '1' && $product_array[i].html_url neq ''
$product_array[i].p_name
$product_array[i].p_sell_type_name
else
$product_array[i].p_name
$product_array[i].p_sell_type_name
/if
if $product_array[i].p_irregularities eq '1'
$langProductIrregularities
$langProductUnder
/if
if $product_array[i].p_sell_type eq '0'
$langOwnStaticsSellTypeZero
/if
if $product_array[i].p_sell_type eq '1'
$langOwnStaticsSellTypeOne
/if
if $product_array[i].p_sell_type eq '2'
$langOwnStaticsSellTypeTwo
/if
$product_array[i].p_storage
if $product_array[i].p_cur_price != '0.00'
$product_array[i].p_cur_price
$langCYuan
/
/if
$product_array[i].p_price
$langCYuan
$product_array[i].p_view_num
$product_array[i].p_sold_num
$product_array[i].p_sold_sum
/section
if $product_array[0].p_code neq ''
$page_list
/if
include file ='../../../html/footer.html'