updown/views/updown.pug

25 lines
556 B
Plaintext

doctype html
html
head(lang="en")
title Updown
body
div(align='center')
p= message
table(align='center')
form(method='get', action='')
tr
th
a(href='?sort=name') Uploaded File(s)
th
a(href='?sort=size') Size
th
th
each file in files
tr
td= file.name
td= file.size
td
a(href='?download='+file.name alt="download") 🠳
td
a(href='?delete='+file.name alt="delete") 🞬