diff options
author | Valentin Popov <dev@valentineus.link> | 2016-09-21 05:40:03 +0300 |
---|---|---|
committer | Valentin Popov <dev@valentineus.link> | 2016-09-21 05:40:03 +0300 |
commit | b9628f189b0ca2f7c411bd79566da37c73cc8e8f (patch) | |
tree | 01122bdea534d9cad15a63a271f87f742092b31f /demo/components/results.php | |
parent | 288980ceb35d5ace51284cfdf176e9acb5f7bb39 (diff) | |
download | iii-module-b9628f189b0ca2f7c411bd79566da37c73cc8e8f.tar.xz iii-module-b9628f189b0ca2f7c411bd79566da37c73cc8e8f.zip |
Demo in beta mode.
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>
|