Removed unused ids.
This commit is contained in:
parent
90837f1299
commit
63e03f6459
@ -5,11 +5,11 @@ block header
|
|||||||
|
|
||||||
block body
|
block body
|
||||||
:go:func Index(mainSite string, keepForHours int, fileMaxSize, storageAvailableStr string)
|
:go:func Index(mainSite string, keepForHours int, fileMaxSize, storageAvailableStr string)
|
||||||
section#rules
|
section
|
||||||
h2 Rules
|
h2 Rules
|
||||||
p Maximum file size is #[b #{fileMaxSize}] and it will be kept for #[b #{keepForHours}] hours.
|
p Maximum file size is #[b #{fileMaxSize}] and it will be kept for #[b #{keepForHours}] hours.
|
||||||
p Content you upload should comply with Russian Federation's law. Generally speaking, anything illegal, like CP, extremist literature, and so on is forbidden.
|
p Content you upload should comply with Russian Federation's law. Generally speaking, anything illegal, like CP, extremist literature, and so on is forbidden.
|
||||||
section#upload.center
|
section.center
|
||||||
h2 Upload
|
h2 Upload
|
||||||
form(action="/" method="POST" enctype="multipart/form-data")
|
form(action="/" method="POST" enctype="multipart/form-data")
|
||||||
input(type="file" name="file" multiple=false)
|
input(type="file" name="file" multiple=false)
|
||||||
|
@ -5,7 +5,7 @@ block header
|
|||||||
|
|
||||||
block body
|
block body
|
||||||
:go:func Uploaded(mainSite, site, downloadLink string, keepForHours int)
|
:go:func Uploaded(mainSite, site, downloadLink string, keepForHours int)
|
||||||
section#file
|
section
|
||||||
h2 Your link
|
h2 Your link
|
||||||
center
|
center
|
||||||
a(href=downloadLink) #{site}#{downloadLink}
|
a(href=downloadLink) #{site}#{downloadLink}
|
||||||
|
Loading…
Reference in New Issue
Block a user