{include file="header.html"} {$xajax} {if $warning}
{box title="Warning to you"}
{$warning}
{trans("I confirm reading")} {img src="save.gif" alt=""}
{/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} {cycle values="light,lucid" print=false name=messages} {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 == $smarty.const.MSG_USERPANEL || $items.type == $smarty.const.MSG_USERPANEL_URGENT} {if $items.status == $smarty.const.MSG_SENT} {trans("Unread")} {elseif $items.status == $smarty.const.MSG_DELIVERED} {trans("Was read on:")}
{$items.lastdate|date_format:"%Y/%m/%d %H:%M"} {/if} {else}   {/if}
{else}

 

{trans("We don't have any notices to you.")}

 

{/if} {/box}
{include file="footer.html"}