Project

General

Profile

1
$master( title="Vocabularies", navbars={}, 
2
content = {
3
	<div class="table-responsive">
4
		<table class="table table-condensed">
5
    		<thead>
6
				<tr><th>Vocabulary name</th><th>Description</th></tr>
7
			</thead>
8
			<tbody>
9
			$vocabularies:{ voc | 
10
				<tr><td>$voc.name$</br><a class="btn btn-link" href="$baseURL$/$voc.code$" role="button">View terms &raquo;</a></td>
11
				<td>$voc.description$</td>
12
				</tr>
13
			}$
14
			</tbody>
15
		</table>
16
	</div>
17
	<hr/>
18
    <div>Click <a href="$baseURL$.json">here</a> to view the machine readable version of this page.</div>
19
})$
20

    
21

    
22

    
23

    
(5-5/5)