$Request.get.view == 'more' ? 'block' : 'none'])}>
{notempty name="article_categorys"}
{volist name="article_categorys" id="ac" key="idx"}
{volist name="ac.child" id="ad"}
-
{$ad.name}
{volist name="ad.article" id="ae"}
-
{$ae.title}
{/volist}
{/volist}
{volist name="ac.article" id="ar"}
-
{$ar.title}
{/volist}
{/volist}
{/notempty}