Lines 3-11
Link Here
|
3 |
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Entry |
3 |
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Entry |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
[% IF ( displayhierarchy ) %] |
5 |
[% IF ( displayhierarchy ) %] |
6 |
<script language="javascript" type="text/javascript" src="/opac-tmpl/lib/jquery/plugins/jquery.jstree.js"></script> |
6 |
<script type="text/javascript" src="/opac-tmpl/lib/jquery/plugins/jquery.jstree.js"></script> |
7 |
[% END %] |
7 |
[% END %] |
8 |
<script language="javascript" type="text/javascript"> |
8 |
<script type="text/javascript"> |
9 |
//<![CDATA[ |
9 |
//<![CDATA[ |
10 |
$(document).ready(function() { |
10 |
$(document).ready(function() { |
11 |
$('#authdescriptions').tabs(); |
11 |
$('#authdescriptions').tabs(); |
Lines 33-39
$(document).ready(function() {
Link Here
|
33 |
<div id="yui-main"> |
33 |
<div id="yui-main"> |
34 |
<div class="yui-b"><div class="yui-g"> |
34 |
<div class="yui-b"><div class="yui-g"> |
35 |
|
35 |
|
36 |
<div id="views"><span class="view"><span id="Normalview">Normal view</span></span> <span class="view"><a id="MARCview" href="/cgi-bin/koha/opac-authoritiesdetail.pl?authid=[% authid %]&marc=1">MARC view</a></span></div> |
36 |
<div id="views"><span class="view"><span id="Normalview">Normal view</span></span> <span class="view"><a id="MARCview" href="/cgi-bin/koha/opac-authoritiesdetail.pl?authid=[% authid %]&marc=1">MARC view</a></span></div> |
37 |
|
37 |
|
38 |
<div id="userauthdetails" class="container"> |
38 |
<div id="userauthdetails" class="container"> |
39 |
|
39 |
|
Lines 61-66
$(document).ready(function() {
Link Here
|
61 |
<span class="seefrom">[% PROCESS authheadingdisplay heading=seefro.heading search=seefrosearch authid=seefro.authid %]</span> |
61 |
<span class="seefrom">[% PROCESS authheadingdisplay heading=seefro.heading search=seefrosearch authid=seefro.authid %]</span> |
62 |
</li> |
62 |
</li> |
63 |
[% END %] |
63 |
[% END %] |
|
|
64 |
</ul> |
64 |
[% PROCESS otherscript headings=summary.otherscript wantcategory='seefrom' %] |
65 |
[% PROCESS otherscript headings=summary.otherscript wantcategory='seefrom' %] |
65 |
</div> |
66 |
</div> |
66 |
[% END %] |
67 |
[% END %] |
Lines 107-111
$(document).ready(function() {
Link Here
|
107 |
</div> |
108 |
</div> |
108 |
</div> |
109 |
</div> |
109 |
</div> |
110 |
</div> |
110 |
</div> |
111 |
|
111 |
[% INCLUDE 'opac-bottom.inc' %] |
112 |
[% INCLUDE 'opac-bottom.inc' %] |
112 |
- |
|
|