-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathglossary.htm
executable file
·55 lines (40 loc) · 2.13 KB
/
glossary.htm
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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xml:lang="en">
<head>
<link id="theme" rel="stylesheet" type="text/css" href="kodify/themes/cheery.css" />
<link id="theme" rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="kodify/js/lx_analyzer.js"></script>
<script type="text/javascript" src="kodify/js/kodify.js"></script>
<script type="text/javascript" src="kodify/js/lang/js.js"></script>
<script type="text/javascript" src="kodify/js/lang/php.js"></script>
<script type="text/javascript" src="kodify/js/lang/html.js"></script>
<script type="text/javascript" src="kodify/js/lang/css.js"></script>
</head>
<body>
<h2>Glossary</h2>
<div id="glossary">
<dl>
<dt>Vehicle</dt>
<dd>A given Make/Model/Year.</dd>
<dt>Vehicle List</dt>
<dd>The aggregrate of vehicles the system knows about. Also used to refer to a list of vehicles being imported/exported.</dd>
<dt>Application Fitment</dt>
<dd>Relationship between product & vehicle definition, also used as a verb to describe the act of creating mappings</dd>
<dt>Grid View</dt>
<dd>A search results display style which uses the built in Magento product listing</dd>
<dt>Group View</dt>
<dd>An alternative search results display style which uses an expand/collapse javascript interface to group the product results by their category</dd>
<dt>Category View</dt>
<dd>An alternative search results display style which uses shows categories that have product matching the selected vehicle, along with category images</dd>
<dt>Leaf Level</dt>
<dd>The bottom most or last level, usually "year" if doing make/model/year</dd>
<dt>Root Level</dt>
<dd>The top most or first level, usually "make" if doing make/model/year</dd>
</dl>
</div>
</body>
</html>