collecting medal for hitxy members
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

80 lines
1.8KB

  1. <input id="username" class="typeahead" type=text name="user" placeholder="input name">
  2. <button id="step1" class=disabled> Search </button>
  3. <div id="errUserName"> abcdefg </div>
  4. <div class= 'clear'></div>
  5. <div class="verification" id="userpass">
  6. <div> Mobile Phone last 4 digits: </div>
  7. <div> <input class='fullwidth' id="phone" type=text> </div>
  8. <div> Postal Code: </div>
  9. <div><input class='fullwidth' id="zipcode" type=text></div>
  10. <button id="step2"> Verify</button>
  11. </div>
  12. <div class="details">
  13. <table class="details">
  14. <tr><td colspan=2>
  15. <span>Postal Address</span> <br>
  16. <textarea class=addr>
  17. 33 Valerie Ave
  18. Baulk Ham Hills,
  19. NSW, Australia 2153
  20. </textarea>
  21. <button id=changeaddr>Change Address</button>
  22. </td></tr>
  23. <tr>
  24. <td>Delivery:</td>
  25. <td class="left">
  26. <input type=radio name="delivery"> Direct Post <br>
  27. <input type=radio name="delivery" checked> Pickup from <span id=collector> Patrick Sun </span>
  28. </td>
  29. </tr>
  30. <tr>
  31. <td style="vertical-align:middle">
  32. <input id="medal" type=checkbox checked><br>
  33. <label for="medal"> uncheck = 放弃</label>
  34. </td>
  35. <td >
  36. <img src="https://via.placeholder.com/150" >
  37. </td>
  38. </tr>
  39. <tr>
  40. <td style="vertical-align:middle">
  41. <button id=cardbtn> Apply </button>
  42. <img id=cardloading>
  43. <input id="card" type=checkbox checked>
  44. </td>
  45. <td>
  46. <img src="https://via.placeholder.com/150" >
  47. </td>
  48. </tr>
  49. <tr>
  50. <td style="vertical-align:middle">
  51. <button id=btn90> Apply </button>
  52. <img id=loading90 >
  53. <input id="medal90" type=checkbox checked>
  54. </td>
  55. <td>
  56. <img src="https://via.placeholder.com/150" >
  57. </td>
  58. </tr>
  59. </table>
  60. </div>
  61. <div class="success">
  62. <table style="min-height:150px;">
  63. <tr><td style="text-align:center; vertical-align:middle;">
  64. <button> Confirm Everything </button>
  65. <img id=done>
  66. </td></tr>
  67. </table>
  68. </div>