- obsolete templates/scripts removed
[mailer.git] / 0.2.1 / templates / de / html / guest / guest_confirm_link.tpl
1 <FORM action="{!URL!}/modules.php?module=index&amp;what=confirm"
2         method="POST" style="margin-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="480"
4         class="admin_table dashed">
5         <TR>
6                 <TD align="center" colspan="3" class="admin_title bottom2" height="30">
7                 <STRONG class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</STRONG></TD>
8         </TR>
9         <TR>
10                 <TD colspan="3" class="seperator" height="6">&nbsp;</TD>
11         </TR>
12         <TR>
13                 <TD align="center" colspan="3">{--GUEST_CONFIRM_LINK_NOTE--}</TD>
14         </TR>
15         <TR>
16                 <TD colspan="3" class="seperator" height="6">&nbsp;</TD>
17         </TR>
18         <TR>
19                 <TD align="right" width="230">{--GUEST_ENTER_EMAIL--}:</TD>
20                 <TD width="10" class="seperator">&nbsp;</TD>
21                 <TD width="240"><INPUT type="text" name="email"
22                         class="guest_normal" size="30" maxlength="255"></TD>
23         </TR>
24         <TR>
25                 <TD colspan="3" class="seperator" height="6">&nbsp;</TD>
26         </TR>
27         <TR>
28                 <TD align="center" colspan="3" class="admin_footer top2"><INPUT
29                         type="reset" class="guest_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
30                         type="submit" name="ok" class="guest_submit"
31                         value="{--REQUEST_CONFIRM_LINK--}"></TD>
32         </TR>
33 </TABLE>
34 </FORM>