|
Lines 129-135
Link Here
|
| 129 |
[% INCLUDE 'opac-bottom.inc' %] |
129 |
[% INCLUDE 'opac-bottom.inc' %] |
| 130 |
[% BLOCK jsinclude %] |
130 |
[% BLOCK jsinclude %] |
| 131 |
[% IF ( displayhierarchy ) %] |
131 |
[% IF ( displayhierarchy ) %] |
| 132 |
[% Asset.js("/opac-tmpl/lib/jquery/plugins/jquery.jstree.js") %] |
132 |
[% Asset.js("lib/jquery/plugins/jquery.jstree.js") %] |
| 133 |
[% END %] |
133 |
[% END %] |
| 134 |
<script type="text/javascript"> |
134 |
<script type="text/javascript"> |
| 135 |
//<![CDATA[ |
135 |
//<![CDATA[ |
| 136 |
- |
|
|