29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
HTML
<div class="card">
|
|
<div class="card-header-row">
|
|
<h2>Заявки на преподавателей</h2>
|
|
<div class="teacher-request-toolbar">
|
|
<span class="muted" id="teacher-requests-count">0 заявок</span>
|
|
<button type="button" class="btn btn-sm btn-secondary" id="teacher-requests-refresh">Обновить</button>
|
|
</div>
|
|
</div>
|
|
<div class="form-alert" id="teacher-requests-alert" role="alert"></div>
|
|
<div class="table-wrap">
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Кафедра</th>
|
|
<th>Логин</th>
|
|
<th>ФИО</th>
|
|
<th>Должность</th>
|
|
<th>Пароль</th>
|
|
<th>Комментарий</th>
|
|
<th>Действия</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="teacher-requests-tbody">
|
|
<tr><td colspan="7" class="loading-row">Загрузка...</td></tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|