blob: 6add2afd3a7768fd38fd0a1d748e231cf9ea53f5 (
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
|
<div id="submit-header" data-role="header">
<h1>Dine detaljer</h1>
</div>
<div data-role="content">
<div class="inputcard">
<div>
<input data-role="none" type="email" value="<%= user.email %>" name="email" id="form_email" placeholder="Vennligst legg inn e-post adressen din" required>
</div>
</div>
<p>
This app needs to send you a confirmation email before we can send your report to the council.
</p>
<p>
For å hoppe over dette steget i framtiden kan du sette et passord nå.
</p>
<div class="bottom-btn">
<input data-role="button" data-theme="a" type="button" id="email_confirm" name="email_confirm" value="Jeg vil ikke sette et passord">
<input data-role="button" data-theme="a" type="button" id="set_password" name="set_password" value="Jeg vil sette et passord">
<input data-role="button" data-theme="a" type="button" id="have_password" name="have_password" value="Jeg har en allerede - logg inn">
</div>
</div>
|