-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcodes.html
More file actions
57 lines (49 loc) · 1.37 KB
/
codes.html
File metadata and controls
57 lines (49 loc) · 1.37 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
---
layout: default
title: Code Reference
nav: fields
script: >
addCodeTable('../static/businessTypes.json', 'business-types',
[ { key: 'businessTypeCode', header: 'Code'},
{ key: 'businessTypeName', header: 'Description' } ]);
addCodeTable('../static/purpose.json', 'purpose-types',
[ { key: 'purposeCode', header: 'Code'},
{ key: 'purposeName', header: 'Description' } ]);
---
<body id="codes">
<h3>Codes for SAM fields</h3>
<a name="businessTypes"></a>
<h5>Business Types</h5>
<div class="mobile-warning">
<i class="icon-error-alt"></i> We recommend viewing this table in landscape mode on your mobile device.
</div>
<table id="business-types" class="field-table">
<colgroup>
<col span="1" style="width: 15%;">
<col span="1" style="width: 85%;">
<!-- <col span="1" style="width: 15.75%;"> -->
</colgroup>
<thead>
</thead>
<tbody>
</tbody>
</table>
</body>
<p>
Download the JSON for this table <a href="../static/businessTypes.json">here</a>
<a name="purposeTypes"></a>
<h5>Purpose of Registration Types</h5>
<table id="purpose-types" class="field-table">
<colgroup>
<col span="1" style="width: 15%;">
<col span="1" style="width: 85%;">
<!-- <col span="1" style="width: 15.75%;"> -->
</colgroup>
<thead>
</thead>
<tbody>
</tbody>
</table>
</body>
<p>
Download the JSON for this table <a href="../static/purpose.json">here</a>