Indefero

Indefero Git Source Tree

Root/src/IDF/templates/idf/issues/feedfragment.xml

1<entry>
2 <title>{$title} - {$issue.get_status}</title>
3 <link href="{$url}"/>
4 <id>{$url}</id>
5 <updated>{$date}</updated>
6 <author>{$author}</author>
7 <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
8<pre>{issuetext $c.content, $request}</pre>
9{assign $attachments = $c.get_attachment_list()}
10{if $attachments.count() > 0}
11<hr align="left" class="attach" />
12<ul>
13{foreach $attachments as $a}<li><a href="{url 'IDF_Views_Issue::viewAttachment', array($project.shortname, $a.id, $a.filename)}">{$a.filename}</a> - {$a.filesize|ssize}</li>{/foreach}
14</ul>{/if}
15{if $c.changes}
16{foreach $c.changes as $w => $v}
17<strong>{if $w == 'su'}{trans 'Summary:'}{/if}{if $w == 'st'}{trans 'Status:'}{/if}{if $w == 'ow'}{trans 'Owner:'}{/if}{if $w == 'lb'}{trans 'Labels:'}{/if}</strong> {if $w == 'lb'}{assign $l = implode(', ', $v)}{$l}{else}{$v}{/if}<br />
18{/foreach}
19{/if}
20</div></content>
21</entry>
22

Archive Download this file