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:
12
demo/components/results.php
Normal file
12
demo/components/results.php
Normal 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>
|
Reference in New Issue
Block a user