{% extends base %} {% block head %} {% include note/component/view_css.html %} {% end %} {% block body_left %} {% include common/script/load_jexcel.html %} {% include note/component/editor/editor_default_vars.html %} {% include note/component/editor/table_lang.html %} {% include note/component/editor/table_myexcel.html %} {% set item = file %}
表格查看 {% if _user_name == file.creator %}
{% include note/component/option/note_dropdown.html %} {% include common/button/back_button.html %}
{% end %}
{% include note/component/note_path.html %}
{% include note/component/view_header_tag.html %}
{# 文章信息 #} {% include note/component/note_ext_info.html %} {# 评论功能 #} {% if file_type != "group" and show_comment %} {% include note/page/comment.html %} {% end %} {# 分页 #} {% if show_pagination and "page" in globals() %}
{% include mod_pagenation.html %}
{% end %} {% include note/component/script/delete_script.html %} {% include note/component/script/rename_script.html %} {% end %} {% block body_right %}
{% init show_sidebar_group_entry = False %} {% init show_sidebar_note_brothers = True %} {% include note/component/sidebar/note_sidebar.html %}
{% end %}