add all files
This commit is contained in:
49
templates/nevauditor.html
Normal file
49
templates/nevauditor.html
Normal file
@@ -0,0 +1,49 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="card col-md-10 col-10">
|
||||
<div class="card-body">
|
||||
<form method="POST" action="/search">
|
||||
<input type="text" name="srch" placeholder="инвентарный номер">
|
||||
<button> Найти </button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="card col-md-10 col-10">
|
||||
|
||||
<div class="card-body">
|
||||
<h3 class="card-title"> Распределённые </h3>
|
||||
<form method="POST" action="/updateduplicate">
|
||||
<table class="table" col-md-10>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Инв. номер</th>
|
||||
<th scope="col">Название</th>
|
||||
|
||||
</tr>
|
||||
|
||||
</tr>
|
||||
<td> {{res1[0]}} </td>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
{%endblock%}
|
||||
Reference in New Issue
Block a user