Project

General

Profile

1
$master( title={$vocabulary.name$},
2
navbars={
3
	<a class="navbar-brand" href="$vocabulary.code$">$vocabulary.name$ / $term.englishName$</a>
4
	},
5
	content = {
6
	<div><h4>English name: $term.englishName$</h4></div>
7
    <div><h4>Native name: $term.nativeName$</h4></div>
8
    <div><h4>Encoding: $term.encoding$</h4></div>
9
	<div><h4>Code: $term.code$</h4></div>
10

    
11
		<hr>
12
		<div class="table-responsive">
13
		<table class="table table-condensed">
14
    		<thead>
15
				<tr><th>Synonym</th><th>Encoding</th></tr>
16
			</thead>
17
			<tbody>
18
			$term.synonyms:{ syn |
19
				<tr>
20
				    <td>$syn.term$</td><td>$syn.encoding$</td>
21
				</tr>
22
			}$
23
			</tbody>
24
		</table>
25
		</div>
26
 		<hr>
27
        <div>Click <a href="$vocabulary.code$/$term.code$.json">here</a> to view the machine readable version of this page.</div>
28
	})$
29

    
(1-1/5)