{include file="inc/uc/money_box.html"}
| {$LANG.EVENT} |
{if $t eq '' or $t eq 'money'}{$LANG.PRICE_AMOUNT} | {/if}
{if $t eq '' or $t eq 'score'}{$LANG.SCORE} | {/if}
{if $t eq '' or $t eq 'point'}经验 | {/if}
{$LANG.CREATE_TIME} |
{foreach from=$list item=log key=key}
| {$log.log_info} |
{if $t eq '' or $t eq 'money'}{function name="format_price" value=$log.money} | {/if}
{if $t eq '' or $t eq 'score'}{function name="format_score" value=$log.score} | {/if}
{if $t eq '' or $t eq 'point'}{$log.point} | {/if}
{function name="to_date" value=$log.log_time} |
{/foreach}
{$pages}