<{foreach from=$page_list item=i key=k}> <{if strcmp($i, '--') == 0 }> <{$k}> | <{else}> <{$k}> | <{/if}> <{/foreach}> | <{if $need_prev_link }> <{$smarty.const._MD_CINEMARU_PREV}> <{else}> <{$smarty.const._MD_CINEMARU_PREV}> <{/if}> <{if $need_next_link }> <{$smarty.const._MD_CINEMARU_NEXT}> <{else}> <{$smarty.const._MD_CINEMARU_NEXT}> <{/if}> |
ID | <{$smarty.const._MD_CINEMARU_COMMENT}> | <{$smarty.const._MD_CINEMARU_COMMENT_TIME}> | <{$smarty.const._MD_CINEMARU_MOVIE}> | <{$smarty.const._MD_CINEMARU_TIME}> | <{if $show_name_comment_list}><{$smarty.const._MD_CINEMARU_USER}> | <{/if}><{$smarty.const._MD_CINEMARU_ACTION}> |
<{$i.id|escape:"html"}> | <{$i.comment|escape:"html"}> | <{$i.comment_time_f}> | "><{$smarty.const._MD_CINEMARU_MOVIE}> | <{$i.reg_time|date_format:"%Y/%m/%d %H:%M"}> | <{if $show_name_comment_list}><{if $i.reg_user == 0}> <{$i.uname|default:"GUEST"|escape:"html"}> <{else}> <{$i.uname|escape:"html"}> <{/if}> | <{/if}><{if $delcomment_admin}><{$smarty.const._MD_CINEMARU_DELETE}><{/if}> |