0
mirror of https://github.com/valentineus/iii-module.git synced 2025-07-01 11:00:27 +03:00

Demo in beta mode.

This commit is contained in:
Valentin Popov
2016-09-21 06:40:03 +04:00
parent 288980ceb3
commit b9628f189b
14 changed files with 267 additions and 205 deletions

View File

@ -0,0 +1,12 @@
<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>