Syndetics: add fiction notes/title profile link
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-mymessages.tmpl
1 <?xml version="1.0"?>
2 <rss version="2.0">
3    <channel>
4       <title></title>
5       <link></link>
6       <description></description>
7       <language></language>
8       <pubDate></pubDate>
9       <lastBuildDate></lastBuildDate>
10       <docs></docs>
11       <generator></generator>
12       <managingEditor></managingEditor>
13       <webMaster></webMaster>
14       <!-- TMPL_LOOP NAME="message_list" -->
15       <item>
16         <title><!-- TMPL_VAR ESCAPE=HTML NAME="subject" --></title>
17         <link><!-- TMPL_VAR ESCAPE=HTML NAME="title" --></link>
18         <description><!-- TMPL_VAR ESCAPE=HTML NAME="content"--></description>
19         <pubDate><!-- TMPL_VAR ESCAPE=HTML NAME="time_queued" --></pubDate>
20         <guid><!-- TMPL_VAR ESCAPE=HTML NAME="title" --></guid>
21       </item>
22       <!-- /TMPL_LOOP -->
23    </channel>
24 </rss>