More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / member / member_newsletter.tpl
1 <div align="center">
2 <form action="{!URL!}/modules.php?module=login&amp;what=newsletter" method="post" style="margin-bottom: 0px">
3 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
4         <tr>
5                 <td class="member_header bottom2" colspan="2"><strong>{--NL_MEMBER_TITLE--}:</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td align="right" height="30" width="320">
10                 {--NL_MEMBER_RECEIVE_STATUS--}:</td>
11                 <td width="200">&nbsp;<strong>{!__STATUS_VALUE!}</strong><br />
12                 <div class="tiny">{!__UNTIL_VALUE!}</div></td>
13         </tr>
14         <tr>
15                 <td class="bottom2" colspan="2" align="center"
16                         style="padding-top: 10px; padding-bottom: 10px"><div class="member_note">{--NL_MEMBER_NOTE--}</div></td>
17         </tr>
18         <tr>
19                 <td class="member_footer" colspan="2" align="center"><input
20                         type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
21                 <input type="submit" name="ok" class="member_submit"
22                         value="{--NL_SUBMIT--}" /></td>
23         </tr>
24 </table>
25 </form>
26 </div>