-
Notifications
You must be signed in to change notification settings - Fork 148
Expand file tree
/
Copy pathindex-categories.html
More file actions
100 lines (73 loc) · 3.35 KB
/
index-categories.html
File metadata and controls
100 lines (73 loc) · 3.35 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
<div id="headerLarge" class="filterPanel">
<!--
<div class="headerOffset headerOffsetOne"></div>
-->
<div class="filterPanel_background"></div>
<div id="activeLayer" style="display: none"></div>
<!-- HS CATEGORIES -->
<div style="position:relative;overflow:visible;clear:both">
<div id="topPanel" class="card leftOffset" style="display:none;">
<div id="hideTopPanel" class="close-X" style="position:absolute;right:5px;top:8px;padding-right:10px">✕</div>
<div style="overflow:scroll; max-height:350px">
<!--
Enter a code or keywords.<br><br>
-->
<div style="display:none; float:left" class="suppliersXX">
<div class="filterLabel"><div class="filterLabelMain"> </div></div>
<div id="catListHolderShow" class='detailbutton' style="float:left;margin-left:8px">
Goods & Services
</div>
</div>
<div style="clear:both"></div>
<div id="catsMobile" class="layerclass ppe suppliers" style="display:none; margin:15px 20px 20px 0; float:left">
<div id="catListClone" class="showMobileX" style="width:100%">
</div>
</div>
<div style="clear:both"></div>
<div class="local mock-up" style="display:none">
<!--
Products for Export
add arrow to show this
Populate a dropdown
<div class="catHeader">
<b>Products</b>
</div>
-->
<b>Mock-Up</b> - HS categories are not yet cross-related to NAICS categories.<br><br>
<div id="hsCatList">
<div range="01-05" text="">Animals & Animal Products</div>
<div range="06-15" text="">Vegetable Products</div>
<div range="16-24" text="">Foodstuffs</div>
<div range="25-27" text="">Mineral Products</div>
<div range="28-38" text="">Chemicals & Allied Industries</div>
<div range="39-40" text="">Plastics / Rubber</div>
<div range="41-43" text="">Raw Hides, Skins, Leather & Furs</div>
<div range="44-49" text="">Wood & Wood Products</div>
<div range="50-63" text="">Textiles</div>
<div range="64-67" text="">Footwear / Headgear</div>
<div range="68-71" text="">Stone / Glass</div>
<div range="72-83" text="">Metals</div>
<div range="84-85" text="">Machinery / Electrical</div>
<div range="86-89" text="">Transportation</div>
<div range="90-92" text="">Cameras, Instruments, Clocks</div>
<div range="93-93" text="">Arms and Ammunition</div>
<div range="94-94" text="">Furniture and Bedding</div>
<div range="95-95" text="">Toys and Games</div>
<div range="96-96" text="">Miscellaneous Manufacturing</div>
<div range="97-97" text="">Art and Antiques</div>
</div>
<div style="clear:both;"></div>
<div id='subcatHeaderHolder'>
<b><div id='allProductCats' class='backArrow'>< </div> <span id='subcatHeader'>Harmonized System (HS) Product Categories</span></b>
</div>
<a name="listtop"></a>
<div id="productSubcats" class="menu" style="padding-top:14px">
</div>
<div style="clear:both;"></div>
</div>
</div>
<div id="topPanelFooter" class="local mock-up">Show more</div>
</div>
</div>
<!-- END HS CATEGORIES -->
</div>