summaryrefslogtreecommitdiff
path: root/templates/admin_free.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_free.html')
-rw-r--r--templates/admin_free.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/templates/admin_free.html b/templates/admin_free.html
new file mode 100644
index 00000000..522de12b
--- /dev/null
+++ b/templates/admin_free.html
@@ -0,0 +1,26 @@
+<form action="%link%" method="post">
+ <p>
+ Search Angel: <input type="text" name="search" value="%search%" /><input type="submit" name="submit" value="Search" />
+ </p>
+</form>
+<table>
+ <thead>
+ <tr>
+ <th>
+ Nickname
+ </th>
+ <th>
+ DECT
+ </th>
+ <th>
+ Jabber
+ </th>
+ <th>
+ Edit
+ </th>
+ </tr>
+ </thead>
+ <tbody>
+ %table%
+ </tbody>
+</table>