Fix indentation and close tags in html templates and css
[gamestick-pjgsapi.git] / templates / activate-code.phtml
index cb7a738fc28e70a25f853043aefa9777730d163d..eb435c5c66a85135ff7085d457a2121646d1ba72 100644 (file)
@@ -1,40 +1,36 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-  <meta charset="utf-8"/>
-  <title>GameStick activation: Code</title>
-  <link rel="stylesheet" href="css/css.css">
-</head>
-<body>
-  <h1 id="logo_small"><a href="#">Game Stick</a></h1>
-  <div id="gs">
+  <head>
+    <meta charset="utf-8"/>
+    <title>GameStick activation: Code</title>
+    <link rel="stylesheet" href="css/css.css"/>
+  </head>
+  <body>
+    <h1 id="logo_small"><a href="#">Game Stick</a></h1>
+    <div id="gs">
 
-    <div id="page_1" class="page">
+      <div id="page_1" class="page">
 
-      <h2>Welcome</h2>
+        <h2>Welcome</h2>
 
-      <div class="register_bar"><img style="width: 100%" src="img/register_bar.png">
-      </div>
-
-      <p>Almost there, just  few more steps and you will have activated your GameStick.</p>
-      <p>Please enter the code displayed on your TV screen below.</p>
-
-      <form id="code_form" method="post" action="activate.php">
+        <div class="register_bar"><img style="width: 100%" src="img/register_bar.png"/></div>
 
-       <label for="code">Verification code:</label><br>
-       <input id="code_input" name="code" type="text" value="<?= htmlspecialchars($code) ?>"/>
-     </div>
-     <?php if ($error): ?>
-      <div>
-        <p class="error"><?= htmlspecialchars($error) ?></p>
-      </div>
-    <?php endif ?>
+        <p>Almost there, just  few more steps and you will have activated your GameStick.</p>
+        <p>Please enter the code displayed on your TV screen below.</p>
 
-    <button class="button" type="submit">Continue</button>
-  </form>
-</div></div>
+        <form id="code_form" method="post" action="activate.php">
 
+          <label for="code">Verification code:</label><br/>
+          <input id="code_input" name="code" type="text" value="<?= htmlspecialchars($code) ?>"/>
 
+          <?php if ($error): ?>
+          <div>
+            <p class="error"><?= htmlspecialchars($error) ?></p>
+          </div>
+          <?php endif ?>
 
-</body>
+          <button class="button" type="submit">Continue</button>
+        </form>
+      </div>
+    </div>
+  </body>
 </html>
-