blockchain-contracts-exchange/views/tx.php

16 lines
417 B
PHP

<div class="table-responsive">
<table class="table table-borderless table-striped">
<thead>
<tr>
<th>Seller: </th>
<th>Buyer: </th>
<th>Trade Price: </th>
<th>Quantity Traded: </th>
<th>Transaction Amount: </th>
<th>Trade Date: </th>
</tr>
</thead>
<tbody id="trade-list"></tbody>
</table>
</div>