blockchain-contracts-exchange/views/buy_sell_box.php

31 lines
754 B
PHP

<div class="col">
<div class="table-responsive">
<h6>Buy list</h6>
<table class="table-borderless table-sm">
<thead>
<tr>
<th>Buyer</th>
<th>Price</th>
<th>Quantity</th>
</tr>
</thead>
<tbody id="bd-buy"></tbody>
</table>
</div>
</div>
<div class="col">
<div class="table-responsive">
<h6>Sell list</h6>
<table class="table-borderless table-sm">
<thead>
<tr>
<th>Buyer</th>
<th>Price</th>
<th>Quantity</th>
</tr>
</thead>
<tbody id="bd-sell"></tbody>
</table>
</div>
</div>