collecting medal for hitxy members
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

114 lines
2.7KB

  1. <div id="search">
  2. <div>
  3. <input autocomplete=off id="username" class="typeahead" type=text name="user" placeholder="Your name">
  4. <div class='error' id="errUserName"> </div>
  5. </div>
  6. <div>
  7. <button id="step1" class=disabled> Next <i class="ticon ticon-arrow-down"></i> </button>
  8. </div>
  9. </div>
  10. <div class= 'clear'></div>
  11. <div class="verification" id="userpass">
  12. <p> Please provide missing information: </p>
  13. <select name="verify_method" class=fullwidth id="verify_method">
  14. <option value="mobile" id="vmobile">Your Phone: </option>
  15. <option value="email" id="vemail">Your Email: </option>
  16. </select>
  17. <div> Your Answer:</div>
  18. <div> <input class='fullwidth' id="verifycode" type=text> </div>
  19. <div class='error' id="errVerify"> </div>
  20. <button id="step2"> Verify <i class="ticon ticon-arrow-down"></i></button>
  21. </div>
  22. <div class= 'clear'></div>
  23. <div id="details" class="details">
  24. <table class="details">
  25. <tr><td colspan=2>
  26. <span>Postal Address</span> <br>
  27. <textarea class=addr>
  28. 33 Valerie Ave
  29. Baulk Ham Hills,
  30. NSW, Australia 2153
  31. </textarea>
  32. <button id=changeaddr>Change Address</button>
  33. </td></tr>
  34. <tr>
  35. <td>State in Australia</td>
  36. <td class="left">
  37. <select name="states" class=fullwidth id="states">
  38. <option value="NSW">NSW</option>
  39. <option value="ACT">ACT</option>
  40. <option value="WA">WA</option>
  41. <option value="SA">SA</option>
  42. <option value="NT">NT</option>
  43. <option value="TAS">TAS</option>
  44. <option value="VIC">VIC</option>
  45. </select>
  46. </td>
  47. </tr>
  48. <tr>
  49. <td>Delivery:</td>
  50. <td class="left">
  51. <input type=radio name="delivery" > N/A <br>
  52. <input type=radio name="delivery" > Direct Post <br>
  53. <input type=radio name="delivery" checked> Pick up from <span id=collector> Patrick Sun </span>
  54. </td>
  55. </tr>
  56. <tr>
  57. <td style="vertical-align:middle">
  58. <input id="medal" type=checkbox checked onclick="return false;"><br>
  59. <label for="medal" id='medalstatus'>Received in AU</labe>
  60. </td>
  61. <td >
  62. <img src="https://via.placeholder.com/150" >
  63. </td>
  64. </tr>
  65. <tr id=tracking1>
  66. <td id=date1 style="vertical-align:middle">
  67. 2020-12-10
  68. </td>
  69. <td>
  70. Send out from Sydney
  71. </td>
  72. </tr>
  73. <tr id=tracking2>
  74. <td id=date1 style="vertical-align:middle">
  75. 2020-12-10
  76. </td>
  77. <td>
  78. Send out from Sydney
  79. </td>
  80. </tr>
  81. <tr id=tracking3>
  82. <td id=date1 style="vertical-align:middle">
  83. 2020-12-10
  84. </td>
  85. <td>
  86. Send out from Sydney
  87. </td>
  88. </tr>
  89. </table>
  90. </div>
  91. <div class="success">
  92. <table style="min-height:150px;">
  93. <tr><td style="text-align:center; vertical-align:middle;">
  94. <button id='confirm' > Card received </button>
  95. <img id=done style="display:none;" >
  96. </td></tr>
  97. </table>
  98. </div>