Bug 22755: Fix pod in patron_emailer.pl
[koha.git] / misc / cronjobs / rss / lastAcquired-2.0.tt
1 <?xml version="1.0"?>
2 <rss version="2.0">
3     <channel>
4         <title>[% CHANNELTITLE | html %]</title>
5         <link>[% CHANNELLINK | html %]</link>
6         <description>[% CHANNELDESC | html %]</description>
7         <language>[% CHANNELLANG | html %]</language>
8         <lastBuildDate>[% CHANNELLASTBUILD | html %]</lastBuildDate>
9         <docs>http://blogs.law.harvard.edu/tech/rss</docs>
10         <generator>Koha</generator>
11         <image>
12             <title>[% IMAGETITLE | html %]</title>
13             <url>[% IMAGEURL | html %]</url>
14             <link>[% IMAGELINK | html %]</link>
15             <width>[% IMAGEWIDTH | html %]</width>
16             <height>[% IMAGEHEIGHT | html %]</height>
17             <description>[% IMAGEDESCRIPTION | html %]</description>
18         </image>
19
20 [% FOREACH i IN ITEMS %]
21  <item>
22   <title>[% i.TITLE | html %][% IF i.AUTHOR %] by [% i.AUTHOR | html %][% END %]</title>
23   <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber | html %]</link>
24 <description><![CDATA[[% i.TITLE | html %][% IF i.AUTHOR %] by [% i.AUTHOR | html %][% END %]
25 <br>[% IF i.publishercode %][% i.place | html %] [% i.publishercode | html %] [% publicationyear | html %]<br>[% END %]
26 [% IF i.pages %][% i.pages | html %][% i.illus | html %][% i.size | html %][% END %]
27 [% IF i.notes %]<p>[% i.notes | html %]</p>[% END %]<br>
28 <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber | uri %]">View Details</a> | <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% i.biblionumber | uri %]">Reserve this Item</a>[% IF i.author %] | <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?marclist=biblio.author&amp;and_or=and&amp;excluding=&amp;operator=contains&amp;value=[% i.author | uri %]&amp;resultsperpage=20&amp;orderby=biblio.title&amp;op=do_search">More by this Author</a>[% END %]
29 ]]></description>
30  </item>
31 [% END %]
32
33 </channel>
34 </rss>