{% extends base_template %} {% load seahub_tags %} {% load url from future %} {% block info_bar_message %} {% if request.user.is_authenticated %} {{ block.super }} {% else %} {% endif %} {% endblock %} {% block main_panel %} {% if messages %} {% autoescape off %} {% endautoescape %} {% endif %} {% if view_history %}

{{repo.props.name}} 历史浏览({{ current_commit.props.ctime|tsstr_sec }})

{% else %}

{{repo.props.name}}

{% endif %} {% if view_history %}
{% if can_access %}

修改信息

{{ current_commit.props.desc|translate_commit_desc }}

by {% if current_commit.props.creator_name %} {{ current_commit.props.creator_name|short_email }} {% else %} 未知 {% endif %} {{ current_commit.props.ctime|translate_commit_time }}

{% endif %}

操作

{% else %}

基本信息

{{repo.props.desc}}

大小:{{ repo_size|filesizeformat }}

{% if not repo.props.encrypted or password_set %} {% if can_access %}

最新修改 {% if request.user.is_authenticated %} (更多) {% endif %}

{{ current_commit.props.desc|translate_commit_desc }}

by {% if current_commit.props.creator_name %} {{ current_commit.props.creator_name|short_email }} {% else %} 未知 {% endif %} {{ current_commit.props.ctime|translate_commit_time }}

{% endif %} {% endif %}
{% endif %}
{% if repo.props.encrypted and not password_set %}

该目录已加密。如需在线查看里面的内容,请输入解密密码。密码只会在服务器上暂存1小时。


{% if error %}

{{ error }}

{% endif %}
{% else %} {% if not can_access %}

无法在线查看该同步目录。

{% else %}

当前路径: {% for name, link in zipped %} {% if not forloop.last %} {% if view_history %} {{ name }} / {% else %} {{ name }} / {% endif %} {% else %} {{ name }} {% endif %} {% endfor %}

{% if not view_history and request.user.is_authenticated %}
{% endif %} {% for dirent in dir_list %} {% if view_history %} {% else %} {% endif %} {% endfor %} {% for dirent in file_list %} {% if view_history %} {% else %} {% endif %} {% endfor %}
名字 大小 操作
目录{{ dirent.obj_name }} {{ dirent.obj_name }} {% if not view_history and request.user.is_authenticated %} {% endif %}
文件{{ dirent.props.obj_name }} {{ dirent.props.obj_name }} {{ dirent.file_size|filesizeformat }}
更多操作
{% endif %} {% endif %}
{% if not view_history %}
{% csrf_token %}

新目录名称:


{% csrf_token %}

新文件名称:


当前同步目录:

其他同步目录:

请点击选择目标目录。

重命名为:


{% with attach_type='dir' %} {% include "snippets/group_recommend_form.html" %} {% endwith %} {% endif %} {% endblock %} {% block extra_script %} {% if not view_history %} {% endif %} {% endblock %}