|
Lines 3-23
Link Here
|
| 3 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
| 4 |
<title>Koha › Cataloging authority plugin</title> |
4 |
<title>Koha › Cataloging authority plugin</title> |
| 5 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
[% INCLUDE 'doc-head-close.inc' %] |
| 6 |
<style type="text/css"> |
|
|
| 7 |
#custom-doc { width:51.46em;*width:50.17em;min-width:675px; margin:auto; text-align:left; } |
| 8 |
</style> |
| 9 |
</head> |
6 |
</head> |
| 10 |
|
7 |
|
| 11 |
<body id="auth_searchresultlist_auth" class="auth"> |
8 |
<body id="auth_searchresultlist_auth" class="auth"> |
| 12 |
<div id="custom-doc" class="yui-t7"> |
9 |
<div class="container-fluid"> |
| 13 |
|
|
|
| 14 |
<div id="bd"> |
| 15 |
<div id="yui-main"> |
| 16 |
<div class="yui-b"><div class="yui-g"> |
| 17 |
|
10 |
|
| 18 |
<h1>Authority search results</h1> |
11 |
<h1>Authority search results</h1> |
| 19 |
[% INCLUDE 'auth-finder-search.inc' %] |
12 |
[% INCLUDE 'auth-finder-search.inc' %] |
| 20 |
[% IF ( total ) %]<div id="resultnumber"> |
13 |
[% IF ( total ) %]<div class="resultnumber"> |
| 21 |
[% IF ( displayprev ) %] |
14 |
[% IF ( displayprev ) %] |
| 22 |
<a href="auth_finder.pl?startfrom=[% startfromprev %]&authtypecode=[% authtypecode %][% FOREACH searchdat IN searchdata %]&[% searchdat.term %]=[% searchdat.val %][% END %]&op=do_search&type=intranet&index=[% index %]&tagid=[% tagid %]&orderby=[% orderby %]"> |
15 |
<a href="auth_finder.pl?startfrom=[% startfromprev %]&authtypecode=[% authtypecode %][% FOREACH searchdat IN searchdata %]&[% searchdat.term %]=[% searchdat.val %][% END %]&op=do_search&type=intranet&index=[% index %]&tagid=[% tagid %]&orderby=[% orderby %]"> |
| 23 |
<< |
16 |
<< |
|
Lines 70-76
Link Here
|
| 70 |
</table> |
63 |
</table> |
| 71 |
|
64 |
|
| 72 |
</div> |
65 |
</div> |
| 73 |
<div id="resultnumber"> |
66 |
<div class="resultnumber"> |
| 74 |
[% IF ( displayprev ) %] |
67 |
[% IF ( displayprev ) %] |
| 75 |
<a href="auth_finder.pl?startfrom=[% startfromprev %]&authtypecode=[% authtypecode %][% FOREACH searchdat IN searchdata %]&[% searchdat.term %]=[% searchdat.val %][% END %]&op=do_search&type=intranetamp;&index=[% index %]&tagid=[% tagid %]&orderby=[% orderby %]"> |
68 |
<a href="auth_finder.pl?startfrom=[% startfromprev %]&authtypecode=[% authtypecode %][% FOREACH searchdat IN searchdata %]&[% searchdat.term %]=[% searchdat.val %][% END %]&op=do_search&type=intranetamp;&index=[% index %]&tagid=[% tagid %]&orderby=[% orderby %]"> |
| 76 |
<< |
69 |
<< |
|
Lines 89-99
Link Here
|
| 89 |
>></a> |
82 |
>></a> |
| 90 |
[% END %] |
83 |
[% END %] |
| 91 |
</div>[% END %] |
84 |
</div>[% END %] |
| 92 |
</div> |
85 |
</div> |
| 93 |
</div> |
|
|
| 94 |
</div> |
| 95 |
</div> |
| 96 |
</div> |
| 97 |
|
86 |
|
| 98 |
[% MACRO jsinclude BLOCK %] |
87 |
[% MACRO jsinclude BLOCK %] |
| 99 |
<script type="text/javascript"> |
88 |
<script type="text/javascript"> |
| 100 |
- |
|
|