1
0
Fork 0

Moved ../ button to thead.

This commit is contained in:
Alexander Andreev 2022-06-28 04:19:54 +04:00
parent e73f3ee8fd
commit a70b4a6fc5
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ const (
index__2 = `</span><p>Files: `
index__3 = ` (`
index__4 = `); Directories: `
index__5 = `.</p><table><thead><tr><th>Name</th><th>Date</th><th>Size</th></tr></thead><tbody><tr><td><a href="../">../</a></td></tr>`
index__5 = `.</p><table><thead><tr><th>Name</th><th>Date</th><th>Size</th></tr><tr><td><a href="../">../</a></td></tr></thead><tbody>`
index__6 = `</tbody></table></section><section id="usage"><p>In an overlay you can use your mouse wheel to change scale of a video or an image. An audio volume is being kept across files on a current page. No cookie or local storage are being used.</p></section><section id="privacy"><h2>Privacy statements</h2><p>I collect access logs that include access date and time, IP-address, User-Agent, referer URL that tells me where have you came from, request that you sent to me. In addition there are GeoIP information added based on your IP-address that includes country, region, and city for my convenience.</p><p>This site makes use of JavaScript purely for convenient functionality, like being able to watch video, listen to music, and look images in an overlay without the need to open a file in a new tab or return back.</p></section><footer>2017&mdash;2022 Arav &lt;<a href="mailto:me@arav.top">me@arav.top</a>&gt;</footer><div id="overlay"></div></body></html>`
index__7 = `<tr><td><a href="`
index__8 = `">`

View File

@ -32,9 +32,9 @@ html(lang='en')
th Name
th Date
th Size
tbody
tr
td #[a(href="../") ../]
tbody
each item in *items
tr
td #[a(href=item.Link) #{item.Name}]