Project

General

Profile

« Previous | Next » 

Revision 60764

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

View differences:

displaySynonyms.st
1 1
$master( title={$vocabulary.name$},
2 2
navbars={
3
	<a class="navbar-brand" href="$vocabulary.code$">$vocabulary.name$ / $term.englishName$</a>
3
	<a class="navbar-brand" href="$baseURL$/$vocabulary.code$">$vocabulary.name$ / $term.englishName$</a>
4 4
	},
5 5
	content = {
6 6
	<div><h4>English name: $term.englishName$</h4></div>
......
24 24
		</table>
25 25
		</div>
26 26
 		<hr>
27
        <div>Click <a href="$vocabulary.code$/$term.code$.json">here</a> to view the machine readable version of this page.</div>
27
        <div>Click <a href="$baseURL$/$vocabulary.code$/$term.code$.json">here</a> to view the machine readable version of this page.</div>
28 28
	})$
29 29

  

Also available in: Unified diff