{include file=header_channel.html}
{list listtype=recommend image=true row=10} {/list}
{list row=18 model=download} {loop item=cnt} {if $cnt._loop_rownum == 1 or $cnt._loop_rownum == 10}
[{$cnt.channel.name}]{$cnt.title}
{else}
[{$cnt.channel.name}]{$cnt.title}{$cnt.publishdate format='m-d'}{if $cnt._loop_rownum==9 and !$cnt._loop_last}
{/if} {/if} {/loop} {/list}
    {list listtype=click row=10 order=week model=download} {loop item=cnt}
  • {$cnt.title length=32}
  • {/loop} {/list}

分类更新

    {channellist row=10 channelid=0} {loop item=ch}
  • {$ch.name}
  • {/loop} {/channellist}
{channelcontent row=10} {loop item=ch} {/loop} {/channelcontent}
    {list listtype=click row=10 order=all model=download} {loop item=cnt}
  • {$cnt.title length=32}
  • {/loop} {/list}

下载分类

{list listtype=channel type=son row=1000} {loop item=ch} {if $ch._loop_rownum%5==0 and !$ch._loop_last}
{$ch.name}
{list listtype=channel type=son channelid=$ch._channelid} {loop item=sch}
{$sch.name}
{/loop} {/list}
{else}
{$ch.name}
{list listtype=channel type=son channelid=$ch._channelid} {loop item=sch}
{$sch.name}
{/loop} {/list}
{/if} {/loop} {/list}
{include file=footer.html}