Aleksmorshen commited on
Commit
bbc0d74
·
verified ·
1 Parent(s): e1c0916

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -5
index.html CHANGED
@@ -39,11 +39,15 @@
39
  </tbody>
40
  </table>
41
 
42
- <!-- Контекстное меню -->
43
- <div id="contextMenu" class="context-menu">
44
- <button onclick="handleAddToCart()">Добавить в корзину</button>
45
- <button onclick="handleAddStock()">Приход</button>
46
- <button onclick="handleDeleteProduct()">Удалить</button>
 
 
 
 
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">&times;</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
  <!-- Корзина -->