{if $ci->_is_admin_auth('notice/index')}
admin_notice();?> {if !$notice}
{dr_lang('无任何提醒')}
{else}
    {loop $notice $t}
  • {dr_fdate($t.inputtime)}
  • {/loop}
{/if}
{else}
admin_notice();?> {if !$notice}
{dr_lang('无任何提醒')}
{else}
    {loop $notice $t}
  • {dr_fdate($t.inputtime)}
  • {/loop}
{/if}
{/if}