{strip}> <{* 初期画面 *}>
<{$lang.circular_subject|smarty:nodefaults}>
|
<{$lang.circular_status|smarty:nodefaults}>
|
<{$lang.circular_seen_option|smarty:nodefaults}>
|
<{$lang.circular_create_user|smarty:nodefaults}>
|
<{$lang.circular_create_date|smarty:nodefaults}>
![]() |
---|---|---|---|---|
<{if ($action.list_type == $smarty.const.CIRCULAR_LIST_TYPE_UNSEEN || $action.list_type == $smarty.const.CIRCULAR_LIST_TYPE_SEEN)}>
<{if ($item.reply_flag == $smarty.const.CIRCULAR_REPLY_FLAG_UNSEEN)}>
<{$lang.circular_unseen|smarty:nodefaults}>
<{elseif ($item.reply_flag == $smarty.const.CIRCULAR_REPLY_FLAG_SEEN)}>
<{$lang.circular_seen|smarty:nodefaults}>
<{/if}>
<{elseif ($action.list_type == $smarty.const.CIRCULAR_LIST_TYPE_CIRCULATING || $action.list_type == $smarty.const.CIRCULAR_LIST_TYPE_CIRCULATED || $action.list_type == $smarty.const.CIRCULAR_LIST_TYPE_ALL)}>
<{if $item.seen_count == $item.total_count}>
<{$lang.circular_circulated|smarty:nodefaults}>
<{else}>
<{$lang.circular_circulating|smarty:nodefaults}>
<{/if}>
<{$lang.circular_ratio|smarty:nodefaults|sprintf:$item.seen_count:$item.total_count}>
<{/if}>
|
<{if $item.seen_option == CIRCULAR_SEEN_OPTION_REPLY}>
<{$lang.circular_seen_option_reply|smarty:nodefaults}>
<{elseif $item.seen_option == CIRCULAR_SEEN_OPTION_VISIT}>
<{$lang.circular_seen_option_visit|smarty:nodefaults}>
<{/if}>
|
<{$item.insert_time|timezone_date_format:$lang.circular_date_format|smarty:nodefaults}>
|