diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2025-02-16 22:33:27 +0100 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2025-02-16 22:33:27 +0100 |
commit | 6df0961e45b58264d13ea8dbaaf15e580136bfe6 (patch) | |
tree | 50a6563cf4c7a69ccfef3ced79cc9e177f378eff /template/browse_head.html | |
parent | a976d39e6b5f3fbc8e8d2286daf6a22b858f7dc8 (diff) |
WIP create new folderscreate
Diffstat (limited to 'template/browse_head.html')
-rw-r--r-- | template/browse_head.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/browse_head.html b/template/browse_head.html index 6775012..8b53948 100644 --- a/template/browse_head.html +++ b/template/browse_head.html @@ -1,5 +1,8 @@ <h1><i class="fa-regular fa-folder-open"></i> Browsing</h1> -<a href="@@upload_url@@">Upload here</a> +<ul id="action-list"> + <li><a href="@@upload_url@@">Upload here</a></li> + <li><a href="@@create_url@@">Create folder here</a></li> +</ul> <hr /> <table id="file-list"> <thead> |