source: extensions/Junk/template/quickregister.tpl @ 28081

Last change on this file since 28081 was 28081, checked in by Miklfe, 10 years ago

Theme Junk

File size: 1.5 KB
Line 
1<form id="quickregister" method="post" action="{$U_REGISTER}" class="properties" name="register_form">
2
3      <div>
4       <label for="login">* {'Username'|@translate}</label>
5        <input type="text" name="login" id="login" value="" >
6      </div>
7      <div>
8        <label for="password">* {'Password'|@translate}</label>
9        <input type="password" name="password" id="password" >
10      </div>
11      <div>
12        <label for="password_conf">* {'Confirm Password'|@translate}</label>
13        <input type="password" name="password_conf" id="password_conf" >
14      </div>
15      <div>
16          <label for="mail_address">{if $obligatory_user_mail_address}* {/if}{'Email address'|@translate}</label>
17        </span>
18        <input type="text" name="mail_address" id="mail_address" value="" >
19      {if not $obligatory_user_mail_address}
20        ({'useful when password forgotten'|@translate})
21      {/if}
22          </div>
23      <div>
24        <span class="property">
25          <label for="send_password_by_mail">{'Send my connection settings by email'|@translate}</label>
26        </span>
27        <input type="checkbox" name="send_password_by_mail" id="send_password_by_mail" value="1" checked="checked">
28      </div>
29    </ul>
30
31
32  <div>
33                <input type="hidden" name="key" value="{$F_KEY}" >
34    <input class="submit" type="submit" name="submit" value="{'Register'|@translate}">
35        <span class="categoryActions">
36    <input class="submit" type="reset" value="{'Reset'|@translate}">
37        </span>
38  </div>
39
40</form>
41
Note: See TracBrowser for help on using the repository browser.