-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
373 lines (372 loc) · 12.5 KB
/
index.html
File metadata and controls
373 lines (372 loc) · 12.5 KB
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap 101 Template</title>
<!-- START JAVASCRIPT AND CSS INCLUDES - DO NOT REMOVE -->
<script language="javascript" type="text/javascript">
document.Echo=document["standard"+"Write"]==null?document["write"]:document["standard"+"Write"];
var include=function(path){path=""+path+"?[@config:NETO_CSS_VERSION@]";document.Echo('<' + 'script src="' + path + '"' +' type="text\/javascript"><' + '\/script>');};
var includecss=function(path){path=""+path+"?[@config:NETO_CSS_VERSION@]";document.Echo('<' + 'link hr'+'ef="' + path + '"' +' rel="stylesheet" type="text\/css"><' + '\/link>');};
</script>
<script language="javascript" type="text/javascript">includecss("[@EBAY_THEMEURL@]/bootstrap/css/bootstrap.css");</script>
<script language="javascript" type="text/javascript">include("https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js");</script>
<script language="javascript" type="text/javascript">include("[@EBAY_THEMEURL@]/bootstrap/js/bootstrap.min.js");</script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style type="text/css">
#pic {
margin: auto;
display: block;
}
</style>
</head>
<body>
<div class="container">
<div class="container-header clearfix">
<div class="row">
<div class="col-sm-6">
<div class="company-logo"><img src="[%ASSET_URL type:'logo' thumb:'ebay' %][%END ASSET_URL%]" alt="Logo"></div>
</div>
<div class="col-sm-6">
<form method="get" action="http://search.stores.ebay.com.au/search/search.dll">
<div class="input-group">
<input type="hidden" name="sid" value="[@EBAY_STORE_ID@]">
<input type="hidden" name="srchdesc" value="y">
<input type="hidden" name="fp" value="0">
<input id="searchId" name="query" type="search" class="form-control" placeholder="Search Our eBay Store">
<span class="input-group-btn">
<button type="submit" value="Search" class="btn btn-default">Search</button>
</span>
</div>
</form>
</div>
</div>
<div class="row">
<div class="col-xs-12">
[%menu id:'ebay_header'%]
[%param header%]
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav">
[%/param%]
[%PARAM *level_1%]
<li><a href="#">Link</a></li>
[%/param%]
[%param footer%]
</ul>
</div>
</div>
</nav>
[%/param%]
[%/menu%]
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<h1>[@MODEL@]</h1>
[%DATA id:'subtitle' if:'ne' value:''%]
<h3 class="muted">[@SUBTITLE@]</h3>
[%END DATA%]
</div>
</div>
<div class="row">
<div class="col-sm-7">
<div id="main-image">
<img id="pic" name="pic" src="[@IMAGE_FULL@]"/>
</div>
</div>
<div class="col-sm-5">
<div id="gallery">
[%DATA id:'image' if:'ne' value:''%]
<a href="[@IMAGE_FULL@]"><img src="[@IMAGE@]"/></a>
[%END DATA%]
[%DATA id:'thumb_1' if:'ne' value:''%]
<a href="[@THUMB_FULL_1@]"><img src="[@THUMB_1@]"/></a>
[%END DATA%]
[%DATA id:'thumb_2' if:'ne' value:''%]
<a href="[@THUMB_FULL_2@]"><img src="[@THUMB_2@]"/></a>
[%END DATA%]
[%DATA id:'thumb_3' if:'ne' value:''%]
<a href="[@THUMB_FULL_3@]"><img src="[@THUMB_3@]"/></a>
[%END DATA%]
[%DATA id:'thumb_4' if:'ne' value:''%]
<a href="[@THUMB_FULL_4@]"><img src="[@THUMB_4@]"/></a>
[%END DATA%]
[%DATA id:'thumb_5' if:'ne' value:''%]
<a href="[@THUMB_FULL_5@]"><img src="[@THUMB_5@]"/></a>
[%END DATA%]
[%DATA id:'thumb_6' if:'ne' value:''%]
<a href="[@THUMB_FULL_6@]"><img src="[@THUMB_6@]"/></a>
[%END DATA%]
[%DATA id:'thumb_7' if:'ne' value:''%]
<a href="[@THUMB_FULL_7@]"><img src="[@THUMB_7@]"/></a>
[%END DATA%]
[%DATA id:'thumb_8' if:'ne' value:''%]
<a href="[@THUMB_FULL_8@]"><img src="[@THUMB_8@]"/></a>
[%END DATA%]
[%DATA id:'thumb_9' if:'ne' value:''%]
<a href="[@THUMB_FULL_9@]"><img src="[@THUMB_9@]"/></a>
[%END DATA%]
[%DATA id:'thumb_10' if:'ne' value:''%]
<a href="[@THUMB_FULL_10@]"><img src="[@THUMB_10@]"/></a>
[%END DATA%]
</div>
<div class="clear"></div>
<div class="well well-small">
<h4>Shipping Cost Calculator</h4>
<p class="muted">Enter your post code below to calculate shipping costs for this item. Shipping costs will be applied at checkout.</p>
<form class="form-inline">
<input class="form-control" style="padding:4px; height:30px;" placeholder="Enter Post Code" type="text" id="ship_zip">
<button type="button" class="btn btn-default" onclick="[%AJAX_SHIP_CALCULATOR inline:'1' loading_icon_id:'ship_loading' zip_input_id:'ship_zip' element_id:'ship_cost' if_na:'N/A' if_free:'FREE' ebay_list_id:'[@EBAY_LIST_ID@]'%] [name] - [$MONEYSIGN$][cost] <br> [desc] [%END AJAX_SHIP_CALCULATOR%]">Calculate</button>
<div id="ship_cost"></div>
<div id="ship_loading" style="display:none;position:relative;margin-left:130px;margin-top:-25px;" ><img src="[$SECURE_HOME_URL$]/assets/loading.gif"/></div>
</form>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3 hidden-xs">
[%EBAY_CATEGORY_MENU id:"[@EBAY_STORE_ID@]" ebstore_url:"[@EBSTORE_URL@]"%]
[%param header%]
<h4>Categories</h4>
<ul class="nav nav-pills">
[%/param%]
[%param *level_1%]
<li class="active"><a href="[@url@]">[@name@]</a></li>
[%/param%]
[%param footer%]
</ul>
[%/param%]
[%END EBAY_CATEGORY_MENU%]
</div>
<div class="col-sm-9">
<ul class="nav nav-tabs">
<li class="active"><a href="#description" data-toggle="tab">Description</a></li>
[%DATA id:'features' if:'ne' value:''%]
<li><a href="#features" data-toggle="tab">Features</a></li>
[%END DATA%]
<li><a href="#specifications" data-toggle="tab">Specifications</a></li>
[%DATA id:'warranty' if:'ne' value:''%]
<li><a href="#warranty" data-toggle="tab">Warranty</a></li>
[%END DATA%]
</ul>
<div class="tab-content">
<div class="tab-pane active" id="description">
[%DATA id:'ebay_description' if:'ne' value:''%]
<div class="productdetails">[@EBAY_DESCRIPTION@]</div>
[%END DATA%]
[%DATA id:'ebay_description' if:'eq' value:''%]
[%DATA id:'description' if:'ne' value:''%]
<div class="productdetails">[@DESCRIPTION@]</div>
[%END DATA%]
[%END DATA%]
</div>
[%DATA id:'features' if:'ne' value:''%]
<div class="tab-pane" id="features">
[@FEATURES@]
</div>
[%END DATA%]
<div class="tab-pane" id="specifications">
[%DATA id:'specifications' if:'ne' value:''%]
[@SPECIFICATIONS@]
<div class="clear"></div><br/>
[%END DATA%]
<table class="table">
<tbody>
<tr>
<td><strong>SKU</strong></td>
<td>[@SKU@]</td>
</tr>
[%DATA id:'manufacturer_model' if:'ne' value:''%]
<tr>
<td><strong>Model #</strong></td>
<td>[@MANUFACTURER_MODEL@]</td>
</tr>
[%END DATA%]
[%DATA id:'barcode' if:'ne' value:''%]
<tr>
<td><strong>Barcode #</strong></td>
<td>[@BARCODE@]</td>
</tr>
[%END DATA%]
[%DATA id:'brand' if:'ne' value:''%]
<tr>
<td><strong>Brand</strong></td>
<td>[@BRAND@]</td>
</tr>
[%END DATA%]
[%DATA id:'artisit_author' if:'ne' value:''%]
<tr>
<td><strong>Artist / Author</strong></td>
<td>[@ARTIST_AUTHOR@]</td>
</tr>
[%END DATA%]
[%DATA id:'weight' if:'ne' value:'0.0000' %]
<tr>
<td><strong>Shipping Weight</strong></td>
<td>[@WEIGHT@]kg</td>
</tr>
[%END DATA%]
[%DATA id:'width' if:'ne' value:''%]
<tr>
<td><strong>Shipping Width</strong></td>
<td>[@WIDTH@]m</td>
</tr>
[%END DATA%]
[%DATA id:'height' if:'ne' value:''%]
<tr>
<td><strong>Shipping Height</strong></td>
<td>[@HEIGHT@]m</td>
</tr>
[%END DATA%]
[%DATA id:'length' if:'ne' value:''%]
<tr>
<td><strong>Shipping Length</strong></td>
<td>[@LENGTH@]m</td>
</tr>
[%END DATA%]
[%DATA id:'cubic' if:'ne' value:'0.000000' %]
<tr>
<td><strong>Shipping Cubic</strong></td>
<td>[@CUBIC@]m3</td>
</tr>
[%END DATA%]
[%DATA id:'unit' if:'ne' value:''%]
<tr>
<td><strong>Unit Of Measure</strong></td>
<td>[@UNIT@]</td>
</tr>
[%END DATA%]
[%DATA id:'actual_length' if:'ne' value:'0' %]
<tr>
<td><strong>Assembled Length</strong></td>
<td>[@ACTUAL_LENGTH@]m</td>
</tr>
[%END DATA%]
[%DATA id:'actual_height' if:'ne' value:'0' %]
<tr>
<td><strong>Assembled Height</strong></td>
<td>[@ACTUAL_HEIGHT@]m</td>
</tr>
[%END DATA%]
[%DATA id:'actual_width' if:'ne' value:'0' %]
<tr>
<td><strong>Assembled Width</strong></td>
<td>[@ACTUAL_WIDTH@]m</td>
</tr>
[%END DATA%]
[%DATA id:'product_type' if:'ne' value:''%]
<tr>
<td><strong>Type</strong></td>
<td>[@PRODUCT_TYPE@]</td>
</tr>
[%END DATA%]
[%DATA id:'format' if:'ne' value:''%]
<tr>
<td><strong>Format</strong></td>
<td>[@FORMAT@]</td>
</tr>
[%END DATA%]
</tbody>
</table>
</div>
[%DATA id:'warranty' if:'ne' value:''%]
<div class="tab-pane" id="warranty">
[@WARRANTY@]
</div>
[%END DATA%]
</div>
</div>
</div>
<div class="row">
<hr>
<div class="col-sm-6">
<p class="muted">© [$COMPANY_NAME$]</p>
</div>
<div class="col-sm-6">
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
</body>
</html>
<!-- Upsell and Cross-sell code. Needs to be migrated to bootstrap 3
[%EBAY_UPSELL SKU:"[@SKU@]"%] [%PARAM *header%]
<br /><div class="well well-small n-box">
<ul class="nav nav-list">
<li class="nav-header">You May Also Like</li>
<li>
<ul class="thumbnails">
[%END PARAM%][%PARAM body%]
<li class="thumbnail-box">
<a href="[@EBAY_UPSELL_URL@]" title="[@EBAY_TITLE@]">
<img src="[@UPSELL_THUMB@]" alt="[@EBAY_TITLE@]" border="0"/>
</a>
<div class="caption">
<h5 class="title">
<a href="[@EBAY_UPSELL_URL@]">
[%FORMAT type:'text' maxlength:'50' rmhtml:'1'%][@EBAY_UPSELL_TITLE@][%END FORMAT%]
</a>
</h5>
<p class="price">
$[@UPSELL_CURRENT_PRICE@]
</p>
</div>
</li>
[%END PARAM%][%PARAM footer%]
</ul>
<li>
</li>
</ul>
<div class="n-box-footer">
<span> </span>
</div>
</div>
[%END PARAM%] [%END EBAY_UPSELL%]
[%EBAY_CROSSSELL SKU:"[@SKU@]"%] [%PARAM *header%]
<div class="well well-small n-box">
<ul class="nav nav-list">
<li class="nav-header">We Also Recommend</li>
<li>
<ul class="thumbnails">
[%END PARAM%][%PARAM body%]
<li class="thumbnail-box">
<a href="[@EBAY_UPSELL_URL@]" title="[@EBAY_TITLE@]">
<img src="[@UPSELL_THUMB@]" alt="[@EBAY_TITLE@]" border="0"/>
</a>
<div class="caption">
<h5 class="title">
<a href="[@EBAY_UPSELL_URL@]">
[%FORMAT type:'text' maxlength:'50' rmhtml:'1'%][@EBAY_UPSELL_TITLE@][%END FORMAT%]
</a>
</h5>
<p class="price">
$[@UPSELL_CURRENT_PRICE@]
</p>
</div>
</li>
[%END PARAM%][%PARAM footer%]
</ul>
<li>
</li>
</ul>
<div class="n-box-footer">
<span> </span>
</div>
</div>
[%END PARAM%] [%END EBAY_CROSSSELL%] -->