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