heissepreise/site/carts.html

16 lines
426 B
HTML
Raw Normal View History

2023-06-03 22:00:52 +02:00
%%templates/_header.html%%
2023-06-03 22:00:52 +02:00
<div class="filters">
<button id="newcart">Neuer Warenkorb</button>
<button id="export">Exportieren</button>
<button id="import">Importieren</button>
</div>
<table id="carts" class="carts"></table>
<input type="file" id="fileInput" style="display: none" />
<script src="alasql.js"></script>
<script src="utils.js"></script>
<script src="carts.js"></script>
%%templates/_header.html%%