<{$bootstrap}>

<{$toolbar}>

<{if $op=="list_sign"}>

<{$news_title}>

<{foreach item=sign from=$sign}>
<{$sign.uid_name}>
<{$sign.sign_time}>
<{/foreach}> <{elseif $op=="list_user_sign"}>

<{$uid_name}>

<{foreach item=sign from=$sign}>
[<{$sign.nsn}>] <{$sign.news_title}>
<{$sign.sign_time}>
<{/foreach}> <{/if}>