создал систему календарного учебного графика

This commit is contained in:
Zuev
2026-04-30 23:40:49 +03:00
parent 96e9d8155f
commit 89c822a073
56 changed files with 3356 additions and 1644 deletions

View File

@@ -55,20 +55,20 @@
</div>
</div>
<!-- Table Container -->
<!-- Контейнер таблицы -->
<div class="workload-grid-container">
<table class="workload-table" id="workload-table">
<thead>
<tr id="workload-header-row">
<th class="top-left-cell">
<span class="top-label">Аудитория</span>
<span class="bottom-label">Время</span>
<span class="top-label">Время</span>
<span class="bottom-label">Аудитория</span>
</th>
<!-- Rendered by JS -->
<!-- Заполняется через JS -->
</tr>
</thead>
<tbody id="workload-tbody">
<!-- Rendered by JS -->
<!-- Заполняется через JS -->
</tbody>
</table>
</div>