{% extends base_template %} {% load seahub_tags i18n %} {% load url from future %} {% block nav_shareadmin_class %}class="cur"{% endblock %} {% if org %} {% block title_panel %}
{% trans "Name"%} | {% trans "Share To"%} | {% trans "Permission"%} | {% trans "Description"%} | {% trans "Operations"%} | |
---|---|---|---|---|---|
![]() |
{{ repo.props.repo_name }} | {{ repo.props.user }} | {{ repo.props.repo_desc }} | {% if repo.props.share_type == 'group' %} {% trans "Remove Share"%} {% endif %} {% if repo.props.share_type == 'personal' %} {% trans "Remove Share"%} {% endif %} {% if repo.props.share_type == 'public' %} {% if not org %} {% trans "Remove Share"%} {% else %} {% trans "Remove Share"%} {% endif %} {% endif %} |
{% blocktrans %}Here will show libraries you share to your friends. You can click "Share" icon in "My Home" to share library to your friends.{% endblocktrans %}
{% endif %}{% trans "File"%} | {% trans "Library"%} | {% trans "View Count"%} | {% trans "Operations"%} |
---|---|---|---|
{{ fs.filename }} | {{ fs.repo.name }} | {{ fs.view_cnt }} | {% trans "View Link"%} {% trans "Remove"%} |
{% blocktrans %}Here will show your file links. You can click "Get sharing link" in file viewing page to generate file link. {% endblocktrans %}
{% endif %}{% trans "File Link: "%}
{% endblock %} {% block extra_script %} {% endblock %}