Lines 53-59
Link Here
|
53 |
<thead> |
53 |
<thead> |
54 |
<tr> |
54 |
<tr> |
55 |
<th>Date</th> |
55 |
<th>Date</th> |
56 |
<th>Subscribe</th> |
|
|
57 |
<th>Search</th> |
56 |
<th>Search</th> |
58 |
<th>Results</th> |
57 |
<th>Results</th> |
59 |
</tr> |
58 |
</tr> |
Lines 62-69
Link Here
|
62 |
[% FOREACH s IN current_biblio_searches %] |
61 |
[% FOREACH s IN current_biblio_searches %] |
63 |
<tr> |
62 |
<tr> |
64 |
<td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td> |
63 |
<td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td> |
65 |
<td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&[% s.query_cgi |html %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a></td> |
64 |
<td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&[% s.query_cgi |html %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td> |
66 |
<td><a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td> |
|
|
67 |
<td>[% s.total %]</td> |
65 |
<td>[% s.total %]</td> |
68 |
</tr> |
66 |
</tr> |
69 |
[% END %] |
67 |
[% END %] |
Lines 83-89
Link Here
|
83 |
<thead> |
81 |
<thead> |
84 |
<tr> |
82 |
<tr> |
85 |
<th>Date</th> |
83 |
<th>Date</th> |
86 |
<th>Subscribe</th> |
|
|
87 |
<th>Search</th> |
84 |
<th>Search</th> |
88 |
<th>Results</th> |
85 |
<th>Results</th> |
89 |
</tr> |
86 |
</tr> |
Lines 92-99
Link Here
|
92 |
[% FOREACH s IN previous_biblio_searches %] |
89 |
[% FOREACH s IN previous_biblio_searches %] |
93 |
<tr> |
90 |
<tr> |
94 |
<td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td> |
91 |
<td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td> |
95 |
<td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&[% s.query_cgi |html %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a></td> |
92 |
<td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&[% s.query_cgi |html %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td> |
96 |
<td><a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td> |
|
|
97 |
<td>[% s.total %]</td> |
93 |
<td>[% s.total %]</td> |
98 |
</tr> |
94 |
</tr> |
99 |
[% END %] |
95 |
[% END %] |
100 |
- |
|
|