summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-10-05 20:14:53 +0200
committerSebastian Reichel <sre@ring0.de>2012-10-05 20:14:53 +0200
commit133f6d01ce9dcbc01ccbef0bc58cecc9ca713cfe (patch)
treef6ff702d7a4250c9ba5043a1788c1454f27086f2 /templates
parenta206d0e663cb21814fce05d21a864fa348e79d0f (diff)
downloadserial-barcode-scanner-133f6d01ce9dcbc01ccbef0bc58cecc9ca713cfe.tar.bz2
implement user list
Diffstat (limited to 'templates')
-rw-r--r--templates/users/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/users/index.html b/templates/users/index.html
new file mode 100644
index 0000000..246e523
--- /dev/null
+++ b/templates/users/index.html
@@ -0,0 +1,8 @@
+<table class="sortable table table-bordered table-striped table-condensed">
+ <thead>
+ <tr><th>ID</th></th><th>Name</th></tr>
+ </thead>
+ <tbody>
+ {{{DATA}}}
+ </tbody>
+</table>