A place for instruction was added.
This commit is contained in:
parent
bbe619ccce
commit
06213c9b05
@ -1,3 +1,5 @@
|
||||
document.getElementById("instruction").classList.remove("hidden");
|
||||
|
||||
//// OVERLAY FOR VIEWING MEDIA FILES
|
||||
|
||||
const video_formats = ["webm", "mp4", "mov"];
|
||||
|
@ -75,7 +75,7 @@ templ Index(currentPath, progVer string, stat *files.DirStat, entries *[]files.D
|
||||
</section>
|
||||
</noscript>
|
||||
<section id="instruction" class="hidden">
|
||||
<p></p>
|
||||
<p>{ i18n.T(ctx, "instruction") }</p>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
|
@ -12,6 +12,7 @@ en:
|
||||
date: Date
|
||||
size: Size
|
||||
no-script-explain: With scripts deactivated you loose some QoL features like overlay to view files without need to leave a page, filter of directory's content, and navigation using arrow keys.
|
||||
instruction: TODO
|
||||
footer:
|
||||
author: Alexander ❝Arav❞ Andreev
|
||||
privacy: Privacy statements
|
@ -12,6 +12,7 @@ ru:
|
||||
date: Дата
|
||||
size: Размер
|
||||
no-script-explain: С отключенными скриптами ты теряешь такие удобные функции, как оверлей для просмотра файлов без необходимости покидать страницу, фильтр по содержимому директории и навигацию стрелками.
|
||||
instruction: TODO
|
||||
footer:
|
||||
author: Александр «Arav» Андреев
|
||||
privacy: О приватности
|
Loading…
Reference in New Issue
Block a user