{% extends "./inc_base.html" %} {% block content %}
    {% topic data = "slider",limit= "5",cid=category.id,position='2',issub="1",ispic="1",isstu="1"%} {% for v in slider%} {% set pic = v.fileimgs|strToArray%}
  • {{v.title|insert_flg("
    ",12)|safe}}
    {#
    {{v.description|insert_flg("
    ",20)|safe}}
    #}
  • {%endfor%}

VIEW ALL 热门软件

{% topic data = "hotdown",limit= "20",cid=category.id,issub="1",ispic="1",isstu="2",type="hot"%} {%for val in hotdown%} {%endfor%}

软件推荐

{% topic data = "hotlist",limit= "6",cid=category.id,type="hot",position='1'%} {%for v in hotlist%}
{%if v.cover_id%} {%endif%}
{%endfor%}
Header Button

常用软件

{%column data="cates",cid=category.id%} {%for val in cates%} {%endfor%}
{%column data="cate",cid=category.id,isnum="1"%} {%if cate%}

{{category.title}}分类

{%endif%}
{% topic data = "hotlist",limit= "5",cid=category.id,type="hot"%} {%for v in hotlist%}
{%if v.cover_id%} {%endif%}
{%endfor%}
{% topic data = "newlist",limit= "5",cid=category.id%} {%for v in newlist%}
{%if v.cover_id%} {%endif%}
{%endfor%}
{% endblock %}