Continued with ext-wernis:
[mailer.git] / templates / de / html / guest / guest_wernis_registration_form.tpl
1 <div class="para">
2 <div align="center">
3         {%form,formMethodPost=modules.php?module=index&amp;what=register&amp;provider=wernis%}
4         <div class="table dashed">
5                 <div class="table_header bottom">
6                         {--GUEST_WERNIS_REGISTRATION_TITLE--}
7                 </div>
8
9                 <fieldset id="wernis_registration_fields">
10                         <legend>{--GUEST_WERNIS_REGISTRATION_LEGEND--}</legend>
11
12                         <div class="guest_input" align="left">
13                                 <label for="wernis_id">{--GUEST_ENTER_WERNIS_ID--}</label>
14                                 <input type="text" class="form_field" id="base_path" name="wernis_id" size="10" maxlength="20" />
15                         </div>
16
17                         <div class="clear"></div>
18
19                         <div class="guest_input" align="left">
20                                 <label for="wernis_password">{--GUEST_ENTER_WERNIS_PASSWORD--}</label>
21                                 <input type="password" class="form_field" id="base_path" name="wernis_password" size="10" maxlength="255" />
22                         </div>
23
24                         <div class="clear"></div>
25                 </fieldset>
26
27                 <div class="table_footer top">
28                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
29                         <input type="submit" class="form_submit" name="register" value="{--GUEST_WERNIS_REGISTRATION_SUBMIT--}" />
30                 </div>
31         </div>
32         {%form_close%}
33
34         <div class="notice">
35                 {--GUEST_WERNIS_REGISTRATION_NOTICE--}
36         </div>
37 </div>
38 </div>
39
40 <div class="para" align="left">
41         <ul>
42                 <li>{--GUEST_WERNIS_SIGNUP_NOTICE--}</li>
43                 <li>{--GUEST_WERNIS_RESTORE_PASSWORD_NOTICE--}</li>
44         </ul>
45 </div>