diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user_messages.html | 29 | ||||
-rw-r--r-- | templates/user_myshifts_reset.html | 6 | ||||
-rw-r--r-- | templates/user_questions.html | 41 | ||||
-rw-r--r-- | templates/user_wakeup.html | 29 |
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> </th> - </tr> - </thead> - <tbody> - %messages% - <tr> - <td> </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 »</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> - - </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%&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 |