add modal func
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
<div class="modal-content">
|
||||
<div class="modal-body" id="textarea">
|
||||
|
||||
<input type="text" class="form-control" placeholder="Введите расположение">
|
||||
<input type="text" class="form-control" placeholder="Номер из веломости">
|
||||
<input type="text" class="form-control" id ='rapolog' placeholder="Введите расположение">
|
||||
<input type="text" class="form-control" id ='vednumber' placeholder="Номер из веломости">
|
||||
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal" id="modalclose">Закрыть</button>
|
||||
<button type="button" class="btn btn-primary">Сохранить изменения</button>
|
||||
<button type="button" class="btn btn-primary" id="modalsavetodb" >Сохранить изменения</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -47,9 +47,12 @@
|
||||
|
||||
<table class="table" id="datatable" col-md-10>
|
||||
|
||||
<td >Номер в Инв. вед</td>
|
||||
<td >Инв. номер</td>
|
||||
<td >Название</td>
|
||||
<td class="no-print">Аудитория</td>
|
||||
<td >Расположение</td>
|
||||
|
||||
|
||||
{% for item in res: %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user