From 48e439da10c6213d57f82d1880d6398473259690 Mon Sep 17 00:00:00 2001 From: nxshock Date: Wed, 10 Jul 2024 11:10:54 +0500 Subject: [PATCH 1/8] Demove duplicated attribute --- templates/index.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.htm b/templates/index.htm index e1c18ef..6b608d9 100644 --- a/templates/index.htm +++ b/templates/index.htm @@ -16,7 +16,7 @@ File Storage From e7a7baa0a027b0f759e1ce3cc0f1a51adf7a7b22 Mon Sep 17 00:00:00 2001 From: nxshock Date: Wed, 10 Jul 2024 11:15:35 +0500 Subject: [PATCH 2/8] Move script to head tag --- templates/index.htm | 64 ++++++++++++++++++++++++--------------------- 1 file changed, 34 insertions(+), 30 deletions(-) diff --git a/templates/index.htm b/templates/index.htm index 6b608d9..e49c631 100644 --- a/templates/index.htm +++ b/templates/index.htm @@ -7,6 +7,33 @@ File Storage + + @@ -30,42 +57,19 @@ Размер Дата -{{range .Files}} + {{range .Files}} {{.Name}} просмотр -
{{.Size}}
+ +
{{.Size}}
+ {{.Date}} -{{end}} + {{end}} +
Файлы хранятся как минимум {{.StorageDuration}} ч.
- - + \ No newline at end of file From a2a16af6053999044a325168dadcc32bd1bb275c Mon Sep 17 00:00:00 2001 From: nxshock Date: Wed, 10 Jul 2024 11:29:39 +0500 Subject: [PATCH 3/8] Add lang attribute --- templates/index.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.htm b/templates/index.htm index e49c631..3ea67cc 100644 --- a/templates/index.htm +++ b/templates/index.htm @@ -1,5 +1,5 @@ - + From 14c1e8902557e72130dff61c38e4a93073b59097 Mon Sep 17 00:00:00 2001 From: nxshock Date: Wed, 10 Jul 2024 11:30:45 +0500 Subject: [PATCH 4/8] Remove type attribute --- templates/index.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.htm b/templates/index.htm index 3ea67cc..838f02f 100644 --- a/templates/index.htm +++ b/templates/index.htm @@ -8,7 +8,7 @@ - @@ -43,8 +16,8 @@ File Storage
@@ -70,6 +43,34 @@
Файлы хранятся как минимум {{.StorageDuration}} ч.
+ \ No newline at end of file