{% extends base %} {% block head %} {% end %} {% block body %} {% init action = "" %} {% init path = "" %} {% init index_size = 0 %} {% init show_index_dirs = True %}
文件索引
{% include common/button/back_button.html %}

索引数量: {{index_size}}

{% if action == "reindex" %}

重建索引耗时: {{"%.2f"%cost}}秒

{% end %}
{% if path != "" %}
{% end %}
{% if show_index_dirs %}
索引目录
一行一个路径
{% end %}
{% end %}