|
|
|
@@ -1,6 +1,12 @@ |
|
|
|
<input id="username" class="typeahead" type=text name="user" placeholder="input name"> |
|
|
|
<button id="step1" class=disabled> Search </button> |
|
|
|
<div id="errUserName"> abcdefg </div> |
|
|
|
<div id="search"> |
|
|
|
<div> |
|
|
|
<input id="username" class="typeahead" type=text name="user" placeholder="input name"> |
|
|
|
<div class='error' id="errUserName"> abcdefg </div> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<button id="step1" class=disabled> Search </button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class= 'clear'></div> |
|
|
|
|
|
|
|
@@ -12,69 +18,72 @@ |
|
|
|
<button id="step2"> Verify</button> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="details"> |
|
|
|
<table class="details"> |
|
|
|
<tr><td colspan=2> |
|
|
|
<span>Postal Address</span> <br> |
|
|
|
<textarea class=addr> |
|
|
|
33 Valerie Ave |
|
|
|
Baulk Ham Hills, |
|
|
|
NSW, Australia 2153 |
|
|
|
</textarea> |
|
|
|
<button id=changeaddr>Change Address</button> |
|
|
|
</td></tr> |
|
|
|
|
|
|
|
|
|
|
|
<tr> |
|
|
|
<td>Delivery:</td> |
|
|
|
<td class="left"> |
|
|
|
<input type=radio name="delivery"> Direct Post <br> |
|
|
|
<input type=radio name="delivery" checked> Pickup from <span id=collector> Patrick Sun </span> |
|
|
|
</td> |
|
|
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|
<td style="vertical-align:middle"> |
|
|
|
<input id="medal" type=checkbox checked><br> |
|
|
|
<label for="medal"> uncheck = 放弃</label> |
|
|
|
</td> |
|
|
|
<td > |
|
|
|
<img src="https://via.placeholder.com/150" > |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|
<td style="vertical-align:middle"> |
|
|
|
<button id=cardbtn> Apply </button> |
|
|
|
<img id=cardloading> |
|
|
|
<input id="card" type=checkbox checked> |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
<img src="https://via.placeholder.com/150" > |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|
<td style="vertical-align:middle"> |
|
|
|
<button id=btn90> Apply </button> |
|
|
|
<img id=loading90 > |
|
|
|
<input id="medal90" type=checkbox checked> |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
<img src="https://via.placeholder.com/150" > |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<div class= 'clear'></div> |
|
|
|
|
|
|
|
</table> |
|
|
|
<div id="details" class="details"> |
|
|
|
<table class="details"> |
|
|
|
<tr><td colspan=2> |
|
|
|
<span>Postal Address</span> <br> |
|
|
|
<textarea class=addr> |
|
|
|
33 Valerie Ave |
|
|
|
Baulk Ham Hills, |
|
|
|
NSW, Australia 2153 |
|
|
|
</textarea> |
|
|
|
<button id=changeaddr>Change Address</button> |
|
|
|
</td></tr> |
|
|
|
|
|
|
|
|
|
|
|
<tr> |
|
|
|
<td>Delivery:</td> |
|
|
|
<td class="left"> |
|
|
|
<input type=radio name="delivery"> Direct Post <br> |
|
|
|
<input type=radio name="delivery" checked> Pickup from <span id=collector> Patrick Sun </span> |
|
|
|
</td> |
|
|
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|
<td style="vertical-align:middle"> |
|
|
|
<input id="medal" type=checkbox checked><br> |
|
|
|
<label for="medal"> uncheck = 放弃</label> |
|
|
|
</td> |
|
|
|
<td > |
|
|
|
<img src="https://via.placeholder.com/150" > |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|
<td style="vertical-align:middle"> |
|
|
|
<button id=cardbtn> Apply </button> |
|
|
|
<img id=cardloading style="display:none;"> |
|
|
|
<input id="card" type=checkbox checked style="display:none;""> |
|
|
|
<div class='error' id=errCard></div> |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
<img src="https://via.placeholder.com/150" > |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|
<td style="vertical-align:middle"> |
|
|
|
<button id=btn90> Apply </button> |
|
|
|
<img id=loading90 style="display:none;"> |
|
|
|
<input id="medal90" type=checkbox checked style="display:none;"> |
|
|
|
<div class='error' id=errCard></div> |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
<img src="https://via.placeholder.com/150" > |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
</table> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="success"> |
|
|
|
<table style="min-height:150px;"> |
|
|
|
<tr><td style="text-align:center; vertical-align:middle;"> |
|
|
|
<button> Confirm Everything </button> |
|
|
|
<img id=done> |
|
|
|
</td></tr> |
|
|
|
</table> |
|
|
|
|
|
|
|
<table style="min-height:150px;"> |
|
|
|
<tr><td style="text-align:center; vertical-align:middle;"> |
|
|
|
<button id='confirm' > Confirm Everything </button> |
|
|
|
<img id=done style="display:none;" > |
|
|
|
</td></tr> |
|
|
|
</table> |
|
|
|
</div> |