mirror of
https://github.com/valentineus/iii-module.git
synced 2025-04-29 01:51:25 +03:00
13 lines
263 B
PHP
13 lines
263 B
PHP
<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>
|