{if \Phpcmf\Service::M('auth')->is_post_user()}
{dr_lang('系统提醒')}
{if dr_is_app('notice')} {table table=member_notice isnew=1 uid=$member.uid order=inputtime cache=0} {/table} {if !$return}
{dr_lang('无任何提醒')}
{/if} {if $return}
    {loop $return $t}
  • {dr_notice_icon($t.type, 'label-icon')}
    {$t.content}
    {dr_fdate($t.inputtime)}
  • {/loop}
{/if} {else}
{dr_lang('无任何提醒')}
{/if}
{else}
admin_notice();?> {if !$notice}
{dr_lang('无任何提醒')}
{else}
    {loop $notice $t}
  • {dr_fdate($t.inputtime)}
  • {/loop}
{/if}
{/if}