-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch-options-dom.html
147 lines (116 loc) · 7.34 KB
/
search-options-dom.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<div id="sort" class="a-section a-spacing-small">
<span class="a-size-base a-color-base a-text-bold" dir="auto">並べ替え</span>
</div>
<ul id="sort" aria-labelledby="sort" class="a-unordered-list a-nostyle a-vertical a-spacing-medium">
<li id="sortRelevance" name="hideableElem" aria-label="アマゾンおすすめ商品順" class="a-spacing-micro">
<div class="a-radio a-radio-fancy s-navigation-radio aok-float-left">
<label>
<input type="radio" name="radioButton" value="&sort=relevanceblender">
<i class="a-icon a-icon-radio"></i><span class="a-label a-radio-label"></span>
</label>
</div>
<span class="a-size-base a-color-base" dir="auto">アマゾンおすすめ商品順</span>
</li>
<li id="sortPopularity" name="hideableElem" aria-label="人気の高い順" class="a-spacing-micro">
<div class="a-radio a-radio-fancy s-navigation-radio aok-float-left">
<label>
<input type="radio" name="radioButton" value="&sort=popularity-rank">
<i class="a-icon a-icon-radio"></i><span class="a-label a-radio-label"></span>
</label>
</div>
<span class="a-size-base a-color-base" dir="auto">人気の高い順</span>
</li>
<li id="sortSales" name="hideableElem" aria-label="売上の良い順" class="a-spacing-micro">
<div class="a-radio a-radio-fancy s-navigation-radio aok-float-left">
<label>
<input type="radio" name="radioButton" value="&sort=salesrank">
<i class="a-icon a-icon-radio"></i><span class="a-label a-radio-label"></span>
</label>
</div>
<span class="a-size-base a-color-base" dir="auto">売上の良い順</span>
</li>
<li id="sortReview" name="hideableElem" aria-label="レビューが良い順" class="a-spacing-micro">
<div class="a-radio a-radio-fancy s-navigation-radio aok-float-left">
<label>
<input type="radio" name="radioButton" value="&sort=review-rank">
<i class="a-icon a-icon-radio"></i><span class="a-label a-radio-label"></span>
</label>
</div>
<span class="a-size-base a-color-base" dir="auto">レビューが良い順</span>
</li>
<li id="sortPrice" name="hideableElem" aria-label="価格の安い順" class="a-spacing-micro">
<div class="a-radio a-radio-fancy s-navigation-radio aok-float-left">
<label>
<input type="radio" name="radioButton" value="&sort=price">
<i class="a-icon a-icon-radio"></i><span class="a-label a-radio-label"></span>
</label>
</div>
<span class="a-size-base a-color-base" dir="auto">価格の安い順</span>
</li>
<li id="sortInversePrice" name="hideableElem" aria-label="価格の高い順" class="a-spacing-micro">
<div class="a-radio a-radio-fancy s-navigation-radio aok-float-left">
<label>
<input type="radio" name="radioButton" value="&sort=-price">
<i class="a-icon a-icon-radio"></i><span class="a-label a-radio-label"></span>
</label>
</div>
<span class="a-size-base a-color-base" dir="auto">価格の高い順</span>
</li>
<li id="sortReleaseDate" name="hideableElem" aria-label="発売日の新しい順" class="a-spacing-micro">
<div class="a-radio a-radio-fancy s-navigation-radio aok-float-left">
<label>
<input type="radio" name="radioButton" value="&sort=releasedate">
<i class="a-icon a-icon-radio"></i><span class="a-label a-radio-label"></span>
</label>
</div>
<span class="a-size-base a-color-base" dir="auto">発売日の新しい順</span>
</li>
</ul>
<div id="filterAmazonOnly" name="hideableElem" class="a-section a-spacing-small">
<span class="a-size-base a-color-base a-text-bold" dir="auto">出品</span>
</div>
<ul id="filterAmazonOnly" name="hideableElem" aria-labelledby="seller" class="a-unordered-list a-nostyle a-vertical a-spacing-medium">
<li id="sellerCheckbox" aria-label="Amazon公式出品のみ" class="a-spacing-micro">
<div class="a-checkbox a-checkbox-fancy s-navigation-checkbox aok-float-left">
<label>
<input type="checkbox" name="checkbox" value="&emi=AN1VRQENFRJN5">
<i class="a-icon a-icon-checkbox"></i><span class="a-label a-checkbox-label"></span>
</label>
</div>
<span class="a-size-base a-color-base" dir="auto">Amazon公式出品のみ</span>
</li>
</ul>
<div id="filterPrice" name="hideableElem" class="a-section a-spacing-small">
<span class="a-size-base a-color-base a-text-bold" dir="auto">価格</span>
</div>
<ul id="filterPrice" name="hideableElem" aria-labelledby="price" class="a-unordered-list a-nostyle a-vertical a-spacing-medium">
<li id="priceInput" class="a-spacing-micro">
<span class="a-color-base s-ref-small-padding-left s-ref-price-currency" style="margin-top: 0;">¥</span>
<input type="text" maxlength="7" id="low-price" placeholder="以上" name="low-price" class="a-input-text s-ref-price-padding" style="width: 70px;">
<span class="a-color-base s-ref-small-padding-left s-ref-price-currency" style="margin-top: 0;">¥</span>
<input type="text" maxlength="7" id="high-price" placeholder="以下" name="high-price" class="a-input-text s-ref-price-padding" style="width: 70px;">
<span class="a-button a-button-base s-small-margin-left" id="a-autoid-1">
<span class="a-button-inner">
<input class="a-button-input" type="submit" aria-labelledby="a-autoid-1-announce">
<span class="a-button-text" aria-hidden="true" id="a-autoid-1-announce">Go</span>
</span>
</span>
</li>
</ul>
<div id="filterPercentOff" name="hideableElem" class="a-section a-spacing-small">
<span class="a-size-base a-color-base a-text-bold" dir="auto">割引率</span>
</div>
<ul id="filterPercentOff" name="hideableElem" aria-labelledby="percentOff" class="a-unordered-list a-nostyle a-vertical a-spacing-medium">
<li id="percentOffInput" class="a-spacing-micro">
<span class="a-color-base s-ref-small-padding-left s-ref-price-currency" style="margin-top: 0;">%</span>
<input type="text" maxlength="3" id="low-percent" placeholder="以上" name="low-percent" class="a-input-text s-ref-price-padding" style="width: 70px;padding-left: 24px;">
<span class="a-color-base s-ref-small-padding-left s-ref-price-currency" style="margin-top: 0;">%</span>
<input type="text" maxlength="3" id="high-percent" placeholder="以下" name="high-percent" class="a-input-text s-ref-price-padding" style="width: 70px;padding-left: 24px;">
<span class="a-button a-button-base s-small-margin-left" id="a-autoid-1">
<span class="a-button-inner">
<input class="a-button-input" type="submit" aria-labelledby="a-autoid-1-announce">
<span class="a-button-text" aria-hidden="true" id="a-autoid-1-announce">Go</span>
</span>
</span>
</li>
</ul>