|
if $supply_re_array[i].sr_state eq 1
$langSupplyStateNormal
else
$langSupplyStateClose
/if
if $supply_re_array[i].sr_member eq 0
$langSupplyAntmuse
else
$supply_re_array[i].sr_member_name
/if
$supply_re_array[i].sr_time
if $supply_re_array[i].sr_anonymous eq 2
[ $langSupplyAntmuseShort ]
/if
$supply_re_array[i].sr_title
$supply_re_array[i].sr_content
|