Save last
This commit is contained in:
90
Site/tech_cycle.html
Normal file
90
Site/tech_cycle.html
Normal file
@@ -0,0 +1,90 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta charset="utf-8" />
|
||||
<title>ВДП</title>
|
||||
<link rel="stylesheet" href="./lib/Bootstrap/css/bootstrap.css">
|
||||
<link rel="stylesheet" href="./lib/Font-Awesome/css/fontawesome-all.css" />
|
||||
<link rel="stylesheet" href="./css/MainSau.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header class="row align-items-center justify-content-center">
|
||||
<div class="col text-center pt-2">
|
||||
<h3>Технологический цикл</h3>
|
||||
</div>
|
||||
</header>
|
||||
<!--Меню выбра-->
|
||||
<div class="row border-top" id="manipulate_buttons" hidden>
|
||||
<div class="col-auto pt-1 pb-1">
|
||||
<button class="btn btn-primary" id="menu_pasport_button" type="button">
|
||||
Паспорта
|
||||
</button>
|
||||
</div>
|
||||
<div class="col-auto pt-1 pb-1">
|
||||
<button class="btn btn-primary" id="menu_analog_button" type="button">
|
||||
Аналоги
|
||||
</button>
|
||||
</div>
|
||||
<div class="col-auto pt-1 pb-1">
|
||||
<button class="btn btn-primary" id="menu_descret_button" type="button">
|
||||
Дискреты
|
||||
</button>
|
||||
</div>
|
||||
<div class="col-auto pt-1 pb-1">
|
||||
<button class="btn btn-primary disabled" id="menu_tech_cycle_button" type="button">
|
||||
Технологический цикл
|
||||
</button>
|
||||
</div>
|
||||
<div class="col-auto pt-1 pb-1">
|
||||
<button class="btn btn-primary" id="menu_protect_button" type="button">
|
||||
Защиты
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<!--Голова паспорта-->
|
||||
<div class="row border-top" id="pasport_label" hidden>
|
||||
<div class="col-12 text-center">
|
||||
<h5>Паспорт</h5>
|
||||
</div>
|
||||
</div>
|
||||
<!--Заданные параметры печи и даты-->
|
||||
<div class="row" id="pasport_date" hidden>
|
||||
<div class="col-auto">
|
||||
Печь № <span></span>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
Время начала: <span></span>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
Время конца: <span></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row border-bottom pb-1" id="tech_cycle_table">
|
||||
<div class="col-12" style="overflow : auto; max-height : 600px">
|
||||
<table class="table table-active">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>№</th>
|
||||
<th>Время начала</th>
|
||||
<th>Операция</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody style="background-color: #ffffff">
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="./lib/JQuery/jquery-3.3.1.js"></script>
|
||||
<script src="./lib/Popper/umd/popper.js"></script>
|
||||
<script src="./lib/Bootstrap/js/bootstrap.bundle.js"></script>
|
||||
|
||||
<script src="./js/pasport.js"></script>
|
||||
<script src="./js/menu.js"></script>
|
||||
<script src="./js/tech_cycle.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user