{template 'header', 'member'}
{$head_name}
{if $action=='list'} 订阅 {elseif $action=='show'} 关闭 {else} 列表 {/if}
{if $action == 'list'} {if $lists} {loop $lists $v}
{/loop} {/if} {if $pages}
{$pages}
{/if} {elseif $action == 'show'}
{$r[title]}
{$r[adddate]}
{$r[content]}
{else}
{loop $TYPE $k $v}
{/loop}
{/if} {template 'footer', 'member'}