{% extends "./inc_base.html" %} {% block style %} {% endblock %} {% block content %}
{%set pics = info.fileimgs|strToArray%} {% if pics|length > 1 %} {%else%}
{%endif%}

{{info.title}}

大小: {{info.size|format_bytes()}}
更新: {{info.create_time|moment('YYYY-MM-DD HH:mm')}}
下载: {{info.download}}
评论:
{% if info.description !=null %} {{info.description}}
{% endif %} {%if info.file_id >0%} 极速下载 {%endif%} {%if info.panurl%} {%set panurl = info.panurl|strToArray("\r\n")%} {%for url in panurl%} {%set pu = url|strToArray("|")%} {%if pu[2]%} {{pu[0]}} {%else%} {{pu[0]}} {%endif%} {%endfor%} {%endif%}
{% rkeywords data ="tags",type="0",mod_id=info.model_id,id=info.id,cache="1000"%} {%if tags%} {%endif%} {{HOOK@documentDetailAfter|safe}}
{% include "./inc_right.html"%}
{% endblock %} {% block script %} {% endblock %}