cbe20a826c55d6e4619c7b0c6410bfbf2a2d7f80
[infodrom.org/www.zeitungsliste.de] / templates / reply.html
1 <style type="text/css">
2 div.thisform {
3   width: auto;
4   margin-left: 0px;
5 }
6 textarea {
7   width: 100%;
8   width: 500px;
9   height: 100px;
10   margin-bottom: 5px;
11 }
12 </style>
13
14 <div class="thisform">
15 <div class="formular">
16 <h3>@title@</h3>
17
18 <form method="post" action="reply.html">
19 <input type="hidden" name="topic" value="@topic@" />
20 <table>
21
22 <tr>
23 <td class="font" align="right" valign="top"><label for="body">Text:</label></td>
24 <td align="left"><textarea name="body" id="body" tabindex="3">@body@</textarea></td>
25 </tr>
26
27 </table>
28
29 <input class="button" type="submit" tabindex="4" value="Abschicken" onclick="return check_replyform();">
30 <input class="button" type="reset" tabindex="5" value="Zurücksetzen">
31
32 </form>
33
34 </div>
35 </div>
36
37 <p class="smallfont"><b>Hinweis:</b> Folgende Tags sind erlaubt:
38 &lt;p&gt;&lt;/p&gt;, &lt;b&gt;&lt;/b&gt;, &lt;em&gt;&lt;/em&gt;,
39 &lt;br&gt;, &lt;a href=&quot;link&quot;&gt;text&lt;/a&gt;.  Bitte
40 gehen Sie sparsam mit HTML-Elementen im Text um.</p>