Moved ../ button to thead.
This commit is contained in:
parent
e73f3ee8fd
commit
a70b4a6fc5
@ -17,7 +17,7 @@ const (
|
|||||||
index__2 = `</span><p>Files: `
|
index__2 = `</span><p>Files: `
|
||||||
index__3 = ` (`
|
index__3 = ` (`
|
||||||
index__4 = `); Directories: `
|
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—2022 Arav <<a href="mailto:me@arav.top">me@arav.top</a>></footer><div id="overlay"></div></body></html>`
|
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—2022 Arav <<a href="mailto:me@arav.top">me@arav.top</a>></footer><div id="overlay"></div></body></html>`
|
||||||
index__7 = `<tr><td><a href="`
|
index__7 = `<tr><td><a href="`
|
||||||
index__8 = `">`
|
index__8 = `">`
|
||||||
|
@ -32,9 +32,9 @@ html(lang='en')
|
|||||||
th Name
|
th Name
|
||||||
th Date
|
th Date
|
||||||
th Size
|
th Size
|
||||||
tbody
|
|
||||||
tr
|
tr
|
||||||
td #[a(href="../") ../]
|
td #[a(href="../") ../]
|
||||||
|
tbody
|
||||||
each item in *items
|
each item in *items
|
||||||
tr
|
tr
|
||||||
td #[a(href=item.Link) #{item.Name}]
|
td #[a(href=item.Link) #{item.Name}]
|
||||||
|
Loading…
Reference in New Issue
Block a user