diff --git a/retoors/templates/pages/shared_folder.html b/retoors/templates/pages/shared_folder.html new file mode 100644 index 0000000..012fe45 --- /dev/null +++ b/retoors/templates/pages/shared_folder.html @@ -0,0 +1,64 @@ +{% extends "layouts/base.html" %} + +{% block title %}Shared Folder - Retoor's Cloud Solutions{% endblock %} + +{% block head %} + +{% endblock %} + +{% block content %} +
| Name | +Last Modified | +Size | +Actions | +
|---|---|---|---|
|
+ {% if item.is_dir %}
+ |
+ {{ item.last_modified[:10] }} | ++ {% if item.is_dir %} + -- + {% else %} + {{ (item.size / 1024 / 1024)|round(2) }} MB + {% endif %} + | ++ + | +
|
+ No files found in this shared directory. + |
+ |||