{template_user 'head.html'}

{lang('my-notice_list')}

{loop $data $d} {/loop}
{lang('id')} {lang('notice_title')} {lang('notice_content')} {lang('dosomething')}
{cut($d['id'])} {$d['title']}{if !$d['isread']}({lang('unread')}){/if} {cut(strip_tags($d['note']),20)} " title="{lang('delete')}">
{template_user 'foot.html'}