Project

General

Profile

« Previous | Next » 

Revision 60764

reverted to version 56067 - attempt to use relative URLs sadly failed

View differences:

displayVocabulary.st
1 1
$master( title={$vocabulary.name$}, 
2 2
navbars={
3
	<a class="navbar-brand" href="$vocabulary.code$">$vocabulary.name$</a>
3
	<a class="navbar-brand" href="$baseURL$/$vocabulary.code$">$vocabulary.name$</a>
4 4
	},
5 5
	content = {
6 6
	<div><h4>Description: $vocabulary.description$</h4></div>
......
14 14
			<tbody>
15 15
			$vocabulary.terms:{ term | 
16 16
				<tr>
17
				    <td>$term.englishName$</td><td><a class="btn btn-link" href="$vocabulary.code$/$term.code$" role="button" data-toggle="tooltip" data-placement="top" title="Click to view the synonyms">$term.code$</a></td>
17
				    <td>$term.englishName$</td><td><a class="btn btn-link" href="$baseURL$/$vocabulary.code$/$term.code$" role="button" data-toggle="tooltip" data-placement="top" title="Click to view the synonyms">$term.code$</a></td>
18 18
				</tr>
19 19
			}$
20 20
			</tbody>
21 21
		</table>
22 22
		</div>
23 23
 		<hr>
24
        <div>Click <a href="$vocabulary.code$.json">here</a> to view the machine readable version of this page.</div>
24
        <div>Click <a href="$baseURL$/$vocabulary.code$.json">here</a> to view the machine readable version of this page.</div>
25 25
	})$
26 26

  

Also available in: Unified diff