summaryrefslogtreecommitdiff
path: root/templates/admin_faq.html
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-11 17:09:30 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-11 17:09:30 +0200
commit3a31cebd1d39a6bcec2c22cbced60ca9d6177a42 (patch)
tree3cce86da26c408841e69bdee4e2ba012e0c72e47 /templates/admin_faq.html
parentebecae2ccc37c8930245a562852c035d5ce8d5a1 (diff)
parent80a1a65aefcd2f33951dc60c72d29df1ad19b187 (diff)
merge special_includes_camp
Diffstat (limited to 'templates/admin_faq.html')
-rw-r--r--templates/admin_faq.html56
1 files changed, 56 insertions, 0 deletions
diff --git a/templates/admin_faq.html b/templates/admin_faq.html
new file mode 100644
index 00000000..5dacf522
--- /dev/null
+++ b/templates/admin_faq.html
@@ -0,0 +1,56 @@
+<table>
+ <thead>
+ <tr>
+ <th>
+ Deutsch
+ </th>
+ <th>
+ English
+ </th>
+ <th>
+ &nbsp;
+ </th>
+ </tr>
+ </thead>
+ <tbody>
+ %faqs%
+ </tbody>
+</table>
+<hr/>Create new FAQ:
+<form action="%link%&action=create" method="post">
+ <table>
+ <tr>
+ <td>
+ Frage
+ </td>
+ <td>
+ <textarea name="frage"></textarea>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ Antwort
+ </td>
+ <td>
+ <textarea name="antwort"></textarea>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ Question
+ </td>
+ <td>
+ <textarea name="question"></textarea>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ Answer
+ </td>
+ <td>
+ <textarea name="answer"></textarea>
+ </td>
+ </tr>
+ </table>
+ <input type="submit" name="submit" value="Create" />
+</form> \ No newline at end of file