collecting medal for hitxy members
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

89 lignes
2.1KB

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