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
|
//// OVERLAY FOR VIEWING MEDIA FILES
|
||||||
|
|
||||||
const video_formats = ["webm", "mp4", "mov"];
|
const video_formats = ["webm", "mp4", "mov"];
|
||||||
|
@ -75,7 +75,7 @@ templ Index(currentPath, progVer string, stat *files.DirStat, entries *[]files.D
|
|||||||
</section>
|
</section>
|
||||||
</noscript>
|
</noscript>
|
||||||
<section id="instruction" class="hidden">
|
<section id="instruction" class="hidden">
|
||||||
<p></p>
|
<p>{ i18n.T(ctx, "instruction") }</p>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
|
@ -12,6 +12,7 @@ en:
|
|||||||
date: Date
|
date: Date
|
||||||
size: Size
|
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.
|
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:
|
footer:
|
||||||
author: Alexander ❝Arav❞ Andreev
|
author: Alexander ❝Arav❞ Andreev
|
||||||
privacy: Privacy statements
|
privacy: Privacy statements
|
@ -12,6 +12,7 @@ ru:
|
|||||||
date: Дата
|
date: Дата
|
||||||
size: Размер
|
size: Размер
|
||||||
no-script-explain: С отключенными скриптами ты теряешь такие удобные функции, как оверлей для просмотра файлов без необходимости покидать страницу, фильтр по содержимому директории и навигацию стрелками.
|
no-script-explain: С отключенными скриптами ты теряешь такие удобные функции, как оверлей для просмотра файлов без необходимости покидать страницу, фильтр по содержимому директории и навигацию стрелками.
|
||||||
|
instruction: TODO
|
||||||
footer:
|
footer:
|
||||||
author: Александр «Arav» Андреев
|
author: Александр «Arav» Андреев
|
||||||
privacy: О приватности
|
privacy: О приватности
|
Loading…
Reference in New Issue
Block a user