Spaces:
Running
Running
Update index.html
Browse files- index.html +9 -5
index.html
CHANGED
@@ -39,11 +39,15 @@
|
|
39 |
</tbody>
|
40 |
</table>
|
41 |
|
42 |
-
<!--
|
43 |
-
<div id="
|
44 |
-
<
|
45 |
-
|
46 |
-
|
|
|
|
|
|
|
|
|
47 |
</div>
|
48 |
|
49 |
<!-- Корзина -->
|
|
|
39 |
</tbody>
|
40 |
</table>
|
41 |
|
42 |
+
<!-- Модальное окно -->
|
43 |
+
<div id="modal" class="modal">
|
44 |
+
<div class="modal-content">
|
45 |
+
<span class="close">×</span>
|
46 |
+
<h2>Выберите действие</h2>
|
47 |
+
<button onclick="handleAddToCart()">Добавить в корзину</button>
|
48 |
+
<button onclick="handleAddStock()">Приход</button>
|
49 |
+
<button onclick="handleDeleteProduct()">Удалить</button>
|
50 |
+
</div>
|
51 |
</div>
|
52 |
|
53 |
<!-- Корзина -->
|