summaryrefslogtreecommitdiff
path: root/data/tpl/userreg
blob: 685654707d715200cc77980601284e324bbc9dee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<h2>[[: $p{PageTitle} ]]</h2>

-[[ if($d{denied}) { ]]
[[ } ]]-

<br /><br />
<h3>Why should I register?</h3>
<p>
 Registered users have access to special features on this site:
</p>
<ul>
 <li>You can keep track of the visual novels you'd like to play or have
  finnished playing,</li>
 <li>Vote on visual novels,</li>
 <li>And more importantly: you can add and edit all information on the
  website!</li>
</ul>
<p>
 <br />
 And of course, registering an account is (and will always remain)
 completely free!
 <br /><br />
</p>

-[[= cform( [
 { type => 'error' },
 { type => 'startform', action => '/u/register' },
 { type => 'input',  short => 'username', name => 'Username' },
 { type => 'input',  short => 'mail', name => 'Email' },
 { type => 'static', text => q|
    Your email address will only be used in case you lose your password, at least for now.
    We will never send spam or newsletters unless you explicitly ask us for it.
  | },
 { type => 'pass',   short => 'pass1', name => 'Password' },
 { type => 'pass',   short => 'pass2', name => 'Confirm pass.' },
 { type => 'submit', text => 'Register!' },
 { type => 'endform' },
], $d{reg}) ]]