initial commit

This commit is contained in:
Иван
2020-09-19 09:27:02 +03:00
commit a4acfadb65
44 changed files with 2783 additions and 0 deletions

191
templates/rasp_dop.html Normal file
View File

@@ -0,0 +1,191 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<html lang="ru">
<head>
<title>Терминал АСУ</title>
<link rel="stylesheet" href="css/bootstrap-grid.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<meta name="viewport" content="width=device-width">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="{{ url_for('static', filename='css/rasp_dop.css')}}">
</head>
<body>
<a href="#" class="" ><img class="logo align-middle" src="{{url_for('static', filename='img/logo.png')}}"></a>
<a href="index.html" class="btn_back"> Назад </a>
<nav class="navbar navbar-expand-sm navbar-light justify-content-center">
<div class="row">
<div class="col-12 text-center">
<h1 class="" style="float:center"> Расписание дополнительных занятий</h1>
</nav>
<div class="container" id=dropdownMenu>
<div class="row justify-content-around ">
<div class="form-group col-lg-3 text-center">
<label for="exampleFormControlSelect3 ">День недели</label>
<select class="custom-select form-control-lg border-0 text-center" id="exampleFormControlSelect1">
<option>Не выбрано</option>
<option>Понедельник</option>
<option>Вторник</option>
<option>Среда</option>
<option>Четверг</option>
<option>Пятница</option>
<option>Суббота</option>
</select>
</div>
<!-- <div class="form-group col-lg-3 text-center">
<label for="exampleFormControlSelect4">Тип недели</label>
<select class="custom-select form-control-lg border-0 text-center" id="exampleFormControlSelect1">
<option>Не выбрано</option>
<option>Числитель</option>
<option>Знаменатель</option>
</select>
</div> -->
<div class="form-group col-4 text-center">
<label for="exampleFormControlSelect1">Преподаватель</label>
<select class="custom-select form-control-lg border-top text-center" id="exampleFormControlSelect1">
<option>Не выбрано</option>
<!-- <option></option> -->
<option>Сальный А</option>
<!-- <option>3</option>
<option>4</option>
<option>5</option> -->
</select>
</div>
</div>
</div>
<hr >
<div class="container " id=table>
<table class="table table-striped table-bordered ">
<thead >
<tr>
<th scope="col"></th>
<th scope="col">Время занятий</th>
<th scope="col">Группа</th>
<th scope="col">Наименование дисциплины</th>
<th scope="col">Вид занятий</th>
<th scope="col">Аудитория</th>
<th scope="col">Преподаватель</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td class="col-auto">10:00 - 11:30</td>
<td class="col-auto">2бАСУ1</td>
<td class="col-auto">Основы компьютерной и инженерной графики </td>
<td class="col-auto">Консультация</td>
<td class="col-auto">617л </td>
<td class="col-auto">Сальный А.Г.</td>
</tr>
<tr>
<th scope="row">2</th>
<td class="col-auto">11:30 - 13:00</td>
<td class="col-auto">2бАСУ2</td>
<td class="col-auto">Основы компьютерной и инженерной графики </td>
<td class="col-auto">Дополнительный экзамен</td>
<td class="col-auto">620л </td>
<td class="col-auto">Сальный А.Г.</td>
</tr>
<tr>
<th scope="row">3</th>
<td class="col-auto">14:00 - 14:30</td>
<td class="col-auto">2МС1</td>
<td class="col-auto">Информатика </td>
<td class="col-auto">Консультация</td>
<td class="col-auto">617л </td>
<td class="col-auto">Сальный А.Г.</td>
</tr>
<tr>
<th scope="row">4</th>
<td class="col-auto">14:30 - 16:00</td>
<td class="col-auto">2МС1</td>
<td class="col-auto">Информатика</td>
<td class="col-auto">Дополнительный экзамен</td>
<td class="col-auto">620л </td>
<td class="col-auto">Сальный А.Г.</td>
</tr>
</tbody>
</table>
<hr>
<div class="container data text-center" id="fotdata">
<div class="row justify-content-around">
<div class="data col-3">
<h5 class="justify-content-center ">{{days}}</h5>
</div>
<div class="data col-3 ">
<h5 class="justify-content-center ">{{day_week}}</h5>
</div>
<div class="data col-3">
<h5 class="justify-content-center ">Числитель</h5>
</div>
<div class="data col-3">
<h5 class="justify-content-center " id="group__time">10:00</h5>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog border-0" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel"></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col modul-foto">
<img src="images/Alex.jpg" class="border border-dark">
</div>
<div class="col text-center">
Сальный Александр Геннадьевич, Старший преподаватель
</div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary " data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</body>
<footer class="page-footer justify-content-center mx-auto ">
</footer>
<!-- Footer -->
</body>
</div>
</html>