ID |
<{$smarty.const._MD_CINEMARU_VIOLATION_REPORT_CAT}> |
<{$smarty.const._MD_CINEMARU_COMMENT}> |
<{$smarty.const._MD_CINEMARU_MOVIE}> |
<{$smarty.const._MD_CINEMARU_TIME}> |
<{$smarty.const._MD_CINEMARU_USER}> |
<{$smarty.const._MD_CINEMARU_ACTION}> |
<{foreach from=$list item=i key=k}>
<{cycle values="odd,even" assign="class"}>
<{$i.id|escape:"html"}> |
<{if $i.category == 1 }>
<{$smarty.const._MD_CINEMARU_VIOLATION_REPORT_CAT_1}>
<{elseif $i.category == 2 }>
<{$smarty.const._MD_CINEMARU_VIOLATION_REPORT_CAT_2}>
<{elseif $i.category == 3 }>
<{$smarty.const._MD_CINEMARU_VIOLATION_REPORT_CAT_3}>
<{elseif $i.category == 4 }>
<{$smarty.const._MD_CINEMARU_VIOLATION_REPORT_CAT_4}>
<{/if}>
|
<{$i.comment|escape:"html"}> |
"><{$smarty.const._MD_CINEMARU_MOVIE}> |
<{$i.reg_time|date_format:"%Y/%m/%d %H:%M"}> |
<{if $i.reg_user == 0}>
<{$i.uname|default:"GUEST"|escape:"html"}>
<{else}>
<{$i.uname|escape:"html"}>
<{/if}>
|
<{$smarty.const._MD_CINEMARU_DELETE}> |
<{/foreach}>