eb435c5c66a85135ff7085d457a2121646d1ba72
[gamestick-pjgsapi.git] / templates / activate-code.phtml
1 <html xmlns="http://www.w3.org/1999/xhtml">
2   <head>
3     <meta charset="utf-8"/>
4     <title>GameStick activation: Code</title>
5     <link rel="stylesheet" href="css/css.css"/>
6   </head>
7   <body>
8     <h1 id="logo_small"><a href="#">Game Stick</a></h1>
9     <div id="gs">
10
11       <div id="page_1" class="page">
12
13         <h2>Welcome</h2>
14
15         <div class="register_bar"><img style="width: 100%" src="img/register_bar.png"/></div>
16
17         <p>Almost there, just  few more steps and you will have activated your GameStick.</p>
18         <p>Please enter the code displayed on your TV screen below.</p>
19
20         <form id="code_form" method="post" action="activate.php">
21
22           <label for="code">Verification code:</label><br/>
23           <input id="code_input" name="code" type="text" value="<?= htmlspecialchars($code) ?>"/>
24
25           <?php if ($error): ?>
26           <div>
27             <p class="error"><?= htmlspecialchars($error) ?></p>
28           </div>
29           <?php endif ?>
30
31           <button class="button" type="submit">Continue</button>
32         </form>
33       </div>
34     </div>
35   </body>
36 </html>