Project

General

Profile

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

    
9
		<hr>
10
		<div class="table-responsive">
11
		<table class="table table-condensed">
12
    		<thead>
13
				<tr><th>Synonym</th><th>Encoding</th></tr>
14
			</thead>
15
			<tbody>
16
			$term.synonyms:{ syn |
17
				<tr>
18
				    <td>$syn.term$</td><td>$syn.encoding$</td>
19
				</tr>
20
			}$
21
			</tbody>
22
		</table>
23
		</div>
24
 		<hr>
25
	})$
26

    
(1-1/5)