diff --git a/server.js b/server.js index efb1d68..ea539c0 100644 --- a/server.js +++ b/server.js @@ -4319,7 +4319,18 @@ async function settings(req, res) { async function documentation(req, res) { if (req.session.userId === undefined) { - return res.redirect("/signin?page=documentation"); + let templateData = { + VIRTUAL_HOST: process.env.VIRTUAL_HOST, + }; + + const source = fs.readFileSync( + "static/templates/documentation-NA.html", + "utf8" + ); + const template = handlebars.compile(source); + const resultT = template(templateData); + res.send(resultT); + return; } const userInfo = await getUserInfo(req.session.userId); let templateData = { diff --git a/static/docs/argus-app.zip b/static/docs/argus-app.zip new file mode 100644 index 0000000..b4dd7f0 Binary files /dev/null and b/static/docs/argus-app.zip differ diff --git a/static/docs/functional.pdf b/static/docs/functional.pdf deleted file mode 100644 index cb4f4e3..0000000 Binary files a/static/docs/functional.pdf and /dev/null differ diff --git a/static/docs/installation.pdf b/static/docs/installation.pdf deleted file mode 100644 index ee8c49a..0000000 Binary files a/static/docs/installation.pdf and /dev/null differ diff --git a/static/docs/life_cycle.pdf b/static/docs/life_cycle.pdf deleted file mode 100644 index 84272ef..0000000 Binary files a/static/docs/life_cycle.pdf and /dev/null differ diff --git a/static/docs/user_manual.pdf b/static/docs/user_manual.pdf deleted file mode 100644 index 0912ffb..0000000 Binary files a/static/docs/user_manual.pdf and /dev/null differ diff --git a/static/styles/main.css b/static/styles/main.css index f02a900..a714651 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -1107,6 +1107,12 @@ tr:nth-child(even) { transition: 0.1s; } +.form a { + display: block; + margin: 15px auto; + width: fit-content; +} + .erorr-container button { font-weight: 500; font-size: 16px; diff --git a/static/templates/devices/update.html b/static/templates/devices/update.html deleted file mode 100644 index 0ddafb3..0000000 --- a/static/templates/devices/update.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - - Обновление ПО - - - - -
- -

Аргус

-

/ {{Organisation}}

-
- -
-
- - {{User}} - - -
-
Выйти
-
- - - - - - -
-
- В разработке -
- -
-
- -
- -
-
-

Организация

- -
    -
  • -
      -
    • -
    • -
    -
  • -
  • -
      -
    • -
    • -
    • -
    • -
    -
  • -
  • -
      -
    • -
    -
  • -
-
- - - -
-

Новое обновление

- -
- -
- - Загрузить файл обновления - ZIP, RAR, TAR (макс 100 мб) -
- - - - - - Время обновления -
    -
  • -
  • -
- - - - - -
-
- -
- - - -
-

Список водителей

- - - - - - - - - - - - - - - - - - -
ГруппаНомер ТССтатусВремяФайл
- - - - -
- -
- -
- - - - -
- - -
-
-
- - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/templates/documentation-NA.html b/static/templates/documentation-NA.html new file mode 100644 index 0000000..f1facde --- /dev/null +++ b/static/templates/documentation-NA.html @@ -0,0 +1,190 @@ + + + + + + + Настройки + + + + + + +
+ + +
+
+ + +
+ + +
+ + + +

Скачать документацию

+ +
+ + + + + + + + + + + Скачать Руководство по эксплуатации +
+
+ + + + + + + + + + + Скачать Жизненный цикл +
+
+ + + + + + + + + + + Скачать Инструкцию по установке экземпляра ПО +
+
+ + + + + + + + + + + Скачать Функциональные характеристики +
+ +

Аргус

+ +

Версия 1.0.2 от 8 ноября 2023г.

+

© 2023 ООО “Современные Технологии”

+ + +
+ +
+ +
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/static/templates/documentation.html b/static/templates/documentation.html index 412b7b5..1ad0438 100644 --- a/static/templates/documentation.html +++ b/static/templates/documentation.html @@ -164,6 +164,27 @@ Скачать Функциональные характеристики +

ПО для просмотра записей

+
+ + + + + + + + + + + Скачать +
+ +

Аргус

+ +

Версия 1.0.2 от 8 ноября 2023г.

+

© 2023 ООО “Современные Технологии”

+ + diff --git a/static/templates/register.html b/static/templates/register.html index 42c225a..d57065d 100644 --- a/static/templates/register.html +++ b/static/templates/register.html @@ -27,6 +27,7 @@ + Информация о ПО diff --git a/static/templates/signin.html b/static/templates/signin.html index aaf37a1..44795e8 100644 --- a/static/templates/signin.html +++ b/static/templates/signin.html @@ -20,6 +20,7 @@ + Информация о ПО