gr filetree hard

This commit is contained in:
bel
2022-02-14 22:12:26 -07:00
parent f0f6f2c842
commit 989a83eb02
6 changed files with 137 additions and 472 deletions

View File

@@ -153,11 +153,11 @@
</span>
<span id="titlePath">
/
{{ if ne .PID "" }}
<a href="/ui/files/{{ .PID }}">{{ .PTitle }}</a> /
{{ if ne .This.PID "" }}
<a href="/ui/files/{{ .This.PID }}">{{ .This.PTitle }}</a> /
{{ end }}
</span>
<span id="title" class="thic_flex" contenteditable>{{ .Title }}</span>
<span id="title" class="thic_flex" contenteditable>{{ .This.Title }}</span>
<span class="l_buffer">
<form action="#" onsubmit="return confirm('are you sure?') && deleteFile();"> <!-- TODO -->
<input class="button-error lil_btn" type="submit" value="DELETE"/>