r
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
<button type="submit">Войти</button>
|
||||
</form>
|
||||
<div class="test-users">
|
||||
<h3>Тестовый пользователь:</h3>
|
||||
<h3>Управление задачами</h3>
|
||||
<ul>
|
||||
<li><strong>teacher</strong> / teacher123</li>
|
||||
<li><strong>@2025 </strong>МАОУ - СОШ № 25</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -40,6 +40,7 @@
|
||||
<nav>
|
||||
<button onclick="showSection('tasks')">Задачи</button>
|
||||
<button onclick="showSection('create-task')">Создать задачу</button>
|
||||
<button onclick="showSection('tasks')">Мои задачи</button>
|
||||
<button onclick="showSection('logs')">Лог активности</button>
|
||||
<button onclick="window.location.href = '/admin'" style="background: linear-gradient(135deg, #e74c3c, #c0392b);">Админ-панель</button>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user