Project

General

Profile

1
$master( title="Vocabularies", navbars={}, 
2
content = {
3

    
4
	<div class="table-responsive">
5
		<table class="table table-condensed">
6
    		<thead>
7
				<tr><th>Vocabulary name</th><th>Description</th></tr>
8
			</thead>
9
			<tbody>
10
			$vocabularies:{ voc | 
11
				<tr><td>$voc.name$</br><a class="btn btn-link" href="$baseURL$/$voc.code$" role="button">View terms &raquo;</a></td>
12
				<td>$voc.description$</td>
13
				</tr>
14
			}$
15
			</tbody>
16
		</table>
17
	</div>
18
})$
19

    
20

    
21

    
22

    
(5-5/5)