View | Details | Raw Unified | Return to bug 19949
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt (-15 / +2 lines)
Lines 2-28 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Cataloging authority plugin</title>
3
<title>Koha &rsaquo; Cataloging authority plugin</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<style type="text/css">
6
#custom-doc { width:51.46em;*width:50.17em;min-width:675px; margin:auto; text-align:left; } 
7
</style>
8
9
</head>
5
</head>
6
10
<body id="auth_auth_finder" class="auth">
7
<body id="auth_auth_finder" class="auth">
11
<div id="custom-doc" class="yui-t7">
8
    <div class="container-fluid">
12
   
13
   <div id="bd">
14
	<div id="yui-main">
15
	<div class="yui-b"><div class="yui-g">
16
9
17
<h1>Authority search</h1>
10
<h1>Authority search</h1>
18
[% INCLUDE 'auth-finder-search.inc' %]
11
[% INCLUDE 'auth-finder-search.inc' %]
19
12
20
	</div>
21
	</div>
22
   </div>
23
</div>
24
</div>
25
26
[% MACRO jsinclude BLOCK %]
13
[% MACRO jsinclude BLOCK %]
27
    <script type="text/javascript">
14
    <script type="text/javascript">
28
        var index = "[% index %]";
15
        var index = "[% index %]";
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt (-16 / +4 lines)
Lines 3-23 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Cataloging authority plugin</title>
4
<title>Koha &rsaquo; 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 %]&amp;authtypecode=[% authtypecode %][% FOREACH searchdat IN searchdata %]&amp;[% searchdat.term %]=[% searchdat.val %][% END %]&amp;op=do_search&amp;type=intranet&amp;index=[% index %]&amp;tagid=[% tagid %]&amp;orderby=[% orderby %]">
15
                    <a href="auth_finder.pl?startfrom=[% startfromprev %]&amp;authtypecode=[% authtypecode %][% FOREACH searchdat IN searchdata %]&amp;[% searchdat.term %]=[% searchdat.val %][% END %]&amp;op=do_search&amp;type=intranet&amp;index=[% index %]&amp;tagid=[% tagid %]&amp;orderby=[% orderby %]">
23
                        &lt;&lt;
16
                        &lt;&lt;
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 %]&amp;authtypecode=[% authtypecode %][% FOREACH searchdat IN searchdata %]&amp;[% searchdat.term %]=[% searchdat.val %][% END %]&amp;op=do_search&amp;type=intranetamp;&amp;index=[% index %]&amp;tagid=[% tagid %]&amp;orderby=[% orderby %]">
68
                    <a href="auth_finder.pl?startfrom=[% startfromprev %]&amp;authtypecode=[% authtypecode %][% FOREACH searchdat IN searchdata %]&amp;[% searchdat.term %]=[% searchdat.val %][% END %]&amp;op=do_search&amp;type=intranetamp;&amp;index=[% index %]&amp;tagid=[% tagid %]&amp;orderby=[% orderby %]">
76
                        &lt;&lt;
69
                        &lt;&lt;
Lines 89-99 Link Here
89
                        &gt;&gt;</a>
82
                        &gt;&gt;</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
- 

Return to bug 19949