updown/views/updown.pug
2023-10-04 23:22:05 +02:00

18 lines
361 B
Plaintext

doctype html
html
head(lang="en")
title Updown
body
table
form(method='post', action='')
tr
th
a(href='?sort=name') Uploaded File(s)
th
a(href='?sort=size') Size
th
input(type='checkbox' onclick='toggleAll(this)')
each file in files
tr
td= file