{include file="header.html"} {$xajax} {if $warning} {box title="Warning to you"} {/box} {/if} {if $notice_urgent}
{$notice_urgent.cdate|date_format:"%Y/%m/%d %H:%M"}
{$notice_urgent.subject}
{box}
{$notice_urgent.body}
{trans("I confirm reading")}
{/box}
{/if} {box title="Notice to you"} {if $notice}
{foreach $notice as $items} {/foreach}
{trans("Date:")} {trans("Status:")} {trans("Subject:")} {trans("Read status:")}
{$items.cdate|date_format:"%Y/%m/%d %H:%M"} {if $items.type==6 }{trans("Urgent")}{else}{trans("Casual")}{/if} {$items.subject} {if $items.type==6 && $items.status==1}{trans("Unread")}{elseif $items.type==6 && $items.status==2}{trans("Was read on:")}
{$items.lastdate|date_format:"%Y/%m/%d %H:%M"}{elseif $items.type==5 && $items.status==1}{trans("Unread")}{elseif $items.type==5 && $items.status==2}{trans("Was read on:")}
{$items.lastdate|date_format:"%Y/%m/%d %H:%M"}{else} {/if}
{else} {/if} {/box} {include file="footer.html"}