mirror of
https://github.com/9001/copyparty.git
synced 2026-02-20 17:30:08 +10:00
descript.ion without e2d/e2t; closes #1277
This commit is contained in:
@@ -7323,10 +7323,15 @@ class HttpCli(object):
|
||||
else:
|
||||
fn, desc = ln.split(" ", 1)
|
||||
try:
|
||||
items[fn.lower()]["tags"]["descript.ion"] = desc
|
||||
item = items[fn.lower().strip("/")]
|
||||
except:
|
||||
t = "<li><code>%s</code> %s</li>"
|
||||
rem.append(t % (html_escape(fn), html_escape(desc)))
|
||||
continue
|
||||
try:
|
||||
item["tags"]["descript.ion"] = desc
|
||||
except:
|
||||
item["tags"] = {"descript.ion": desc}
|
||||
except:
|
||||
pass
|
||||
if "descript.ion" not in taglist:
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<a id="xpnd" href="#">files</a>
|
||||
<a href="{{ r }}/?h">control-panel</a>
|
||||
|
||||
<span>axs = perms (read,write,move,delet)</span>
|
||||
<span>axs = perms (read,write,get)</span>
|
||||
<span>nf = numFiles (0=dir)</span>
|
||||
<span>min/hrs = time left</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user