1 <body onload="fokus()">
3 <form name="Form" method="post" action="<TMPL_VAR script>">
8 <th class="listtop"><TMPL_VAR title></th>
15 <th align="right" nowrap>An</th>
17 <td><input name="email" size="30" value="<TMPL_VAR email>"></td>
20 <th align="right" nowrap>Cc</th>
21 <td><input name="cc" size="30" value="<TMPL_VAR cc>"></td>
25 <th align="right" nowrap>Bcc</th>
26 <td><input name="bcc" size="30" value="<TMPL_VAR bcc>"></td>
29 <th align="right" nowrap>Betreff</th>
31 <td><input name="subject" size="30" value="<TMPL_VAR subject>"></td>
34 <th align="right" nowrap>Name des Anhangs</th>
35 <td><input name="attachment_filename" size="30" value="<TMPL_VAR a_filename>"></td>
44 <th align="left" nowrap>Nachricht</th>
47 <td><textarea name="message" rows="15" cols="60" wrap="soft"><TMPL_VAR message></textarea></td>
56 <TMPL_VAR _print_options_>
57 <TMPL_LOOP HIDDEN><input type="hidden" name="<TMPL_VAR name>" value="<TMPL_VAR value ESCAPE=HTML>"></TMPL_LOOP>
63 <td><hr size="3" noshade></td>
67 <input type="hidden" name="nextsub" value="send_email">
70 <input name="action" class="submit" type="submit" value="Weiter">