0
mirror of https://github.com/valentineus/iii-module.git synced 2025-04-30 02:01:26 +03:00
iii-module/demo/components/results.php

13 lines
263 B
PHP
Raw Normal View History

2016-09-21 06:40:03 +04:00
<div class="row">
<div class="col-md-12">
<table class="table table-striped">
<tr>
<th>#</th>
<th>Text</th>
<th>Date</th>
</tr>
<?php ShowRecord(GetID()); ?>
</table>
</div>
</div>