Removed unused ids.
This commit is contained in:
parent
f23e4d713b
commit
c06eaecbfc
@ -8,7 +8,7 @@ block content
|
|||||||
:go:func Index(title, mainSite, currentPath string, stats *files.DirStats, items *[]files.DirEntry, r *http.Request)
|
:go:func Index(title, mainSite, currentPath string, stats *files.DirStats, items *[]files.DirEntry, r *http.Request)
|
||||||
:go:import "dwelling-files/pkg/files"
|
:go:import "dwelling-files/pkg/files"
|
||||||
:go:import "dwelling-files/pkg/utils"
|
:go:import "dwelling-files/pkg/utils"
|
||||||
section#files
|
section
|
||||||
span!= currentPath
|
span!= currentPath
|
||||||
p Files: #{stats.Files} (#{stats.FilesSize}); Directories: #{stats.Directories}.
|
p Files: #{stats.Files} (#{stats.FilesSize}); Directories: #{stats.Directories}.
|
||||||
input.hidden(type="text", name="filter" placeholder="Type in to filter this directory (case insensitive)")
|
input.hidden(type="text", name="filter" placeholder="Type in to filter this directory (case insensitive)")
|
||||||
@ -28,7 +28,7 @@ block content
|
|||||||
td= item.Size
|
td= item.Size
|
||||||
section
|
section
|
||||||
span!= currentPath
|
span!= currentPath
|
||||||
section#usage
|
section
|
||||||
p On a page use up and down arrow keys to navigate through list. Use home and end keys to go to the start and end of a list. Use Ctrl+Backspace to return to a parent directory.
|
p On a page use up and down arrow keys to navigate through list. Use home and end keys to go to the start and end of a list. Use Ctrl+Backspace to return to a parent directory.
|
||||||
p In an overlay use a mouse wheel to change a scale of a video or a picture. Use left and right arrow keys to go through media. Use space key to toggle pause. Use escape key to close an overlay, or click outside a media. An audio volume is being kept across site using LocalStorage API.
|
p In an overlay use a mouse wheel to change a scale of a video or a picture. Use left and right arrow keys to go through media. Use space key to toggle pause. Use escape key to close an overlay, or click outside a media. An audio volume is being kept across site using LocalStorage API.
|
||||||
div#overlay
|
div#overlay
|
||||||
|
Loading…
Reference in New Issue
Block a user