{% extends base.html %} {% block body_left %} {% init recent = [] %} {% init tools = [] %} {% init page_max = 0 %} {% init show_path = False %}
{% if show_path %}

{{parent.name}} / {{current.name}}

{% end %}
综合搜索
设置 搜索历史 {% include common/button/back_button.html %}
{% include search/component/search_tab.html %} {% if len(tools) > 0 %}

脚本

{% for tool in tools %} {{tool.name}} {% end %}
{% end %} {% for i, file in enumerate(files) %}
{# 右侧操作选项 #}
{# 快捷命令 #} {% if file.get("command") != None %} {% end %} {% if file.show_move == True %} 移动 {% end %} {# 插件 #} {% if file.category == "plugin" %} 编辑 {% end %} {# 词典 #} {% if _is_admin and file.category == "dict" %} 编辑 {% end %} {% if file.get("show_more_link") %} 查看全部 {% end %}
{% if file.type == "group" %} {% else %} {% end %} {% if file.category == "note" %} {{file.name}} {% else %} {{file.name}} {% end %}
{% if "raw" in file and file.raw != None %}
{{ file.raw }}
{% end %} {% if "html" in file and file.html != None %} {% raw file.html %} {% end %} {# 知识库 #} {% if file.category == "note" %}
{% if file.priority is not None and file.priority > 0 %} 置顶 {% end %} {% if file.creator != None %} {{file.creator}} {% end %} {% if file.parent_name not in (None, "") %} {{file.parent_name}} {% end %} {% if file.is_public %} 公开 {% end %}
{% if file.badge_info %} {{file.badge_info}} {% end %}
{% end %}
{% end %}
{% include note/component/script/group_select_script.html %} {% include search/component/search_pagination.html %} {% end %} {% block body_right %} {% include search/component/search_sidebar.html %} {% end %}