質問編集履歴

2

ブラウザに表示されたソースに変更しました。

2020/10/15 10:01

投稿

sdus0325
sdus0325

スコア0

test CHANGED
File without changes
test CHANGED
@@ -22,189 +22,85 @@
22
22
 
23
23
 
24
24
 
25
- ```<div id="product">
25
+ ```
26
26
 
27
- <{if $product.id != ""}>
27
+
28
-
29
- <section class="section section--product">
30
-
31
- <ul class="linklist linklist--breadcrumb">
32
-
33
- <{if $bid_name != ""}>
34
-
35
- <li class="linklist__item">
36
-
37
- <a href="<{$bid_link}>">
38
-
39
- <span class="linklist__item__icon">
40
-
41
- <i class="fa fa-chevron-left"></i>
42
-
43
- </span>
44
-
45
- <span class="linklist__item__text"><{$bid_name}></span>
46
-
47
- </a>
48
-
49
- </li>
50
-
51
- <{/if}>
52
-
53
- </ul>
54
-
55
- <div class="section__inner">
56
-
57
-
58
-
59
- <!-- 商品名 -->
60
-
61
- <h2><{$product_name}></h2>
62
-
63
- <!-- // 商品名 -->
64
-
65
-
66
-
67
-
68
-
69
- <!-- 商品画像 -->
70
28
 
71
29
  <div class="imagelist">
72
30
 
73
- <{if $product.img_url == "" && $otherimg_num == 0}>
31
+ <div class="">
74
32
 
75
- <div class="u-oneimage">
76
-
77
- <img src="https://img.shop-pro.jp/s_tmpl_img/28/noimage.png">
33
+ <img src="https://img21.shop-pro.jp/PA01428/878/product/154725174.jpg?cmsp_timestamp=20201012160743">
78
-
79
- </div>
80
-
81
- <{else}>
82
-
83
- <{if $product.img_url != ""}>
84
-
85
- <div class="<{if $otherimg_num == 0}>u-oneimage<{/if}>">
86
-
87
- <img src="<{$product.img_url}>">
88
34
 
89
35
  </div>
90
36
 
91
- <{else}>
37
+ <div>
92
38
 
93
- <div class="<{if $otherimg_num == 0}>u-oneimage<{/if}>">
94
-
95
- <img src="https://img.shop-pro.jp/s_tmpl_img/28/noimage.png">
39
+ <img src="https://img21.shop-pro.jp/PA01428/878/product/154725174_o1.jpg?cmsp_timestamp=20201012160743">
96
-
97
- </div>
98
-
99
- <{/if}>
100
-
101
- <{section name=num loop=$otherimg}>
102
-
103
- <{if $otherimg[num].url != ""}>
104
-
105
- <div>
106
-
107
- <img src="<{$otherimg[num].url}>">
108
40
 
109
41
  </div>
110
42
 
111
- <{/if}>
43
+ <div>
112
44
 
113
- <{/section}>
45
+ <img src="https://img21.shop-pro.jp/PA01428/878/product/154725174_o2.jpg?cmsp_timestamp=20201012160743">
114
46
 
115
- <{/if}>
47
+ </div>
116
48
 
117
- </div>
49
+ <div>
118
50
 
119
- <!-- // 商品画像 -->
51
+ <img src="https://img21.shop-pro.jp/PA01428/878/product/154725174_o3.jpg?cmsp_timestamp=20201012160743">
52
+
53
+ </div>
54
+
55
+ <div>
56
+
57
+ <img src="https://img21.shop-pro.jp/PA01428/878/product/154725174_o4.jpg?cmsp_timestamp=20201012160743">
58
+
59
+ </div>
60
+
61
+ <div>
62
+
63
+ <img src="https://img21.shop-pro.jp/PA01428/878/product/154725174_o5.jpg?cmsp_timestamp=20201012160743">
64
+
65
+ </div>
66
+
67
+ <div>
68
+
69
+ <img src="https://img21.shop-pro.jp/PA01428/878/product/154725174_o6.jpg?cmsp_timestamp=20201012160743">
70
+
71
+ </div>
72
+
73
+ <div>
74
+
75
+ <img src="https://img21.shop-pro.jp/PA01428/878/product/154725174_o7.jpg?cmsp_timestamp=20201012160743">
76
+
77
+ </div>
78
+
79
+ <div>
80
+
81
+ <img src="https://img21.shop-pro.jp/PA01428/878/product/154725174_o8.jpg?cmsp_timestamp=20201012160743">
82
+
83
+ </div>
84
+
85
+ <div>
86
+
87
+ <img src="https://img21.shop-pro.jp/PA01428/878/product/154725174_o9.jpg?cmsp_timestamp=20201012160743">
88
+
89
+ </div>
90
+
91
+ <div>
92
+
93
+ <img src="https://img21.shop-pro.jp/PA01428/878/product/154725174_o10.jpg?cmsp_timestamp=20201012160743">
94
+
95
+ </div>
96
+
97
+ </div>
98
+
99
+
120
100
 
121
101
 
122
102
 
123
- .
124
103
 
125
- .
126
-
127
- .
128
-
129
- .
130
-
131
- .
132
-
133
-
134
-
135
- <div id="modal__content" class="modal__content">
136
-
137
- <!-- モーダルウィンドウのコンテンツ開始 -->
138
-
139
- <div>
140
-
141
- <a id="modal__close" class="modal__close u-close--modal"><i class="fa fa-times"></i></a>
142
-
143
- <{if $option_view_data}>
144
-
145
- <div>
146
-
147
- <{foreach from=$option_view_data item=op2_row}>
148
-
149
- <{if $op2_row.name != ""}>
150
-
151
- <h4><{$op2_row.op_name}>:<{$op2_row.name}></h4>
152
-
153
- <{else}>
154
-
155
- <h4><{$op2_row.data[0].op_name}></h4>
156
-
157
- <{/if}>
158
-
159
- <table class="table table--bordered">
160
-
161
- <{foreach from=$op2_row.data item=op1_row}>
162
-
163
- <tr>
164
-
165
- <th>
166
-
167
- <{if $op2_row.name != ""}>
168
-
169
- <{$op1_row.op_name}>:
170
-
171
- <{/if}>
172
-
173
- <{$op1_row.name}>
174
-
175
- </th>
176
-
177
- <td>
178
-
179
- <{$op1_row.sales}><br />
180
-
181
- <{if $op1_row.stock_disp}>
182
-
183
- <span><{$op1_row.stock_str}></span>
184
-
185
- <{/if}>
186
-
187
- </td>
188
-
189
- </tr>
190
-
191
- <{/foreach}>
192
-
193
- </table>
194
-
195
- <{/foreach}>
196
-
197
- </div>
198
-
199
- <{/if}>
200
-
201
- </div>
202
-
203
- <p><a class="button button--blue button--medium u-close--modal">閉じる</a></p>
204
-
205
- <!-- //モーダルウィンドウのコンテンツ終了 -->
206
-
207
- </div>
208
104
 
209
105
 
210
106
 

1

code機能を使用して、ページ内のHTMLを引用致しました。文字数制限の為、関係の無さそうな箇所は割愛しています。

2020/10/15 10:01

投稿

sdus0325
sdus0325

スコア0

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,51 @@
18
18
 
19
19
  ご教示お願い致します。
20
20
 
21
- 現在のHTMLは下記の通りです。
21
+ 現在のHTMLは下記の通りで、CSSは空欄となっております。
22
+
23
+
24
+
25
+ ```<div id="product">
26
+
27
+ <{if $product.id != ""}>
28
+
29
+ <section class="section section--product">
30
+
31
+ <ul class="linklist linklist--breadcrumb">
32
+
33
+ <{if $bid_name != ""}>
34
+
35
+ <li class="linklist__item">
36
+
37
+ <a href="<{$bid_link}>">
38
+
39
+ <span class="linklist__item__icon">
40
+
41
+ <i class="fa fa-chevron-left"></i>
42
+
43
+ </span>
44
+
45
+ <span class="linklist__item__text"><{$bid_name}></span>
46
+
47
+ </a>
48
+
49
+ </li>
50
+
51
+ <{/if}>
52
+
53
+ </ul>
54
+
55
+ <div class="section__inner">
56
+
57
+
58
+
59
+ <!-- 商品名 -->
60
+
61
+ <h2><{$product_name}></h2>
62
+
63
+ <!-- // 商品名 -->
64
+
65
+
22
66
 
23
67
 
24
68
 
@@ -73,3 +117,95 @@
73
117
  </div>
74
118
 
75
119
  <!-- // 商品画像 -->
120
+
121
+
122
+
123
+ .
124
+
125
+ .
126
+
127
+ .
128
+
129
+ .
130
+
131
+ .
132
+
133
+
134
+
135
+ <div id="modal__content" class="modal__content">
136
+
137
+ <!-- モーダルウィンドウのコンテンツ開始 -->
138
+
139
+ <div>
140
+
141
+ <a id="modal__close" class="modal__close u-close--modal"><i class="fa fa-times"></i></a>
142
+
143
+ <{if $option_view_data}>
144
+
145
+ <div>
146
+
147
+ <{foreach from=$option_view_data item=op2_row}>
148
+
149
+ <{if $op2_row.name != ""}>
150
+
151
+ <h4><{$op2_row.op_name}>:<{$op2_row.name}></h4>
152
+
153
+ <{else}>
154
+
155
+ <h4><{$op2_row.data[0].op_name}></h4>
156
+
157
+ <{/if}>
158
+
159
+ <table class="table table--bordered">
160
+
161
+ <{foreach from=$op2_row.data item=op1_row}>
162
+
163
+ <tr>
164
+
165
+ <th>
166
+
167
+ <{if $op2_row.name != ""}>
168
+
169
+ <{$op1_row.op_name}>:
170
+
171
+ <{/if}>
172
+
173
+ <{$op1_row.name}>
174
+
175
+ </th>
176
+
177
+ <td>
178
+
179
+ <{$op1_row.sales}><br />
180
+
181
+ <{if $op1_row.stock_disp}>
182
+
183
+ <span><{$op1_row.stock_str}></span>
184
+
185
+ <{/if}>
186
+
187
+ </td>
188
+
189
+ </tr>
190
+
191
+ <{/foreach}>
192
+
193
+ </table>
194
+
195
+ <{/foreach}>
196
+
197
+ </div>
198
+
199
+ <{/if}>
200
+
201
+ </div>
202
+
203
+ <p><a class="button button--blue button--medium u-close--modal">閉じる</a></p>
204
+
205
+ <!-- //モーダルウィンドウのコンテンツ終了 -->
206
+
207
+ </div>
208
+
209
+
210
+
211
+ ```