{include file="header.html"} {$xajax} {if $warning}
{box title="Warning to you"}
{$warning}
{trans("I confirm reading")} {img src="save.gif" alt=""}
{/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 == $smarty.const.MSG_USERPANEL_URGENT}{trans("Urgent")}{else}{trans("Casual")}{/if} {$items.subject} {if $items.type == $smarty.const.MSG_USERPANEL_URGENT || $items.type == $smarty.const.MSG_USERPANEL} {if $items.status == $smarty.const.MSG_SENT && !$items.lastreaddate} {trans("Unread")} {elseif $items.status == $smarty.const.MSG_SENT || $items.status == $smarty.const.MSG_DELIVERED} {trans("Was read on:")}
{$items.lastreaddate|date_format:"%Y/%m/%d %H:%M"} {/if} {/if}
{else}

 

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

 

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