This commit is contained in:
2026-02-07 00:48:33 +05:00
parent 616158b0f1
commit 5f34e17bee
4 changed files with 12 additions and 3 deletions

View File

@@ -10,7 +10,10 @@
<body>
<div id="login-modal" class="modal">
<div class="modal-content">
<h2><i class="fas fa-sign-in-alt"></i> Вход в School CRM</h2>
<div style="text-align: center; margin-bottom: 20px;">
<img src="login2.png" alt="School CRM Logo" style="max-width: 140px; max-height: 150px;">
</div>
<!-- <h2><i class="fas fa-sign-in-alt"></i> Вход в School CRM</h2> -->
<form id="login-form">
<div class="form-group">
<label for="login"><i class="fas fa-user"></i> Логин:</label>
@@ -36,7 +39,12 @@
<div class="container">
<header>
<div class="header-top">
<h1><i class="fas fa-tasks"></i> School CRM - Управление задачами</h1>
<div style="display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 20px;">
<img src="login2.png" alt="School CRM Logo" style="max-width: 200px; max-height: 110px; flex-shrink: 0;">
<h1 style="margin: 0;"> School CRM - Управление задачами</h1>
<img src="login2.png" alt="School CRM Logo" style="max-width: 200px; max-height: 110px; flex-shrink: 0;">
</div>
<div class="user-info">
<span id="current-user"></span>
</div>
@@ -217,12 +225,13 @@
</div>
<small>Email для уведомлений</small>
</div>
<!--
<div class="form-group"><label class="checkbox-label"><input type="checkbox" id="telegram-notifications" name="telegram_notifications" disabled><span><i class="fab fa-telegram"></i> Telegram уведомления (скоро)</span></label></div>
<div class="form-group"><label class="checkbox-label"><input type="checkbox" id="vk-notifications" name="vk_notifications" disabled><span><i class="fab fa-vk"></i> ВКонтакте уведомления (скоро)</span></label></div>
<div class="form-group"><label class="checkbox-label"><input type="checkbox" id="sberbank-notifications" name="sberbank_notifications" disabled><span><i class="fas fa-university"></i> Сбербанк Онлайн уведомления (скоро)</span></label></div>
<div class="form-group"><label class="checkbox-label"><input type="checkbox" id="yandex-notifications" name="yandex_notifications" disabled><span><i class="fab fa-yandex"></i> Яндекс уведомления (скоро)</span></label></div>
<div class="form-group"><label class="checkbox-label"><input type="checkbox" id="gosuslugi-notifications" name="gosuslugi_notifications" disabled><span><i class="fas fa-passport"></i> Госуслуги уведомления (скоро)</span></label></div>
-->
<button type="submit" class="btn-primary">
<i class="fas fa-save"></i> Сохранить настройки
</button>

BIN
public/login.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
public/login.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 KiB

BIN
public/login2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB