{% extends "myhome_base.html" %} {% load seahub_tags %} {% block main_panel %}

{{ file_name }}

共享者:{{ username }}

{% if filetype == 'PDF' and not pdf_use_flas %}
{% else %}
{% endif %} {% if filetype == 'Text' or filetype == 'Image' or filetype == 'SVG' or filetype == 'Markdown' %} {% endif %}
{% if filetype == 'Text' %} {% ifnotequal file_content None %} {% endifnotequal %} {% else %}

文件内容读取中...

{% endif %}
{% endblock %} {% block extra_script %} {% include "snippets/file_view_js.html" %} {% endblock %}