{if $err_msg.common || $err_msg.params}
{foreach from=$err_msg.common item="msg"}{$msg}
{/foreach}
{$lang_list.CalendarTopMess}
{else}| {$lang_list.Sun10} | {$lang_list.Mon10} | {$lang_list.Tue10} | {$lang_list.Wed10} | {$lang_list.Thu10} | {$lang_list.Fri10} | {$lang_list.Sat10} |
|---|---|---|---|---|---|---|
|
{if $cell}
{$cell.day}{$lang_list.Day10}
{if $cell.state < 0}
{if $cell.state == -1}{* AcceptState::AS_BEFORE *}
{$lang_list.Unavailable10}
{elseif $cell.state == -2}{* AcceptState::AS_AFTER *}
{$lang_list.Closed10}
{elseif $cell.state == -3}{* AcceptState::AS_CLOSE *}
{$lang_list.Closed102}
{elseif $cell.state == -4}{* AcceptState::AS_STOP *}
{$lang_list.Unavailable102}
{elseif $cell.state == -5}{* AcceptState::AS_HARDUP *}
{$lang_list.Full10}
{else}
{/if}
{else}
|
{if $cell_idx % 7 == 6}
{$d.file} LINE@{$d.line}