From 6df0961e45b58264d13ea8dbaaf15e580136bfe6 Mon Sep 17 00:00:00 2001 From: Vincent Douillet Date: Sun, 16 Feb 2025 22:33:27 +0100 Subject: WIP create new folders --- template/browse_head.html | 5 ++++- template/create_head.html | 17 +++++++++++++++++ template/head.html | 3 +++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 template/create_head.html (limited to 'template') 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 @@

Browsing

-Upload here +
diff --git a/template/create_head.html b/template/create_head.html new file mode 100644 index 0000000..5b273ce --- /dev/null +++ b/template/create_head.html @@ -0,0 +1,17 @@ +

New folder

+

in

+
@@path@@
+
+
+
+
+ +
+
+ +
+
+ +
+ +
diff --git a/template/head.html b/template/head.html index a36c475..85f28e3 100644 --- a/template/head.html +++ b/template/head.html @@ -15,6 +15,9 @@ body { font:1.2em/1.62 sans-serif; } a:visited { color:blue; } +ul#action-list { padding:0; } +ul#action-list li { display:inline; } +ul#action-list li:not(:last-child):after { content:' |'; } table#file-list { width:100%; border-collapse:collapse; -- cgit v1.2.3