version.php 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <html>
  2. <head>
  3. <meta name="apple-mobile-web-app-capable" content="yes" />
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"/>
  6. <link rel="stylesheet" href="./script/tocas/tocas.css">
  7. <script src="./script/jquery.min.js"></script>
  8. <title>vAOB Installer</title>
  9. <style type="text/css">
  10. .segment {
  11. max-width: 300px;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <div class="ts fluid basic link big menu">
  17. <div class="ts very narrow container">
  18. <a href="#!" class="item">vArOZ Installer</a>
  19. </div>
  20. </div>
  21. <div class="ts padded horizontally fitted fluid slate">
  22. <div class="ts very narrow container">
  23. <h1 class="ts header">
  24. System download
  25. <div class="sub header">The system still in closed-beta, please enter your key to start download.</div>
  26. </h1>
  27. </div>
  28. </div>
  29. <div class="ts very narrow container">
  30. <br>
  31. <form class="ts relaxed form" action="wconfig.php" method="POST">
  32. <div class="field">
  33. <label>Please enter your access key to obtain the installer</label>
  34. <input type="name" name="accesskey">
  35. <small>The access key is 25-Digit and should be find on your invitation letter.</small>
  36. </div>
  37. <input type="hidden" name="step" value="3">
  38. <button class="ts fluid primary button" type="submit">Next</button>
  39. </form>
  40. </div>
  41. </body>
  42. </html>