summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-08-23 17:24:11 +0200
committerPhilip Häusler <msquare@notrademark.de>2014-08-23 17:24:11 +0200
commit7f43f3bfe50a4bfbbaa74d52b889668354ad9fcf (patch)
tree0670578707c11abc9ceaf968e069bf73a414f4d3 /templates
parentc8f652f57b73738f162c76f322db726bbd3a05cb (diff)
remove html templates
Diffstat (limited to 'templates')
-rw-r--r--templates/user_messages.html29
-rw-r--r--templates/user_myshifts_reset.html6
-rw-r--r--templates/user_questions.html41
-rw-r--r--templates/user_wakeup.html29
4 files changed, 0 insertions, 105 deletions
diff --git a/templates/user_messages.html b/templates/user_messages.html
deleted file mode 100644
index e0c83544..00000000
--- a/templates/user_messages.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<div class="col-md-10">
- <h1>%title%</h1>
- %greeting%
- <form action="%link%&action=send" method="post">
- <table class="table">
- <thead>
- <tr>
- <th>%new_label%</th>
- <th>%date_label%</th>
- <th>%from_label%</th>
- <th>%to_label%</th>
- <th>%text_label%</th>
- <th>&nbsp;</th>
- </tr>
- </thead>
- <tbody>
- %messages%
- <tr>
- <td>&nbsp;</td>
- <td>%date%</td>
- <td>%from%</td>
- <td>%to_select%</td>
- <td><textarea class="form-control" name="text"></textarea></td>
- <td><input class="btn btn-primary" type="submit" name="submit" value="%submit_label%" /></td>
- </tr>
- </tbody>
- </table>
- </form>
-</div> \ No newline at end of file
diff --git a/templates/user_myshifts_reset.html b/templates/user_myshifts_reset.html
deleted file mode 100644
index 5e28b74a..00000000
--- a/templates/user_myshifts_reset.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<p class="error">
- Wenn Du Deinen Key zurück setzt, ändert sich der Link zu Deinem iCal- und JSON-Export, sowie zu dem Atom Feed! Du musst diesen dann an allen Stellen, wo Du ihn verwendest aktualisieren.
-</p>
-<p>
- <a href="?p=user_myshifts&reset=ack">Fortfahren &raquo;</a>
-</p>
diff --git a/templates/user_questions.html b/templates/user_questions.html
deleted file mode 100644
index 466d0c48..00000000
--- a/templates/user_questions.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<p>
- Beantwortete Fragen:
-</p>
-<table>
- <thead>
- <tr>
- <th>
- Frage
- </th>
- <th>
- Von
- </th>
- <th>
- Antwort
- </th>
- <th>
- &nbsp;
- </th>
- </tr>
- </thead>
- <tbody>
- %answered_questions%
- </tbody>
-</table>
-<hr/>
-<p>
- Frage einen Erzengel:
-</p>
-<form action="%link%&action=ask" method="post">
- <table>
- <tr>
- <td>
- Frage:
- </td>
- <td>
- <textarea name="question"></textarea>
- </td>
- </tr>
- </table>
- <input type="submit" name="submit" value="Fragen" />
-</form> \ No newline at end of file
diff --git a/templates/user_wakeup.html b/templates/user_wakeup.html
deleted file mode 100644
index bf2d5531..00000000
--- a/templates/user_wakeup.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<form action="%wakeup_link%&amp;action=create" method="post">
- <table>
- <tr>
- <td align="right">
- %date_text%:
- </td>
- <td>
- <input type="text" name="Date" value="%date_value%">
- </td>
- </tr>
- <tr>
- <td align="right">
- %place_text%
- </td>
- <td>
- <input type="text" name="Ort" value="">
- </td>
- </tr>
- <tr>
- <td align="right">
- %comment_text%
- </td>
- <td>
- <textarea name="Bemerkung" rows="5" cols="40">%comment_value%</textarea>
- </td>
- </tr>
- </table>
- <input type="submit" name="submit" value="%submit_text%" />
-</form> \ No newline at end of file