Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / guest / guest_confirm_link.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=index&amp;what=confirm%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td align="center" colspan="2" class="table_header bottom">
6                         <strong>{--GUEST_REQUEST_CONFIRM_LINK_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center" colspan="2">
11                         {--GUEST_CONFIRM_LINK_NOTICE--}
12                 </td>
13         </tr>
14         <tr>
15                 <td class="bottom" align="right">{--GUEST_ENTER_EMAIL--}:</td>
16                 <td class="bottom">
17                         <input type="text" class="form_field" name="email" size="30" maxlength="255" />
18                 </td>
19         </tr>
20         <tr>
21                 <td align="center" colspan="2" class="table_footer">
22                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
23                         <input type="submit" class="form_submit" name="ok" value="{--GUEST_REQUEST_CONFIRM_LINK--}" />
24                 </td>
25         </tr>
26 </table>
27 {%form_close%}
28 </div>