{% include '_theme_early.html' %}
Drop files here to upload
or click to select files from your computer
|
Name
|
Tags |
Size
|
Modified
|
Actions |
|---|---|---|---|---|
| - | - | - | ||
|
{% if file['is_dir'] %}
{{ escape(file['name']) }}
{% if file.get('is_shared') %}
{% end %}
{% else %}
{% set _ext = file['name'].rsplit('.', 1)[-1].lower() if '.' in file['name'] else '' %}
{% if _ext in ('jpg', 'jpeg', 'png', 'gif', 'webp', 'svg', 'bmp', 'ico') %}
|
{% set _file_tags = file_tags_map.get(file['name'], []) %}
{% set _can_tag = current_user and current_user.get('role') == 'admin' %}
{{ file.get('size_str', '-') }} | {{ file.get('modified', '-') }} | {% if not file["is_dir"] %} {% if features['file_download'] %} {% end %} {% if features['file_edit'] %} {% end %} {% end %} {% if features['file_rename'] %} {% end %} {% if features['file_delete'] %} {% end %} | |
|
{{ escape(current_path.split('/')[-1] or current_path) }}
|
- | - | Empty folder | |
|
This directory is empty
Drop files above to upload, or create a new folder.
|
||||
Manage tags
Current tags
Add tags
Click Γ on a current tag to remove it. Pick or type a new tag, then press Enter.