diff options
Diffstat (limited to 'demo/components/results.php')
-rw-r--r-- | demo/components/results.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/demo/components/results.php b/demo/components/results.php new file mode 100644 index 0000000..4ae9332 --- /dev/null +++ b/demo/components/results.php @@ -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>
|